OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'resources/pan_east.cur', | 9 'resources/pan_east.cur', |
10 'resources/pan_middle.cur', | 10 'resources/pan_middle.cur', |
(...skipping 18 matching lines...) Expand all Loading... |
29 }, | 29 }, |
30 'dependencies': [ | 30 'dependencies': [ |
31 '<(DEPTH)/app/app.gyp:app_base', | 31 '<(DEPTH)/app/app.gyp:app_base', |
32 '<(DEPTH)/base/base.gyp:base', | 32 '<(DEPTH)/base/base.gyp:base', |
33 '<(DEPTH)/base/base.gyp:base_i18n', | 33 '<(DEPTH)/base/base.gyp:base_i18n', |
34 '<(DEPTH)/media/media.gyp:media', | 34 '<(DEPTH)/media/media.gyp:media', |
35 '<(DEPTH)/net/net.gyp:net', | 35 '<(DEPTH)/net/net.gyp:net', |
36 '<(DEPTH)/skia/skia.gyp:skia', | 36 '<(DEPTH)/skia/skia.gyp:skia', |
37 '<(DEPTH)/testing/gmock.gyp:gmock', | 37 '<(DEPTH)/testing/gmock.gyp:gmock', |
38 '<(DEPTH)/testing/gtest.gyp:gtest', | 38 '<(DEPTH)/testing/gtest.gyp:gtest', |
39 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', | |
40 '<(DEPTH)/third_party/WebKit/WebCore/WebCore.gyp/WebCore.gyp:webcore', | |
41 '<(DEPTH)/third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit', | 39 '<(DEPTH)/third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit', |
42 '<(DEPTH)/webkit/webkit.gyp:appcache', | 40 '<(DEPTH)/webkit/webkit.gyp:appcache', |
43 '<(DEPTH)/webkit/webkit.gyp:database', | 41 '<(DEPTH)/webkit/webkit.gyp:database', |
44 '<(DEPTH)/webkit/webkit.gyp:glue', | 42 '<(DEPTH)/webkit/webkit.gyp:glue', |
45 '<(DEPTH)/webkit/webkit.gyp:inspector_resources', | 43 '<(DEPTH)/webkit/webkit.gyp:inspector_resources', |
| 44 '<(DEPTH)/webkit/webkit.gyp:webkit_resources', |
46 '<(DEPTH)/webkit/webkit.gyp:webkit_support', | 45 '<(DEPTH)/webkit/webkit.gyp:webkit_support', |
47 'npapi_layout_test_plugin', | 46 'npapi_layout_test_plugin', |
48 ], | 47 ], |
49 'msvs_guid': '77C32787-1B96-CB84-B905-7F170629F0AC', | 48 'msvs_guid': '77C32787-1B96-CB84-B905-7F170629F0AC', |
50 'sources': [ | 49 'sources': [ |
51 'mac/accelerated_surface_stub.cc', | 50 'mac/accelerated_surface_stub.cc', |
52 'mac/DumpRenderTreePasteboard.h', | 51 'mac/DumpRenderTreePasteboard.h', |
53 'mac/DumpRenderTreePasteboard.m', | 52 'mac/DumpRenderTreePasteboard.m', |
54 'mac/test_shell_webview.h', | 53 'mac/test_shell_webview.h', |
55 'mac/test_shell_webview.mm', | 54 'mac/test_shell_webview.mm', |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
111 'webview_host.h', | 110 'webview_host.h', |
112 'webview_host_gtk.cc', | 111 'webview_host_gtk.cc', |
113 'webview_host_win.cc', | 112 'webview_host_win.cc', |
114 'webwidget_host.h', | 113 'webwidget_host.h', |
115 'webwidget_host_gtk.cc', | 114 'webwidget_host_gtk.cc', |
116 'webwidget_host_win.cc', | 115 'webwidget_host_win.cc', |
117 ], | 116 ], |
118 'export_dependent_settings': [ | 117 'export_dependent_settings': [ |
119 '<(DEPTH)/base/base.gyp:base', | 118 '<(DEPTH)/base/base.gyp:base', |
120 '<(DEPTH)/net/net.gyp:net', | 119 '<(DEPTH)/net/net.gyp:net', |
121 '<(DEPTH)/third_party/WebKit/WebCore/WebCore.gyp/WebCore.gyp:webcore', | |
122 '<(DEPTH)/third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit', | 120 '<(DEPTH)/third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit', |
123 '<(DEPTH)/webkit/webkit.gyp:glue', | 121 '<(DEPTH)/webkit/webkit.gyp:glue', |
124 ], | 122 ], |
125 'conditions': [ | 123 'conditions': [ |
126 # http://code.google.com/p/chromium/issues/detail?id=18337 | 124 # http://code.google.com/p/chromium/issues/detail?id=18337 |
127 ['target_arch!="x64" and target_arch!="arm"', { | 125 ['target_arch!="x64" and target_arch!="arm"', { |
128 'dependencies': [ | 126 'dependencies': [ |
129 'npapi_test_plugin', | 127 'npapi_test_plugin', |
130 ], | 128 ], |
131 }], | 129 }], |
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
231 'target_name': 'test_shell', | 229 'target_name': 'test_shell', |
232 'type': 'executable', | 230 'type': 'executable', |
233 'variables': { | 231 'variables': { |
234 'chromium_code': 1, | 232 'chromium_code': 1, |
235 }, | 233 }, |
236 'mac_bundle': 1, | 234 'mac_bundle': 1, |
237 'msvs_guid': 'FA39524D-3067-4141-888D-28A86C66F2B9', | 235 'msvs_guid': 'FA39524D-3067-4141-888D-28A86C66F2B9', |
238 'dependencies': [ | 236 'dependencies': [ |
239 'test_shell_common', | 237 'test_shell_common', |
240 '<(DEPTH)/net/net.gyp:net_test_support', | 238 '<(DEPTH)/net/net.gyp:net_test_support', |
| 239 '<(DEPTH)/skia/skia.gyp:skia', |
241 '<(DEPTH)/tools/imagediff/image_diff.gyp:image_diff', | 240 '<(DEPTH)/tools/imagediff/image_diff.gyp:image_diff', |
242 ], | 241 ], |
243 'defines': [ | 242 'defines': [ |
244 # Technically not a unit test but require functions available only to | 243 # Technically not a unit test but require functions available only to |
245 # unit tests. | 244 # unit tests. |
246 'UNIT_TEST' | 245 'UNIT_TEST' |
247 ], | 246 ], |
248 'sources': [ | 247 'sources': [ |
249 'test_shell_main.cc', | 248 'test_shell_main.cc', |
250 ], | 249 ], |
(...skipping 538 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
789 ], | 788 ], |
790 }], | 789 }], |
791 ], | 790 ], |
792 } | 791 } |
793 | 792 |
794 # Local Variables: | 793 # Local Variables: |
795 # tab-width:2 | 794 # tab-width:2 |
796 # indent-tabs-mode:nil | 795 # indent-tabs-mode:nil |
797 # End: | 796 # End: |
798 # vim: set expandtab tabstop=2 shiftwidth=2: | 797 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |