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 577 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
588 { | 588 { |
589 'target_name': 'ash_test_support', | 589 'target_name': 'ash_test_support', |
590 'type': 'static_library', | 590 'type': 'static_library', |
591 'dependencies': [ | 591 'dependencies': [ |
592 '../skia/skia.gyp:skia', | 592 '../skia/skia.gyp:skia', |
593 '../testing/gtest.gyp:gtest', | 593 '../testing/gtest.gyp:gtest', |
594 'ash', | 594 'ash', |
595 'ash_resources', | 595 'ash_resources', |
596 ], | 596 ], |
597 'sources': [ | 597 'sources': [ |
598 'test/app_list_controller_test_api.cc', | |
599 'test/app_list_controller_test_api.h', | |
600 'test/ash_test_base.cc', | 598 'test/ash_test_base.cc', |
601 'test/ash_test_base.h', | 599 'test/ash_test_base.h', |
602 'test/ash_test_helper.cc', | 600 'test/ash_test_helper.cc', |
603 'test/ash_test_helper.h', | 601 'test/ash_test_helper.h', |
604 'test/cursor_manager_test_api.cc', | 602 'test/cursor_manager_test_api.cc', |
605 'test/cursor_manager_test_api.h', | 603 'test/cursor_manager_test_api.h', |
606 'test/launcher_view_test_api.cc', | 604 'test/launcher_view_test_api.cc', |
607 'test/launcher_view_test_api.h', | 605 'test/launcher_view_test_api.h', |
608 'test/display_manager_test_api.cc', | 606 'test/display_manager_test_api.cc', |
609 'test/display_manager_test_api.h', | 607 'test/display_manager_test_api.h', |
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
933 'shell/cocoa/app-Info.plist', | 931 'shell/cocoa/app-Info.plist', |
934 ], | 932 ], |
935 'xcode_settings': { | 933 'xcode_settings': { |
936 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 934 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
937 }, | 935 }, |
938 }], | 936 }], |
939 ], | 937 ], |
940 }, | 938 }, |
941 ], | 939 ], |
942 } | 940 } |
OLD | NEW |