| 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 605 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 616 'system/user/tray_user_separator.h', | 616 'system/user/tray_user_separator.h', |
| 617 'system/user/user_card_view.cc', | 617 'system/user/user_card_view.cc', |
| 618 'system/user/user_card_view.h', | 618 'system/user/user_card_view.h', |
| 619 'system/user/user_observer.h', | 619 'system/user/user_observer.h', |
| 620 'system/user/user_view.cc', | 620 'system/user/user_view.cc', |
| 621 'system/user/user_view.h', | 621 'system/user/user_view.h', |
| 622 'system/web_notification/ash_popup_alignment_delegate.cc', | 622 'system/web_notification/ash_popup_alignment_delegate.cc', |
| 623 'system/web_notification/ash_popup_alignment_delegate.h', | 623 'system/web_notification/ash_popup_alignment_delegate.h', |
| 624 'system/web_notification/web_notification_tray.cc', | 624 'system/web_notification/web_notification_tray.cc', |
| 625 'system/web_notification/web_notification_tray.h', | 625 'system/web_notification/web_notification_tray.h', |
| 626 'system/win/audio/tray_audio_delegate_win.cc', | |
| 627 'system/win/audio/tray_audio_delegate_win.h', | |
| 628 'system/win/audio/tray_audio_win.cc', | |
| 629 'system/win/audio/tray_audio_win.h', | |
| 630 'touch/touch_hud_debug.cc', | 626 'touch/touch_hud_debug.cc', |
| 631 'touch/touch_hud_debug.h', | 627 'touch/touch_hud_debug.h', |
| 632 'touch/touch_hud_projection.cc', | 628 'touch/touch_hud_projection.cc', |
| 633 'touch/touch_hud_projection.h', | 629 'touch/touch_hud_projection.h', |
| 634 'touch/touch_observer_hud.cc', | 630 'touch/touch_observer_hud.cc', |
| 635 'touch/touch_observer_hud.h', | 631 'touch/touch_observer_hud.h', |
| 636 'touch/touch_transformer_controller.cc', | 632 'touch/touch_transformer_controller.cc', |
| 637 'touch/touch_transformer_controller.h', | 633 'touch/touch_transformer_controller.h', |
| 638 'touch/touch_uma.cc', | 634 'touch/touch_uma.cc', |
| 639 'touch/touch_uma.h', | 635 'touch/touch_uma.h', |
| (...skipping 814 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1454 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1450 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1455 ], | 1451 ], |
| 1456 } | 1452 } |
| 1457 ], | 1453 ], |
| 1458 ], | 1454 ], |
| 1459 }, | 1455 }, |
| 1460 ], | 1456 ], |
| 1461 }], | 1457 }], |
| 1462 ], | 1458 ], |
| 1463 } | 1459 } |
| OLD | NEW |