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

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

Issue 2716403005: mash: Remove shelf app menu item objects. (Closed)
Patch Set: Address comments. Created 3 years, 9 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 1307 matching lines...) Expand 10 before | Expand all | Expand 10 after
1318 "ash/launcher/app_window_launcher_controller.cc", 1318 "ash/launcher/app_window_launcher_controller.cc",
1319 "ash/launcher/app_window_launcher_controller.h", 1319 "ash/launcher/app_window_launcher_controller.h",
1320 "ash/launcher/app_window_launcher_item_controller.cc", 1320 "ash/launcher/app_window_launcher_item_controller.cc",
1321 "ash/launcher/app_window_launcher_item_controller.h", 1321 "ash/launcher/app_window_launcher_item_controller.h",
1322 "ash/launcher/arc_playstore_shortcut_launcher_item_controller.cc", 1322 "ash/launcher/arc_playstore_shortcut_launcher_item_controller.cc",
1323 "ash/launcher/arc_playstore_shortcut_launcher_item_controller.h", 1323 "ash/launcher/arc_playstore_shortcut_launcher_item_controller.h",
1324 "ash/launcher/browser_shortcut_launcher_item_controller.cc", 1324 "ash/launcher/browser_shortcut_launcher_item_controller.cc",
1325 "ash/launcher/browser_shortcut_launcher_item_controller.h", 1325 "ash/launcher/browser_shortcut_launcher_item_controller.h",
1326 "ash/launcher/browser_status_monitor.cc", 1326 "ash/launcher/browser_status_monitor.cc",
1327 "ash/launcher/browser_status_monitor.h", 1327 "ash/launcher/browser_status_monitor.h",
1328 "ash/launcher/chrome_launcher_app_menu_item_browser.cc",
1329 "ash/launcher/chrome_launcher_app_menu_item_browser.h",
1330 "ash/launcher/chrome_launcher_app_menu_item_tab.cc",
1331 "ash/launcher/chrome_launcher_app_menu_item_tab.h",
1332 "ash/launcher/chrome_launcher_app_menu_item_v2app.cc",
1333 "ash/launcher/chrome_launcher_app_menu_item_v2app.h",
1334 "ash/launcher/chrome_launcher_controller.cc", 1328 "ash/launcher/chrome_launcher_controller.cc",
1335 "ash/launcher/chrome_launcher_controller.h", 1329 "ash/launcher/chrome_launcher_controller.h",
1336 "ash/launcher/chrome_launcher_controller_impl.cc", 1330 "ash/launcher/chrome_launcher_controller_impl.cc",
1337 "ash/launcher/chrome_launcher_controller_impl.h", 1331 "ash/launcher/chrome_launcher_controller_impl.h",
1338 "ash/launcher/chrome_launcher_controller_mus.cc", 1332 "ash/launcher/chrome_launcher_controller_mus.cc",
1339 "ash/launcher/chrome_launcher_controller_mus.h", 1333 "ash/launcher/chrome_launcher_controller_mus.h",
1340 "ash/launcher/chrome_launcher_controller_util.cc", 1334 "ash/launcher/chrome_launcher_controller_util.cc",
1341 "ash/launcher/chrome_launcher_controller_util.h", 1335 "ash/launcher/chrome_launcher_controller_util.h",
1342 "ash/launcher/desktop_shell_launcher_context_menu.cc", 1336 "ash/launcher/desktop_shell_launcher_context_menu.cc",
1343 "ash/launcher/desktop_shell_launcher_context_menu.h", 1337 "ash/launcher/desktop_shell_launcher_context_menu.h",
(...skipping 2175 matching lines...) Expand 10 before | Expand all | Expand 10 after
3519 "test/test_confirm_bubble_model.cc", 3513 "test/test_confirm_bubble_model.cc",
3520 "test/test_confirm_bubble_model.h", 3514 "test/test_confirm_bubble_model.h",
3521 ] 3515 ]
3522 deps += [ "//chrome/test:test_support_ui" ] 3516 deps += [ "//chrome/test:test_support_ui" ]
3523 } 3517 }
3524 3518
3525 if (enable_extensions) { 3519 if (enable_extensions) {
3526 deps += [ "//extensions/browser" ] 3520 deps += [ "//extensions/browser" ]
3527 } 3521 }
3528 } 3522 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698