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 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', | 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', |
9 }, | 9 }, |
10 'includes': [ | 10 'includes': [ |
(...skipping 586 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
597 ], | 597 ], |
598 'sources': [ | 598 'sources': [ |
599 'test/app_list_controller_test_api.cc', | 599 'test/app_list_controller_test_api.cc', |
600 'test/app_list_controller_test_api.h', | 600 'test/app_list_controller_test_api.h', |
601 'test/ash_test_base.cc', | 601 'test/ash_test_base.cc', |
602 'test/ash_test_base.h', | 602 'test/ash_test_base.h', |
603 'test/ash_test_helper.cc', | 603 'test/ash_test_helper.cc', |
604 'test/ash_test_helper.h', | 604 'test/ash_test_helper.h', |
605 'test/cursor_manager_test_api.cc', | 605 'test/cursor_manager_test_api.cc', |
606 'test/cursor_manager_test_api.h', | 606 'test/cursor_manager_test_api.h', |
| 607 'test/launcher_test_api.cc', |
| 608 'test/launcher_test_api.h', |
607 'test/launcher_view_test_api.cc', | 609 'test/launcher_view_test_api.cc', |
608 'test/launcher_view_test_api.h', | 610 'test/launcher_view_test_api.h', |
609 'test/display_manager_test_api.cc', | 611 'test/display_manager_test_api.cc', |
610 'test/display_manager_test_api.h', | 612 'test/display_manager_test_api.h', |
611 'test/mirror_window_test_api.cc', | 613 'test/mirror_window_test_api.cc', |
612 'test/mirror_window_test_api.h', | 614 'test/mirror_window_test_api.h', |
613 'test/shell_test_api.cc', | 615 'test/shell_test_api.cc', |
614 'test/shell_test_api.h', | 616 'test/shell_test_api.h', |
615 'test/test_activation_delegate.cc', | 617 'test/test_activation_delegate.cc', |
616 'test/test_activation_delegate.h', | 618 'test/test_activation_delegate.h', |
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
934 'shell/cocoa/app-Info.plist', | 936 'shell/cocoa/app-Info.plist', |
935 ], | 937 ], |
936 'xcode_settings': { | 938 'xcode_settings': { |
937 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 939 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
938 }, | 940 }, |
939 }], | 941 }], |
940 ], | 942 ], |
941 }, | 943 }, |
942 ], | 944 ], |
943 } | 945 } |
OLD | NEW |