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

Side by Side Diff: ash/ash.gyp

Issue 1760773004: Add "Open with <ARC-app-name>" items to the context menu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address dcheng's comment 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 | « no previous file | ash/link_handler_model.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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'chromium_code': 1, 7 'chromium_code': 1,
8 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'ash_sources': [ 9 'ash_sources': [
10 'accelerators/accelerator_commands.cc', 10 'accelerators/accelerator_commands.cc',
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 'host/root_window_transformer.h', 168 'host/root_window_transformer.h',
169 'host/transformer_helper.cc', 169 'host/transformer_helper.cc',
170 'host/transformer_helper.h', 170 'host/transformer_helper.h',
171 'ime/input_method_event_handler.cc', 171 'ime/input_method_event_handler.cc',
172 'ime/input_method_event_handler.h', 172 'ime/input_method_event_handler.h',
173 'keyboard/keyboard_ui.cc', 173 'keyboard/keyboard_ui.cc',
174 'keyboard/keyboard_ui.h', 174 'keyboard/keyboard_ui.h',
175 'keyboard/keyboard_ui_observer.h', 175 'keyboard/keyboard_ui_observer.h',
176 'keyboard_uma_event_filter.cc', 176 'keyboard_uma_event_filter.cc',
177 'keyboard_uma_event_filter.h', 177 'keyboard_uma_event_filter.h',
178 'link_handler_model.cc',
179 'link_handler_model.h',
180 'link_handler_model_factory.cc',
181 'link_handler_model_factory.h',
178 'magnifier/magnification_controller.cc', 182 'magnifier/magnification_controller.cc',
179 'magnifier/magnification_controller.h', 183 'magnifier/magnification_controller.h',
180 'magnifier/partial_magnification_controller.cc', 184 'magnifier/partial_magnification_controller.cc',
181 'magnifier/partial_magnification_controller.h', 185 'magnifier/partial_magnification_controller.h',
182 'metrics/desktop_task_switch_metric_recorder.cc', 186 'metrics/desktop_task_switch_metric_recorder.cc',
183 'metrics/desktop_task_switch_metric_recorder.h', 187 'metrics/desktop_task_switch_metric_recorder.h',
184 'metrics/task_switch_metrics_recorder.cc', 188 'metrics/task_switch_metrics_recorder.cc',
185 'metrics/task_switch_metrics_recorder.h', 189 'metrics/task_switch_metrics_recorder.h',
186 'metrics/task_switch_time_tracker.cc', 190 'metrics/task_switch_time_tracker.cc',
187 'metrics/task_switch_time_tracker.h', 191 'metrics/task_switch_time_tracker.h',
(...skipping 1207 matching lines...) Expand 10 before | Expand all | Expand 10 after
1395 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1399 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1396 ], 1400 ],
1397 } 1401 }
1398 ], 1402 ],
1399 ], 1403 ],
1400 }, 1404 },
1401 ], 1405 ],
1402 }], 1406 }],
1403 ], 1407 ],
1404 } 1408 }
OLDNEW
« no previous file with comments | « no previous file | ash/link_handler_model.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698