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

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

Issue 2406303003: Move enable_app_list to a buildflag. (Closed)
Patch Set: More grit defines 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 444 matching lines...) Expand 10 before | Expand all | Expand 10 after
455 # dependencies block below, rather than here. 455 # dependencies block below, rather than here.
456 "//base", 456 "//base",
457 "//chrome:extra_resources", 457 "//chrome:extra_resources",
458 "//chrome:resources", 458 "//chrome:resources",
459 "//chrome:strings", 459 "//chrome:strings",
460 "//chrome/app:chrome_dll_resources", 460 "//chrome/app:chrome_dll_resources",
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:resource_prefetch_predictor_proto",
465 "//chrome/browser/devtools", 466 "//chrome/browser/devtools",
466 "//chrome/browser/ui/webui/engagement:mojo_bindings", 467 "//chrome/browser/ui/webui/engagement:mojo_bindings",
467 "//chrome/browser/ui/webui/omnibox:mojo_bindings", 468 "//chrome/browser/ui/webui/omnibox:mojo_bindings",
468 "//chrome/browser/ui/webui/plugins:mojo_bindings", 469 "//chrome/browser/ui/webui/plugins:mojo_bindings",
469 "//chrome/browser/ui/webui/usb_internals:mojo_bindings", 470 "//chrome/browser/ui/webui/usb_internals:mojo_bindings",
470 "//chrome/common", 471 "//chrome/common",
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",
(...skipping 2941 matching lines...) Expand 10 before | Expand all | Expand 10 after
3416 "test/test_confirm_bubble_model.cc", 3417 "test/test_confirm_bubble_model.cc",
3417 "test/test_confirm_bubble_model.h", 3418 "test/test_confirm_bubble_model.h",
3418 ] 3419 ]
3419 deps += [ "//chrome/test:test_support_ui" ] 3420 deps += [ "//chrome/test:test_support_ui" ]
3420 } 3421 }
3421 3422
3422 if (enable_extensions) { 3423 if (enable_extensions) {
3423 deps += [ "//extensions/browser" ] 3424 deps += [ "//extensions/browser" ]
3424 } 3425 }
3425 } 3426 }
OLDNEW
« no previous file with comments | « chrome/browser/sync/profile_sync_service_factory_unittest.cc ('k') | chrome/browser/ui/app_list/app_list_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698