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

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

Issue 2086223002: Convert instant search messages to Mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge Created 4 years, 2 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 450 matching lines...) Expand 10 before | Expand all | Expand 10 after
461 "//chrome/app:command_ids", 461 "//chrome/app:command_ids",
462 "//chrome/app/resources:platform_locale_settings", 462 "//chrome/app/resources:platform_locale_settings",
463 "//chrome/app/theme:chrome_unscaled_resources", 463 "//chrome/app/theme:chrome_unscaled_resources",
464 "//chrome/app/theme:theme_resources", 464 "//chrome/app/theme:theme_resources",
465 "//chrome/browser/devtools", 465 "//chrome/browser/devtools",
466 "//chrome/browser/ui/webui/engagement:mojo_bindings", 466 "//chrome/browser/ui/webui/engagement:mojo_bindings",
467 "//chrome/browser/ui/webui/omnibox:mojo_bindings", 467 "//chrome/browser/ui/webui/omnibox:mojo_bindings",
468 "//chrome/browser/ui/webui/plugins:mojo_bindings", 468 "//chrome/browser/ui/webui/plugins:mojo_bindings",
469 "//chrome/browser/ui/webui/usb_internals:mojo_bindings", 469 "//chrome/browser/ui/webui/usb_internals:mojo_bindings",
470 "//chrome/common", 470 "//chrome/common",
471 "//chrome/common:instant_mojom",
471 "//chrome/common/net", 472 "//chrome/common/net",
472 "//chrome/installer/util:with_no_strings", 473 "//chrome/installer/util:with_no_strings",
473 "//components/app_modal", 474 "//components/app_modal",
474 "//components/autofill/content/browser:risk_proto", 475 "//components/autofill/content/browser:risk_proto",
475 "//components/autofill/core/browser", 476 "//components/autofill/core/browser",
476 "//components/bookmarks/browser", 477 "//components/bookmarks/browser",
477 "//components/bookmarks/managed", 478 "//components/bookmarks/managed",
478 "//components/browser_sync", 479 "//components/browser_sync",
479 "//components/browsing_data/content", 480 "//components/browsing_data/content",
480 "//components/browsing_data/core", 481 "//components/browsing_data/core",
(...skipping 2937 matching lines...) Expand 10 before | Expand all | Expand 10 after
3418 "test/test_confirm_bubble_model.cc", 3419 "test/test_confirm_bubble_model.cc",
3419 "test/test_confirm_bubble_model.h", 3420 "test/test_confirm_bubble_model.h",
3420 ] 3421 ]
3421 deps += [ "//chrome/test:test_support_ui" ] 3422 deps += [ "//chrome/test:test_support_ui" ]
3422 } 3423 }
3423 3424
3424 if (enable_extensions) { 3425 if (enable_extensions) {
3425 deps += [ "//extensions/browser" ] 3426 deps += [ "//extensions/browser" ]
3426 } 3427 }
3427 } 3428 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698