Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(255)

Side by Side Diff: chrome/browser/ui/BUILD.gn

Issue 2783433003: Move site_engagement.mojom to chrome/browser/engagement. (Closed)
Patch Set: Fix missed references to the old path Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/chromecast_build.gni") 5 import("//build/config/chromecast_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 461 matching lines...) Expand 10 before | Expand all | Expand 10 after
472 "//chrome:extra_resources", 472 "//chrome:extra_resources",
473 "//chrome:resources", 473 "//chrome:resources",
474 "//chrome:strings", 474 "//chrome:strings",
475 "//chrome/app:chrome_dll_resources", 475 "//chrome/app:chrome_dll_resources",
476 "//chrome/app:command_ids", 476 "//chrome/app:command_ids",
477 "//chrome/app/resources:platform_locale_settings", 477 "//chrome/app/resources:platform_locale_settings",
478 "//chrome/app/theme:chrome_unscaled_resources", 478 "//chrome/app/theme:chrome_unscaled_resources",
479 "//chrome/app/theme:theme_resources", 479 "//chrome/app/theme:theme_resources",
480 "//chrome/browser:resource_prefetch_predictor_proto", 480 "//chrome/browser:resource_prefetch_predictor_proto",
481 "//chrome/browser/devtools", 481 "//chrome/browser/devtools",
482 "//chrome/browser/ui/webui/engagement:mojo_bindings", 482 "//chrome/browser/engagement:mojo_bindings",
483 "//chrome/browser/ui/webui/omnibox:mojo_bindings", 483 "//chrome/browser/ui/webui/omnibox:mojo_bindings",
484 "//chrome/browser/ui/webui/usb_internals:mojo_bindings", 484 "//chrome/browser/ui/webui/usb_internals:mojo_bindings",
485 "//chrome/common", 485 "//chrome/common",
486 "//chrome/common:instant_mojom", 486 "//chrome/common:instant_mojom",
487 "//chrome/common/net", 487 "//chrome/common/net",
488 "//chrome/installer/util:with_no_strings", 488 "//chrome/installer/util:with_no_strings",
489 "//components/app_modal", 489 "//components/app_modal",
490 "//components/autofill/content/browser:risk_proto", 490 "//components/autofill/content/browser:risk_proto",
491 "//components/autofill/core/browser", 491 "//components/autofill/core/browser",
492 "//components/bookmarks/browser", 492 "//components/bookmarks/browser",
(...skipping 3050 matching lines...) Expand 10 before | Expand all | Expand 10 after
3543 "test/test_confirm_bubble_model.cc", 3543 "test/test_confirm_bubble_model.cc",
3544 "test/test_confirm_bubble_model.h", 3544 "test/test_confirm_bubble_model.h",
3545 ] 3545 ]
3546 deps += [ "//chrome/test:test_support_ui" ] 3546 deps += [ "//chrome/test:test_support_ui" ]
3547 } 3547 }
3548 3548
3549 if (enable_extensions) { 3549 if (enable_extensions) {
3550 deps += [ "//extensions/browser" ] 3550 deps += [ "//extensions/browser" ]
3551 } 3551 }
3552 } 3552 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698