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