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 'test_shell_windows_resource_files': [ | 7 'test_shell_windows_resource_files': [ |
8 'resources/test_shell.rc', | 8 'resources/test_shell.rc', |
9 '../../glue/resources/pan_east.cur', | 9 '../../glue/resources/pan_east.cur', |
10 '../../glue/resources/pan_middle.cur', | 10 '../../glue/resources/pan_middle.cur', |
(...skipping 20 matching lines...) Expand all Loading... |
31 { | 31 { |
32 'target_name': 'test_shell_common', | 32 'target_name': 'test_shell_common', |
33 'type': 'static_library', | 33 'type': 'static_library', |
34 'variables': { | 34 'variables': { |
35 'chromium_code': 1, | 35 'chromium_code': 1, |
36 }, | 36 }, |
37 'dependencies': [ | 37 'dependencies': [ |
38 '../build/temp_gyp/googleurl.gyp:googleurl', | 38 '../build/temp_gyp/googleurl.gyp:googleurl', |
39 '<(DEPTH)/base/base.gyp:base', | 39 '<(DEPTH)/base/base.gyp:base', |
40 '<(DEPTH)/base/base.gyp:base_i18n', | 40 '<(DEPTH)/base/base.gyp:base_i18n', |
| 41 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d
ynamic_annotations', |
41 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', | 42 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', |
42 '<(DEPTH)/media/media.gyp:media', | 43 '<(DEPTH)/media/media.gyp:media', |
43 '<(DEPTH)/net/net.gyp:net', | 44 '<(DEPTH)/net/net.gyp:net', |
44 '<(DEPTH)/skia/skia.gyp:skia', | 45 '<(DEPTH)/skia/skia.gyp:skia', |
45 '<(DEPTH)/testing/gmock.gyp:gmock', | 46 '<(DEPTH)/testing/gmock.gyp:gmock', |
46 '<(DEPTH)/testing/gtest.gyp:gtest', | 47 '<(DEPTH)/testing/gtest.gyp:gtest', |
47 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:inspector
_resources', | 48 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:inspector
_resources', |
48 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', | 49 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', |
49 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 50 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
50 '<(DEPTH)/webkit/support/webkit_support.gyp:appcache', | 51 '<(DEPTH)/webkit/support/webkit_support.gyp:appcache', |
(...skipping 582 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
633 'action_name': 'test_shell_resources', | 634 'action_name': 'test_shell_resources', |
634 'includes': [ '../../../build/grit_action.gypi' ], | 635 'includes': [ '../../../build/grit_action.gypi' ], |
635 }, | 636 }, |
636 ], | 637 ], |
637 'includes': [ '../../../build/grit_target.gypi' ], | 638 'includes': [ '../../../build/grit_target.gypi' ], |
638 }, | 639 }, |
639 ], | 640 ], |
640 }], | 641 }], |
641 ], | 642 ], |
642 } | 643 } |
OLD | NEW |