| 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 361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 372 'common/system/tray/tray_item_more.cc', | 372 'common/system/tray/tray_item_more.cc', |
| 373 'common/system/tray/tray_item_more.h', | 373 'common/system/tray/tray_item_more.h', |
| 374 'common/system/tray/tray_item_view.cc', | 374 'common/system/tray/tray_item_view.cc', |
| 375 'common/system/tray/tray_item_view.h', | 375 'common/system/tray/tray_item_view.h', |
| 376 'common/system/tray/tray_notification_view.cc', | 376 'common/system/tray/tray_notification_view.cc', |
| 377 'common/system/tray/tray_notification_view.h', | 377 'common/system/tray/tray_notification_view.h', |
| 378 'common/system/tray/tray_popup_header_button.cc', | 378 'common/system/tray/tray_popup_header_button.cc', |
| 379 'common/system/tray/tray_popup_header_button.h', | 379 'common/system/tray/tray_popup_header_button.h', |
| 380 'common/system/tray/tray_popup_item_container.cc', | 380 'common/system/tray/tray_popup_item_container.cc', |
| 381 'common/system/tray/tray_popup_item_container.h', | 381 'common/system/tray/tray_popup_item_container.h', |
| 382 'common/system/tray/tray_popup_item_style.cc', |
| 383 'common/system/tray/tray_popup_item_style.h', |
| 384 'common/system/tray/tray_popup_item_style_observer.h', |
| 382 'common/system/tray/tray_popup_label_button.cc', | 385 'common/system/tray/tray_popup_label_button.cc', |
| 383 'common/system/tray/tray_popup_label_button.h', | 386 'common/system/tray/tray_popup_label_button.h', |
| 384 'common/system/tray/tray_popup_label_button_border.cc', | 387 'common/system/tray/tray_popup_label_button_border.cc', |
| 385 'common/system/tray/tray_popup_label_button_border.h', | 388 'common/system/tray/tray_popup_label_button_border.h', |
| 386 'common/system/tray/tray_utils.cc', | 389 'common/system/tray/tray_utils.cc', |
| 387 'common/system/tray/tray_utils.h', | 390 'common/system/tray/tray_utils.h', |
| 388 'common/system/tray/view_click_listener.h', | 391 'common/system/tray/view_click_listener.h', |
| 389 'common/system/tray_accessibility.cc', | 392 'common/system/tray_accessibility.cc', |
| 390 'common/system/tray_accessibility.h', | 393 'common/system/tray_accessibility.h', |
| 391 'common/system/update/tray_update.cc', | 394 'common/system/update/tray_update.cc', |
| (...skipping 1126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1518 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1521 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1519 ], | 1522 ], |
| 1520 } | 1523 } |
| 1521 ], | 1524 ], |
| 1522 ], | 1525 ], |
| 1523 }, | 1526 }, |
| 1524 ], | 1527 ], |
| 1525 }], | 1528 }], |
| 1526 ], | 1529 ], |
| 1527 } | 1530 } |
| OLD | NEW |