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

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

Issue 8889039: build DRT, webkit_unit_tests from individual gyp files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add comment in conditional Created 8 years, 11 months 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 | « chrome/chrome_tests.gypi ('k') | webkit/webkit.gyp » ('j') | 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 'type': 'executable', 199 'type': 'executable',
200 'variables': { 200 'variables': {
201 'chromium_code': 1, 201 'chromium_code': 1,
202 }, 202 },
203 'mac_bundle': 1, 203 'mac_bundle': 1,
204 'dependencies': [ 204 'dependencies': [
205 'test_shell_common', 205 'test_shell_common',
206 '<(DEPTH)/net/net.gyp:net_test_support', 206 '<(DEPTH)/net/net.gyp:net_test_support',
207 '<(DEPTH)/skia/skia.gyp:skia', 207 '<(DEPTH)/skia/skia.gyp:skia',
208 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', 208 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa',
209 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:copy_Test NetscapePlugIn', 209 'pull_in_copy_TestNetscapePlugIn',
210 '<(DEPTH)/tools/imagediff/image_diff.gyp:image_diff', 210 '<(DEPTH)/tools/imagediff/image_diff.gyp:image_diff',
211 ], 211 ],
212 'defines': [ 212 'defines': [
213 # Technically not a unit test but require functions available only to 213 # Technically not a unit test but require functions available only to
214 # unit tests. 214 # unit tests.
215 'UNIT_TEST' 215 'UNIT_TEST'
216 ], 216 ],
217 'sources': [ 217 'sources': [
218 'test_shell_main.cc', 218 'test_shell_main.cc',
219 ], 219 ],
(...skipping 542 matching lines...) Expand 10 before | Expand all | Expand 10 after
762 'link_settings': { 762 'link_settings': {
763 'libraries': [ 763 'libraries': [
764 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', 764 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
765 ], 765 ],
766 }, 766 },
767 }, 767 },
768 ], 768 ],
769 }], 769 }],
770 ], 770 ],
771 } 771 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | webkit/webkit.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698