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

Side by Side Diff: ash/ash.gyp

Issue 1218653006: Add support code to test the cast system tray item. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Created 5 years, 5 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 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 'system/audio/tray_audio.h', 279 'system/audio/tray_audio.h',
280 'system/audio/tray_audio_delegate.h', 280 'system/audio/tray_audio_delegate.h',
281 'system/audio/volume_view.cc', 281 'system/audio/volume_view.cc',
282 'system/audio/volume_view.h', 282 'system/audio/volume_view.h',
283 'system/bluetooth/bluetooth_observer.h', 283 'system/bluetooth/bluetooth_observer.h',
284 'system/bluetooth/tray_bluetooth.cc', 284 'system/bluetooth/tray_bluetooth.cc',
285 'system/bluetooth/tray_bluetooth.h', 285 'system/bluetooth/tray_bluetooth.h',
286 'system/brightness_control_delegate.h', 286 'system/brightness_control_delegate.h',
287 'system/cast/tray_cast.cc', 287 'system/cast/tray_cast.cc',
288 'system/cast/tray_cast.h', 288 'system/cast/tray_cast.h',
289 'system/cast/tray_cast_testing_interface.h',
289 'system/chromeos/audio/audio_detailed_view.cc', 290 'system/chromeos/audio/audio_detailed_view.cc',
290 'system/chromeos/audio/audio_detailed_view.h', 291 'system/chromeos/audio/audio_detailed_view.h',
291 'system/chromeos/audio/tray_audio_chromeos.cc', 292 'system/chromeos/audio/tray_audio_chromeos.cc',
292 'system/chromeos/audio/tray_audio_chromeos.h', 293 'system/chromeos/audio/tray_audio_chromeos.h',
293 'system/chromeos/audio/tray_audio_delegate_chromeos.cc', 294 'system/chromeos/audio/tray_audio_delegate_chromeos.cc',
294 'system/chromeos/audio/tray_audio_delegate_chromeos.h', 295 'system/chromeos/audio/tray_audio_delegate_chromeos.h',
295 'system/chromeos/bluetooth/bluetooth_notification_controller.cc', 296 'system/chromeos/bluetooth/bluetooth_notification_controller.cc',
296 'system/chromeos/bluetooth/bluetooth_notification_controller.h', 297 'system/chromeos/bluetooth/bluetooth_notification_controller.h',
297 'system/chromeos/brightness/brightness_controller_chromeos.cc', 298 'system/chromeos/brightness/brightness_controller_chromeos.cc',
298 'system/chromeos/brightness/brightness_controller_chromeos.h', 299 'system/chromeos/brightness/brightness_controller_chromeos.h',
(...skipping 1052 matching lines...) Expand 10 before | Expand all | Expand 10 after
1351 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1352 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1352 ], 1353 ],
1353 } 1354 }
1354 ], 1355 ],
1355 ], 1356 ],
1356 }, 1357 },
1357 ], 1358 ],
1358 }], 1359 }],
1359 ], 1360 ],
1360 } 1361 }
OLDNEW
« no previous file with comments | « no previous file | ash/system/cast/tray_cast.h » ('j') | ash/system/cast/tray_cast_testing_interface.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698