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

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 comments 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
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 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 'metrics/task_switch_time_tracker.cc', 186 'metrics/task_switch_time_tracker.cc',
187 'metrics/task_switch_time_tracker.h', 187 'metrics/task_switch_time_tracker.h',
188 'metrics/user_metrics_recorder.cc', 188 'metrics/user_metrics_recorder.cc',
189 'metrics/user_metrics_recorder.h', 189 'metrics/user_metrics_recorder.h',
190 'multi_profile_uma.cc', 190 'multi_profile_uma.cc',
191 'multi_profile_uma.h', 191 'multi_profile_uma.h',
192 'networking_config_delegate.cc', 192 'networking_config_delegate.cc',
193 'networking_config_delegate.h', 193 'networking_config_delegate.h',
194 'popup_message.cc', 194 'popup_message.cc',
195 'popup_message.h', 195 'popup_message.h',
196 'renderer_context_menu/link_handler_model.cc',
197 'renderer_context_menu/link_handler_model.h',
198 'renderer_context_menu/open_with_menu_controller.cc',
199 'renderer_context_menu/open_with_menu_controller.h',
196 'root_window_controller.cc', 200 'root_window_controller.cc',
197 'root_window_controller.h', 201 'root_window_controller.h',
198 'root_window_settings.cc', 202 'root_window_settings.cc',
199 'root_window_settings.h', 203 'root_window_settings.h',
200 'rotator/screen_rotation_animation.cc', 204 'rotator/screen_rotation_animation.cc',
201 'rotator/screen_rotation_animation.h', 205 'rotator/screen_rotation_animation.h',
202 'rotator/screen_rotation_animator.cc', 206 'rotator/screen_rotation_animator.cc',
203 'rotator/screen_rotation_animator.h', 207 'rotator/screen_rotation_animator.h',
204 'rotator/window_rotation.cc', 208 'rotator/window_rotation.cc',
205 'rotator/window_rotation.h', 209 'rotator/window_rotation.h',
(...skipping 1160 matching lines...) Expand 10 before | Expand all | Expand 10 after
1366 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1370 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1367 ], 1371 ],
1368 } 1372 }
1369 ], 1373 ],
1370 ], 1374 ],
1371 }, 1375 },
1372 ], 1376 ],
1373 }], 1377 }],
1374 ], 1378 ],
1375 } 1379 }
OLDNEW
« no previous file with comments | « no previous file | ash/renderer_context_menu/link_handler_model.h » ('j') | ash/renderer_context_menu/link_handler_model.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698