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

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

Issue 2883193002: WIP
Patch Set: git cl try Created 3 years, 7 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
« no previous file with comments | « no previous file | chrome/browser/ui/ash/launcher/app_window_launcher_item_controller.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "app_list/arc/arc_package_syncable_service_factory.cc", 3363 "app_list/arc/arc_package_syncable_service_factory.cc",
3364 "app_list/arc/arc_package_syncable_service_factory.h", 3364 "app_list/arc/arc_package_syncable_service_factory.h",
3365 "app_list/search/arc_app_result.cc", 3365 "app_list/search/arc_app_result.cc",
3366 "app_list/search/arc_app_result.h", 3366 "app_list/search/arc_app_result.h",
3367 "ash/launcher/arc_app_deferred_launcher_controller.cc", 3367 "ash/launcher/arc_app_deferred_launcher_controller.cc",
3368 "ash/launcher/arc_app_deferred_launcher_controller.h", 3368 "ash/launcher/arc_app_deferred_launcher_controller.h",
3369 "ash/launcher/arc_app_deferred_launcher_item_controller.cc", 3369 "ash/launcher/arc_app_deferred_launcher_item_controller.cc",
3370 "ash/launcher/arc_app_deferred_launcher_item_controller.h", 3370 "ash/launcher/arc_app_deferred_launcher_item_controller.h",
3371 "ash/launcher/arc_app_shelf_id.cc", 3371 "ash/launcher/arc_app_shelf_id.cc",
3372 "ash/launcher/arc_app_shelf_id.h", 3372 "ash/launcher/arc_app_shelf_id.h",
3373 "ash/launcher/arc_app_window.cc",
3374 "ash/launcher/arc_app_window.h",
3373 "ash/launcher/arc_app_window_launcher_controller.cc", 3375 "ash/launcher/arc_app_window_launcher_controller.cc",
3374 "ash/launcher/arc_app_window_launcher_controller.h", 3376 "ash/launcher/arc_app_window_launcher_controller.h",
3375 "ash/launcher/arc_app_window_launcher_item_controller.cc", 3377 "ash/launcher/arc_app_window_launcher_item_controller.cc",
3376 "ash/launcher/arc_app_window_launcher_item_controller.h", 3378 "ash/launcher/arc_app_window_launcher_item_controller.h",
3377 "ash/launcher/arc_launcher_context_menu.cc", 3379 "ash/launcher/arc_launcher_context_menu.cc",
3378 "ash/launcher/arc_launcher_context_menu.h", 3380 "ash/launcher/arc_launcher_context_menu.h",
3379 "ash/launcher/launcher_arc_app_updater.cc", 3381 "ash/launcher/launcher_arc_app_updater.cc",
3380 "ash/launcher/launcher_arc_app_updater.h", 3382 "ash/launcher/launcher_arc_app_updater.h",
3381 "views/arc_app_dialog_view.cc", 3383 "views/arc_app_dialog_view.cc",
3382 ] 3384 ]
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
3597 "test/test_confirm_bubble_model.cc", 3599 "test/test_confirm_bubble_model.cc",
3598 "test/test_confirm_bubble_model.h", 3600 "test/test_confirm_bubble_model.h",
3599 ] 3601 ]
3600 deps += [ "//chrome/test:test_support_ui" ] 3602 deps += [ "//chrome/test:test_support_ui" ]
3601 } 3603 }
3602 3604
3603 if (enable_extensions) { 3605 if (enable_extensions) {
3604 deps += [ "//extensions/browser" ] 3606 deps += [ "//extensions/browser" ]
3605 } 3607 }
3606 } 3608 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/ash/launcher/app_window_launcher_item_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698