Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(331)

Side by Side Diff: webkit/tools/test_shell/test_shell.gypi

Issue 5334006: Use the upstream test plugin in test_shell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « webkit/tools/test_shell/test_shell.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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:
OLDNEW
« no previous file with comments | « webkit/tools/test_shell/test_shell.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698