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

Side by Side Diff: ash/ash.gyp

Issue 1115083002: Add the supporting code for the cast system tray integration (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Support detecting if we are casting a tab or the desktop Created 5 years, 7 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/cast_config_delegate.h » ('j') | ash/cast_config_delegate.h » ('J')
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 25 matching lines...) Expand all
36 'ash_switches.cc', 36 'ash_switches.cc',
37 'ash_switches.h', 37 'ash_switches.h',
38 'ash_touch_exploration_manager_chromeos.cc', 38 'ash_touch_exploration_manager_chromeos.cc',
39 'ash_touch_exploration_manager_chromeos.h', 39 'ash_touch_exploration_manager_chromeos.h',
40 'audio/sounds.cc', 40 'audio/sounds.cc',
41 'audio/sounds.h', 41 'audio/sounds.h',
42 'autoclick/autoclick_controller.cc', 42 'autoclick/autoclick_controller.cc',
43 'autoclick/autoclick_controller.h', 43 'autoclick/autoclick_controller.h',
44 'cancel_mode.cc', 44 'cancel_mode.cc',
45 'cancel_mode.h', 45 'cancel_mode.h',
46 'cast_config_delegate.cc',
47 'cast_config_delegate.h',
46 'content/display/screen_orientation_controller_chromeos.cc', 48 'content/display/screen_orientation_controller_chromeos.cc',
47 'content/display/screen_orientation_controller_chromeos.h', 49 'content/display/screen_orientation_controller_chromeos.h',
48 'debug.cc', 50 'debug.cc',
49 'debug.h', 51 'debug.h',
50 'default_accessibility_delegate.cc', 52 'default_accessibility_delegate.cc',
51 'default_accessibility_delegate.h', 53 'default_accessibility_delegate.h',
52 'default_user_wallpaper_delegate.cc', 54 'default_user_wallpaper_delegate.cc',
53 'default_user_wallpaper_delegate.h', 55 'default_user_wallpaper_delegate.h',
54 'desktop_background/desktop_background_controller.cc', 56 'desktop_background/desktop_background_controller.cc',
55 'desktop_background/desktop_background_controller.h', 57 'desktop_background/desktop_background_controller.h',
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 'system/audio/audio_observer.h', 263 'system/audio/audio_observer.h',
262 'system/audio/tray_audio.cc', 264 'system/audio/tray_audio.cc',
263 'system/audio/tray_audio.h', 265 'system/audio/tray_audio.h',
264 'system/audio/tray_audio_delegate.h', 266 'system/audio/tray_audio_delegate.h',
265 'system/audio/volume_view.cc', 267 'system/audio/volume_view.cc',
266 'system/audio/volume_view.h', 268 'system/audio/volume_view.h',
267 'system/bluetooth/bluetooth_observer.h', 269 'system/bluetooth/bluetooth_observer.h',
268 'system/bluetooth/tray_bluetooth.cc', 270 'system/bluetooth/tray_bluetooth.cc',
269 'system/bluetooth/tray_bluetooth.h', 271 'system/bluetooth/tray_bluetooth.h',
270 'system/brightness_control_delegate.h', 272 'system/brightness_control_delegate.h',
273 'system/cast/cast_observer.h',
271 'system/chromeos/audio/audio_detailed_view.cc', 274 'system/chromeos/audio/audio_detailed_view.cc',
272 'system/chromeos/audio/audio_detailed_view.h', 275 'system/chromeos/audio/audio_detailed_view.h',
273 'system/chromeos/audio/tray_audio_chromeos.cc', 276 'system/chromeos/audio/tray_audio_chromeos.cc',
274 'system/chromeos/audio/tray_audio_chromeos.h', 277 'system/chromeos/audio/tray_audio_chromeos.h',
275 'system/chromeos/audio/tray_audio_delegate_chromeos.cc', 278 'system/chromeos/audio/tray_audio_delegate_chromeos.cc',
276 'system/chromeos/audio/tray_audio_delegate_chromeos.h', 279 'system/chromeos/audio/tray_audio_delegate_chromeos.h',
277 'system/chromeos/bluetooth/bluetooth_notification_controller.cc', 280 'system/chromeos/bluetooth/bluetooth_notification_controller.cc',
278 'system/chromeos/bluetooth/bluetooth_notification_controller.h', 281 'system/chromeos/bluetooth/bluetooth_notification_controller.h',
279 'system/chromeos/brightness/brightness_controller_chromeos.cc', 282 'system/chromeos/brightness/brightness_controller_chromeos.cc',
280 'system/chromeos/brightness/brightness_controller_chromeos.h', 283 'system/chromeos/brightness/brightness_controller_chromeos.h',
(...skipping 1038 matching lines...) Expand 10 before | Expand all | Expand 10 after
1319 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1322 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1320 ], 1323 ],
1321 } 1324 }
1322 ], 1325 ],
1323 ], 1326 ],
1324 }, 1327 },
1325 ], 1328 ],
1326 }], 1329 }],
1327 ], 1330 ],
1328 } 1331 }
OLDNEW
« no previous file with comments | « no previous file | ash/cast_config_delegate.h » ('j') | ash/cast_config_delegate.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698