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

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

Issue 2789253003: Add chrome/browser/apps/BUILD.gn and move Chrome-specific code there (Closed)
Patch Set: rebase 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 3352 matching lines...) Expand 10 before | Expand all | Expand 10 after
3363 ] 3363 ]
3364 } 3364 }
3365 if (!is_android) { 3365 if (!is_android) {
3366 deps += [ 3366 deps += [
3367 "//third_party/libaddressinput", 3367 "//third_party/libaddressinput",
3368 "//third_party/libaddressinput:strings", 3368 "//third_party/libaddressinput:strings",
3369 ] 3369 ]
3370 } 3370 }
3371 if (enable_extensions) { 3371 if (enable_extensions) {
3372 deps += [ 3372 deps += [
3373 "//chrome/browser/apps",
3373 "//chrome/browser/extensions", 3374 "//chrome/browser/extensions",
3374 "//chrome/common/extensions/api", 3375 "//chrome/common/extensions/api",
3375 "//chrome/common/extensions/api:api_registration", 3376 "//chrome/common/extensions/api:api_registration",
3376 ] 3377 ]
3377 allow_circular_includes_from += [ "//chrome/browser/extensions" ] 3378 allow_circular_includes_from += [
3379 "//chrome/browser/apps",
3380 "//chrome/browser/extensions",
3381 ]
3378 sources += [ 3382 sources += [
3379 "extensions/accelerator_priority.cc", 3383 "extensions/accelerator_priority.cc",
3380 "extensions/accelerator_priority.h", 3384 "extensions/accelerator_priority.h",
3381 "extensions/app_launch_params.cc", 3385 "extensions/app_launch_params.cc",
3382 "extensions/app_launch_params.h", 3386 "extensions/app_launch_params.h",
3383 "extensions/application_launch.cc", 3387 "extensions/application_launch.cc",
3384 "extensions/application_launch.h", 3388 "extensions/application_launch.h",
3385 "extensions/blocked_action_bubble_delegate.cc", 3389 "extensions/blocked_action_bubble_delegate.cc",
3386 "extensions/blocked_action_bubble_delegate.h", 3390 "extensions/blocked_action_bubble_delegate.h",
3387 "extensions/extension_action_platform_delegate.h", 3391 "extensions/extension_action_platform_delegate.h",
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
3565 "test/test_confirm_bubble_model.cc", 3569 "test/test_confirm_bubble_model.cc",
3566 "test/test_confirm_bubble_model.h", 3570 "test/test_confirm_bubble_model.h",
3567 ] 3571 ]
3568 deps += [ "//chrome/test:test_support_ui" ] 3572 deps += [ "//chrome/test:test_support_ui" ]
3569 } 3573 }
3570 3574
3571 if (enable_extensions) { 3575 if (enable_extensions) {
3572 deps += [ "//extensions/browser" ] 3576 deps += [ "//extensions/browser" ]
3573 } 3577 }
3574 } 3578 }
OLDNEW
« no previous file with comments | « chrome/browser/renderer_context_menu/render_view_context_menu.cc ('k') | chrome/browser/ui/startup/startup_browser_creator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698