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

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

Issue 2839933005: mash: Merge ChromeLauncherController and *Impl subclass. (Closed)
Patch Set: Address comments. 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
« no previous file with comments | « ash/shell_delegate.h ('k') | chrome/browser/ui/app_list/arc/arc_app_list_prefs.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 1326 matching lines...) Expand 10 before | Expand all | Expand 10 after
1337 "ash/launcher/app_window_launcher_item_controller.cc", 1337 "ash/launcher/app_window_launcher_item_controller.cc",
1338 "ash/launcher/app_window_launcher_item_controller.h", 1338 "ash/launcher/app_window_launcher_item_controller.h",
1339 "ash/launcher/arc_playstore_shortcut_launcher_item_controller.cc", 1339 "ash/launcher/arc_playstore_shortcut_launcher_item_controller.cc",
1340 "ash/launcher/arc_playstore_shortcut_launcher_item_controller.h", 1340 "ash/launcher/arc_playstore_shortcut_launcher_item_controller.h",
1341 "ash/launcher/browser_shortcut_launcher_item_controller.cc", 1341 "ash/launcher/browser_shortcut_launcher_item_controller.cc",
1342 "ash/launcher/browser_shortcut_launcher_item_controller.h", 1342 "ash/launcher/browser_shortcut_launcher_item_controller.h",
1343 "ash/launcher/browser_status_monitor.cc", 1343 "ash/launcher/browser_status_monitor.cc",
1344 "ash/launcher/browser_status_monitor.h", 1344 "ash/launcher/browser_status_monitor.h",
1345 "ash/launcher/chrome_launcher_controller.cc", 1345 "ash/launcher/chrome_launcher_controller.cc",
1346 "ash/launcher/chrome_launcher_controller.h", 1346 "ash/launcher/chrome_launcher_controller.h",
1347 "ash/launcher/chrome_launcher_controller_impl.cc",
1348 "ash/launcher/chrome_launcher_controller_impl.h",
1349 "ash/launcher/chrome_launcher_controller_util.cc", 1347 "ash/launcher/chrome_launcher_controller_util.cc",
1350 "ash/launcher/chrome_launcher_controller_util.h", 1348 "ash/launcher/chrome_launcher_controller_util.h",
1351 "ash/launcher/desktop_shell_launcher_context_menu.cc", 1349 "ash/launcher/desktop_shell_launcher_context_menu.cc",
1352 "ash/launcher/desktop_shell_launcher_context_menu.h", 1350 "ash/launcher/desktop_shell_launcher_context_menu.h",
1353 "ash/launcher/extension_app_window_launcher_controller.cc", 1351 "ash/launcher/extension_app_window_launcher_controller.cc",
1354 "ash/launcher/extension_app_window_launcher_controller.h", 1352 "ash/launcher/extension_app_window_launcher_controller.h",
1355 "ash/launcher/extension_app_window_launcher_item_controller.cc", 1353 "ash/launcher/extension_app_window_launcher_item_controller.cc",
1356 "ash/launcher/extension_app_window_launcher_item_controller.h", 1354 "ash/launcher/extension_app_window_launcher_item_controller.h",
1357 "ash/launcher/extension_launcher_context_menu.cc", 1355 "ash/launcher/extension_launcher_context_menu.cc",
1358 "ash/launcher/extension_launcher_context_menu.h", 1356 "ash/launcher/extension_launcher_context_menu.h",
(...skipping 2214 matching lines...) Expand 10 before | Expand all | Expand 10 after
3573 "test/test_confirm_bubble_model.cc", 3571 "test/test_confirm_bubble_model.cc",
3574 "test/test_confirm_bubble_model.h", 3572 "test/test_confirm_bubble_model.h",
3575 ] 3573 ]
3576 deps += [ "//chrome/test:test_support_ui" ] 3574 deps += [ "//chrome/test:test_support_ui" ]
3577 } 3575 }
3578 3576
3579 if (enable_extensions) { 3577 if (enable_extensions) {
3580 deps += [ "//extensions/browser" ] 3578 deps += [ "//extensions/browser" ]
3581 } 3579 }
3582 } 3580 }
OLDNEW
« no previous file with comments | « ash/shell_delegate.h ('k') | chrome/browser/ui/app_list/arc/arc_app_list_prefs.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698