OLD | NEW |
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_aura.cc', | 10 'accelerators/accelerator_commands_aura.cc', |
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
289 'common/system/tray/system_tray_delegate.cc', | 289 'common/system/tray/system_tray_delegate.cc', |
290 'common/system/tray/system_tray_delegate.h', | 290 'common/system/tray/system_tray_delegate.h', |
291 'common/system/tray/system_tray_item.cc', | 291 'common/system/tray/system_tray_item.cc', |
292 'common/system/tray/system_tray_item.h', | 292 'common/system/tray/system_tray_item.h', |
293 'common/system/tray/system_tray_notifier.cc', | 293 'common/system/tray/system_tray_notifier.cc', |
294 'common/system/tray/system_tray_notifier.h', | 294 'common/system/tray/system_tray_notifier.h', |
295 'common/system/tray/throbber_view.cc', | 295 'common/system/tray/throbber_view.cc', |
296 'common/system/tray/throbber_view.h', | 296 'common/system/tray/throbber_view.h', |
297 'common/system/tray/tray_background_view.cc', | 297 'common/system/tray/tray_background_view.cc', |
298 'common/system/tray/tray_background_view.h', | 298 'common/system/tray/tray_background_view.h', |
299 'common/system/tray/tray_bar_button_with_title.cc', | |
300 'common/system/tray/tray_bar_button_with_title.h', | |
301 'common/system/tray/tray_bubble_wrapper.cc', | 299 'common/system/tray/tray_bubble_wrapper.cc', |
302 'common/system/tray/tray_bubble_wrapper.h', | 300 'common/system/tray/tray_bubble_wrapper.h', |
303 'common/system/tray/tray_constants.cc', | 301 'common/system/tray/tray_constants.cc', |
304 'common/system/tray/tray_constants.h', | 302 'common/system/tray/tray_constants.h', |
305 'common/system/tray/tray_details_view.cc', | 303 'common/system/tray/tray_details_view.cc', |
306 'common/system/tray/tray_details_view.h', | 304 'common/system/tray/tray_details_view.h', |
307 'common/system/tray/tray_event_filter.cc', | 305 'common/system/tray/tray_event_filter.cc', |
308 'common/system/tray/tray_event_filter.h', | 306 'common/system/tray/tray_event_filter.h', |
309 'common/system/tray/tray_image_item.cc', | 307 'common/system/tray/tray_image_item.cc', |
310 'common/system/tray/tray_image_item.h', | 308 'common/system/tray/tray_image_item.h', |
(...skipping 1160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1471 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1469 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1472 ], | 1470 ], |
1473 } | 1471 } |
1474 ], | 1472 ], |
1475 ], | 1473 ], |
1476 }, | 1474 }, |
1477 ], | 1475 ], |
1478 }], | 1476 }], |
1479 ], | 1477 ], |
1480 } | 1478 } |
OLD | NEW |