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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1869063002: Arc integration in shelf launcher context menu. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Include file only when necessary Created 4 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 | « chrome/browser/ui/ash/launcher/launcher_context_menu_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 { 5 {
6 'variables': { 6 'variables': {
7 # There are two sections of sources: 7 # There are two sections of sources:
8 # * "Platform"-based sources (OS, toolkit, etc.) 8 # * "Platform"-based sources (OS, toolkit, etc.)
9 # * Feature/directory-based sources (e.g., history, printing) 9 # * Feature/directory-based sources (e.g., history, printing)
10 10
(...skipping 727 matching lines...) Expand 10 before | Expand all | Expand 10 after
738 'browser/ui/app_list/arc/arc_app_model_builder.cc', 738 'browser/ui/app_list/arc/arc_app_model_builder.cc',
739 'browser/ui/app_list/arc/arc_app_model_builder.h', 739 'browser/ui/app_list/arc/arc_app_model_builder.h',
740 'browser/ui/app_list/arc/arc_app_utils.cc', 740 'browser/ui/app_list/arc/arc_app_utils.cc',
741 'browser/ui/app_list/arc/arc_app_utils.h', 741 'browser/ui/app_list/arc/arc_app_utils.h',
742 'browser/ui/app_list/search/arc_app_result.cc', 742 'browser/ui/app_list/search/arc_app_result.cc',
743 'browser/ui/app_list/search/arc_app_result.h', 743 'browser/ui/app_list/search/arc_app_result.h',
744 'browser/ui/ash/launcher/arc_app_window_launcher_controller.cc', 744 'browser/ui/ash/launcher/arc_app_window_launcher_controller.cc',
745 'browser/ui/ash/launcher/arc_app_window_launcher_controller.h', 745 'browser/ui/ash/launcher/arc_app_window_launcher_controller.h',
746 'browser/ui/ash/launcher/arc_app_window_launcher_item_controller.cc', 746 'browser/ui/ash/launcher/arc_app_window_launcher_item_controller.cc',
747 'browser/ui/ash/launcher/arc_app_window_launcher_item_controller.h', 747 'browser/ui/ash/launcher/arc_app_window_launcher_item_controller.h',
748 'browser/ui/ash/launcher/arc_launcher_context_menu.cc',
749 'browser/ui/ash/launcher/arc_launcher_context_menu.h',
748 'browser/ui/ash/launcher/launcher_arc_app_updater.cc', 750 'browser/ui/ash/launcher/launcher_arc_app_updater.cc',
749 'browser/ui/ash/launcher/launcher_arc_app_updater.h', 751 'browser/ui/ash/launcher/launcher_arc_app_updater.h',
750 ], 752 ],
751 # ChromeOS sources that should not be included in the official build. 753 # ChromeOS sources that should not be included in the official build.
752 'chrome_browser_ui_chromeos_non_official_sources': [ 754 'chrome_browser_ui_chromeos_non_official_sources': [
753 'browser/ui/webui/chromeos/emulator/device_emulator_message_handler.cc', 755 'browser/ui/webui/chromeos/emulator/device_emulator_message_handler.cc',
754 'browser/ui/webui/chromeos/emulator/device_emulator_message_handler.h', 756 'browser/ui/webui/chromeos/emulator/device_emulator_message_handler.h',
755 'browser/ui/webui/chromeos/emulator/device_emulator_ui.cc', 757 'browser/ui/webui/chromeos/emulator/device_emulator_ui.cc',
756 'browser/ui/webui/chromeos/emulator/device_emulator_ui.h', 758 'browser/ui/webui/chromeos/emulator/device_emulator_ui.h',
757 ], 759 ],
(...skipping 2621 matching lines...) Expand 10 before | Expand all | Expand 10 after
3379 ], 3381 ],
3380 'sources': [ 3382 'sources': [
3381 '<@(chrome_browser_ui_non_mobile_sources)', 3383 '<@(chrome_browser_ui_non_mobile_sources)',
3382 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3384 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3383 ], 3385 ],
3384 }], 3386 }],
3385 ], 3387 ],
3386 }, 3388 },
3387 ], 3389 ],
3388 } 3390 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/ash/launcher/launcher_context_menu_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698