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