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

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

Issue 11348231: Move gl_bindings_skia_cmd_buffer into webkit_gpu and make the latter a component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: missing dep Created 8 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/support/webkit_support.gypi ('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) 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 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 'chromium_code': 1, 205 'chromium_code': 1,
206 }, 206 },
207 'mac_bundle': 1, 207 'mac_bundle': 1,
208 'dependencies': [ 208 'dependencies': [
209 'test_shell_common', 209 'test_shell_common',
210 '<(DEPTH)/net/net.gyp:net_test_support', 210 '<(DEPTH)/net/net.gyp:net_test_support',
211 '<(DEPTH)/skia/skia.gyp:skia', 211 '<(DEPTH)/skia/skia.gyp:skia',
212 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', 212 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa',
213 'pull_in_copy_TestNetscapePlugIn', 213 'pull_in_copy_TestNetscapePlugIn',
214 '<(DEPTH)/tools/imagediff/image_diff.gyp:image_diff', 214 '<(DEPTH)/tools/imagediff/image_diff.gyp:image_diff',
215 '<(DEPTH)/ui/gl/gl.gyp:gl',
215 ], 216 ],
216 'defines': [ 217 'defines': [
217 # Technically not a unit test but require functions available only to 218 # Technically not a unit test but require functions available only to
218 # unit tests. 219 # unit tests.
219 'UNIT_TEST' 220 'UNIT_TEST'
220 ], 221 ],
221 'sources': [ 222 'sources': [
222 'test_shell_main.cc', 223 'test_shell_main.cc',
223 ], 224 ],
224 'mac_bundle_resources': [ 225 'mac_bundle_resources': [
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
632 'action_name': 'test_shell_resources', 633 'action_name': 'test_shell_resources',
633 'includes': [ '../../../build/grit_action.gypi' ], 634 'includes': [ '../../../build/grit_action.gypi' ],
634 }, 635 },
635 ], 636 ],
636 'includes': [ '../../../build/grit_target.gypi' ], 637 'includes': [ '../../../build/grit_target.gypi' ],
637 }, 638 },
638 ], 639 ],
639 }], 640 }],
640 ], 641 ],
641 } 642 }
OLDNEW
« no previous file with comments | « webkit/support/webkit_support.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698