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

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: add a missing override; 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 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 'metrics/task_switch_time_tracker.cc', 185 'metrics/task_switch_time_tracker.cc',
186 'metrics/task_switch_time_tracker.h', 186 'metrics/task_switch_time_tracker.h',
187 'metrics/user_metrics_recorder.cc', 187 'metrics/user_metrics_recorder.cc',
188 'metrics/user_metrics_recorder.h', 188 'metrics/user_metrics_recorder.h',
189 'multi_profile_uma.cc', 189 'multi_profile_uma.cc',
190 'multi_profile_uma.h', 190 'multi_profile_uma.h',
191 'networking_config_delegate.cc', 191 'networking_config_delegate.cc',
192 'networking_config_delegate.h', 192 'networking_config_delegate.h',
193 'popup_message.cc', 193 'popup_message.cc',
194 'popup_message.h', 194 'popup_message.h',
195 'renderer_context_menu/open_with_menu_controller.cc',
196 'renderer_context_menu/open_with_menu_controller.h',
195 'root_window_controller.cc', 197 'root_window_controller.cc',
196 'root_window_controller.h', 198 'root_window_controller.h',
197 'root_window_settings.cc', 199 'root_window_settings.cc',
198 'root_window_settings.h', 200 'root_window_settings.h',
199 'rotator/screen_rotation_animation.cc', 201 'rotator/screen_rotation_animation.cc',
200 'rotator/screen_rotation_animation.h', 202 'rotator/screen_rotation_animation.h',
201 'rotator/screen_rotation_animator.cc', 203 'rotator/screen_rotation_animator.cc',
202 'rotator/screen_rotation_animator.h', 204 'rotator/screen_rotation_animator.h',
203 'rotator/window_rotation.cc', 205 'rotator/window_rotation.cc',
204 'rotator/window_rotation.h', 206 'rotator/window_rotation.h',
(...skipping 1161 matching lines...) Expand 10 before | Expand all | Expand 10 after
1366 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1368 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1367 ], 1369 ],
1368 } 1370 }
1369 ], 1371 ],
1370 ], 1372 ],
1371 }, 1373 },
1372 ], 1374 ],
1373 }], 1375 }],
1374 ], 1376 ],
1375 } 1377 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698