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 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
208 'variables': { | 208 'variables': { |
209 'chromium_code': 1, | 209 'chromium_code': 1, |
210 }, | 210 }, |
211 'mac_bundle': 1, | 211 'mac_bundle': 1, |
212 'msvs_guid': 'FA39524D-3067-4141-888D-28A86C66F2B9', | 212 'msvs_guid': 'FA39524D-3067-4141-888D-28A86C66F2B9', |
213 'dependencies': [ | 213 'dependencies': [ |
214 'test_shell_common', | 214 'test_shell_common', |
215 '<(DEPTH)/net/net.gyp:net_test_support', | 215 '<(DEPTH)/net/net.gyp:net_test_support', |
216 '<(DEPTH)/skia/skia.gyp:skia', | 216 '<(DEPTH)/skia/skia.gyp:skia', |
217 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', | 217 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', |
| 218 '<(DEPTH)/third_party/WebKit/WebKit/chromium/WebKit.gyp:copy_TestNetscap
ePlugIn', |
218 '<(DEPTH)/tools/imagediff/image_diff.gyp:image_diff', | 219 '<(DEPTH)/tools/imagediff/image_diff.gyp:image_diff', |
219 '<(DEPTH)/webkit/support/webkit_support.gyp:copy_npapi_layout_test_plugi
n', | |
220 ], | 220 ], |
221 'defines': [ | 221 'defines': [ |
222 # Technically not a unit test but require functions available only to | 222 # Technically not a unit test but require functions available only to |
223 # unit tests. | 223 # unit tests. |
224 'UNIT_TEST' | 224 'UNIT_TEST' |
225 ], | 225 ], |
226 'sources': [ | 226 'sources': [ |
227 'test_shell_main.cc', | 227 'test_shell_main.cc', |
228 ], | 228 ], |
229 'mac_bundle_resources': [ | 229 'mac_bundle_resources': [ |
(...skipping 562 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
792 ], | 792 ], |
793 }], | 793 }], |
794 ], | 794 ], |
795 } | 795 } |
796 | 796 |
797 # Local Variables: | 797 # Local Variables: |
798 # tab-width:2 | 798 # tab-width:2 |
799 # indent-tabs-mode:nil | 799 # indent-tabs-mode:nil |
800 # End: | 800 # End: |
801 # vim: set expandtab tabstop=2 shiftwidth=2: | 801 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |