| 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.cc', | 10 'accelerators/accelerator_commands.cc', |
| (...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 266 'common/system/tray/tray_background_view.cc', | 266 'common/system/tray/tray_background_view.cc', |
| 267 'common/system/tray/tray_background_view.h', | 267 'common/system/tray/tray_background_view.h', |
| 268 'common/system/tray/tray_bar_button_with_title.cc', | 268 'common/system/tray/tray_bar_button_with_title.cc', |
| 269 'common/system/tray/tray_bar_button_with_title.h', | 269 'common/system/tray/tray_bar_button_with_title.h', |
| 270 'common/system/tray/tray_bubble_wrapper.cc', | 270 'common/system/tray/tray_bubble_wrapper.cc', |
| 271 'common/system/tray/tray_bubble_wrapper.h', | 271 'common/system/tray/tray_bubble_wrapper.h', |
| 272 'common/system/tray/tray_constants.cc', | 272 'common/system/tray/tray_constants.cc', |
| 273 'common/system/tray/tray_constants.h', | 273 'common/system/tray/tray_constants.h', |
| 274 'common/system/tray/tray_details_view.cc', | 274 'common/system/tray/tray_details_view.cc', |
| 275 'common/system/tray/tray_details_view.h', | 275 'common/system/tray/tray_details_view.h', |
| 276 'common/system/tray/tray_empty.cc', | |
| 277 'common/system/tray/tray_empty.h', | |
| 278 'common/system/tray/tray_event_filter.cc', | 276 'common/system/tray/tray_event_filter.cc', |
| 279 'common/system/tray/tray_event_filter.h', | 277 'common/system/tray/tray_event_filter.h', |
| 280 'common/system/tray/tray_image_item.cc', | 278 'common/system/tray/tray_image_item.cc', |
| 281 'common/system/tray/tray_image_item.h', | 279 'common/system/tray/tray_image_item.h', |
| 282 'common/system/tray/tray_item_more.cc', | 280 'common/system/tray/tray_item_more.cc', |
| 283 'common/system/tray/tray_item_more.h', | 281 'common/system/tray/tray_item_more.h', |
| 284 'common/system/tray/tray_item_view.cc', | 282 'common/system/tray/tray_item_view.cc', |
| 285 'common/system/tray/tray_item_view.h', | 283 'common/system/tray/tray_item_view.h', |
| 286 'common/system/tray/tray_notification_view.cc', | 284 'common/system/tray/tray_notification_view.cc', |
| 287 'common/system/tray/tray_notification_view.h', | 285 'common/system/tray/tray_notification_view.h', |
| (...skipping 1168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1456 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1454 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1457 ], | 1455 ], |
| 1458 } | 1456 } |
| 1459 ], | 1457 ], |
| 1460 ], | 1458 ], |
| 1461 }, | 1459 }, |
| 1462 ], | 1460 ], |
| 1463 }], | 1461 }], |
| 1464 ], | 1462 ], |
| 1465 } | 1463 } |
| OLD | NEW |