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