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

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

Issue 2791803002: mash: Move LauncherItemController to ash, rename ShelfItemDelegate. (Closed)
Patch Set: Sync and 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 1339 matching lines...) Expand 10 before | Expand all | Expand 10 after
1350 "ash/launcher/launcher_app_updater.cc", 1350 "ash/launcher/launcher_app_updater.cc",
1351 "ash/launcher/launcher_app_updater.h", 1351 "ash/launcher/launcher_app_updater.h",
1352 "ash/launcher/launcher_context_menu.cc", 1352 "ash/launcher/launcher_context_menu.cc",
1353 "ash/launcher/launcher_context_menu.h", 1353 "ash/launcher/launcher_context_menu.h",
1354 "ash/launcher/launcher_controller_helper.cc", 1354 "ash/launcher/launcher_controller_helper.cc",
1355 "ash/launcher/launcher_controller_helper.h", 1355 "ash/launcher/launcher_controller_helper.h",
1356 "ash/launcher/launcher_extension_app_updater.cc", 1356 "ash/launcher/launcher_extension_app_updater.cc",
1357 "ash/launcher/launcher_extension_app_updater.h", 1357 "ash/launcher/launcher_extension_app_updater.h",
1358 "ash/launcher/launcher_favicon_loader.cc", 1358 "ash/launcher/launcher_favicon_loader.cc",
1359 "ash/launcher/launcher_favicon_loader.h", 1359 "ash/launcher/launcher_favicon_loader.h",
1360 "ash/launcher/launcher_item_controller.cc",
1361 "ash/launcher/launcher_item_controller.h",
1362 "ash/launcher/multi_profile_app_window_launcher_controller.cc", 1360 "ash/launcher/multi_profile_app_window_launcher_controller.cc",
1363 "ash/launcher/multi_profile_app_window_launcher_controller.h", 1361 "ash/launcher/multi_profile_app_window_launcher_controller.h",
1364 "ash/launcher/multi_profile_browser_status_monitor.cc", 1362 "ash/launcher/multi_profile_browser_status_monitor.cc",
1365 "ash/launcher/multi_profile_browser_status_monitor.h", 1363 "ash/launcher/multi_profile_browser_status_monitor.h",
1366 "ash/launcher/settings_window_observer.cc", 1364 "ash/launcher/settings_window_observer.cc",
1367 "ash/launcher/settings_window_observer.h", 1365 "ash/launcher/settings_window_observer.h",
1368 "ash/media_client.cc", 1366 "ash/media_client.cc",
1369 "ash/media_client.h", 1367 "ash/media_client.h",
1370 "ash/multi_user/multi_user_context_menu.h", 1368 "ash/multi_user/multi_user_context_menu.h",
1371 "ash/multi_user/multi_user_context_menu_chromeos.cc", 1369 "ash/multi_user/multi_user_context_menu_chromeos.cc",
(...skipping 2184 matching lines...) Expand 10 before | Expand all | Expand 10 after
3556 "test/test_confirm_bubble_model.cc", 3554 "test/test_confirm_bubble_model.cc",
3557 "test/test_confirm_bubble_model.h", 3555 "test/test_confirm_bubble_model.h",
3558 ] 3556 ]
3559 deps += [ "//chrome/test:test_support_ui" ] 3557 deps += [ "//chrome/test:test_support_ui" ]
3560 } 3558 }
3561 3559
3562 if (enable_extensions) { 3560 if (enable_extensions) {
3563 deps += [ "//extensions/browser" ] 3561 deps += [ "//extensions/browser" ]
3564 } 3562 }
3565 } 3563 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698