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 761 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
772 'content/screen_orientation_delegate_chromeos.cc', | 772 'content/screen_orientation_delegate_chromeos.cc', |
773 'content/screen_orientation_delegate_chromeos.h', | 773 'content/screen_orientation_delegate_chromeos.h', |
774 'content/shell_content_state.cc', | 774 'content/shell_content_state.cc', |
775 'content/shell_content_state.h', | 775 'content/shell_content_state.h', |
776 ], | 776 ], |
777 'ash_test_support_sources': [ | 777 'ash_test_support_sources': [ |
778 'desktop_background/desktop_background_controller_test_api.cc', | 778 'desktop_background/desktop_background_controller_test_api.cc', |
779 'desktop_background/desktop_background_controller_test_api.h', | 779 'desktop_background/desktop_background_controller_test_api.h', |
780 'shell/toplevel_window.cc', | 780 'shell/toplevel_window.cc', |
781 'shell/toplevel_window.h', | 781 'shell/toplevel_window.h', |
| 782 'test/ash_md_test_base.cc', |
| 783 'test/ash_md_test_base.h', |
782 'test/ash_test_base.cc', | 784 'test/ash_test_base.cc', |
783 'test/ash_test_base.h', | 785 'test/ash_test_base.h', |
784 'test/ash_test_helper.cc', | 786 'test/ash_test_helper.cc', |
785 'test/ash_test_helper.h', | 787 'test/ash_test_helper.h', |
786 'test/ash_test_views_delegate.cc', | 788 'test/ash_test_views_delegate.cc', |
787 'test/ash_test_views_delegate.h', | 789 'test/ash_test_views_delegate.h', |
788 'test/child_modal_window.cc', | 790 'test/child_modal_window.cc', |
789 'test/child_modal_window.h', | 791 'test/child_modal_window.h', |
790 'test/cursor_manager_test_api.cc', | 792 'test/cursor_manager_test_api.cc', |
791 'test/cursor_manager_test_api.h', | 793 'test/cursor_manager_test_api.h', |
(...skipping 663 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1455 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1457 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1456 ], | 1458 ], |
1457 } | 1459 } |
1458 ], | 1460 ], |
1459 ], | 1461 ], |
1460 }, | 1462 }, |
1461 ], | 1463 ], |
1462 }], | 1464 }], |
1463 ], | 1465 ], |
1464 } | 1466 } |
OLD | NEW |