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