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

Side by Side Diff: build/all.gyp

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 | « no previous file | build/common.gypi » ('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) 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'All', 8 'target_name': 'All',
9 'type': 'none', 9 'type': 'none',
10 'xcode_create_dependents_test_runner': 1, 10 'xcode_create_dependents_test_runner': 1,
(...skipping 30 matching lines...) Expand all
41 '../third_party/libpng/libpng.gyp:*', 41 '../third_party/libpng/libpng.gyp:*',
42 '../third_party/libwebp/libwebp.gyp:*', 42 '../third_party/libwebp/libwebp.gyp:*',
43 '../third_party/libxml/libxml.gyp:*', 43 '../third_party/libxml/libxml.gyp:*',
44 '../third_party/libxslt/libxslt.gyp:*', 44 '../third_party/libxslt/libxslt.gyp:*',
45 '../third_party/lzma_sdk/lzma_sdk.gyp:*', 45 '../third_party/lzma_sdk/lzma_sdk.gyp:*',
46 '../third_party/mesa/mesa.gyp:*', 46 '../third_party/mesa/mesa.gyp:*',
47 '../third_party/modp_b64/modp_b64.gyp:*', 47 '../third_party/modp_b64/modp_b64.gyp:*',
48 '../third_party/npapi/npapi.gyp:*', 48 '../third_party/npapi/npapi.gyp:*',
49 '../third_party/ots/ots.gyp:*', 49 '../third_party/ots/ots.gyp:*',
50 '../third_party/sqlite/sqlite.gyp:*', 50 '../third_party/sqlite/sqlite.gyp:*',
51 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:*', 51 '../third_party/WebKit/Source/WebKit/chromium/All.gyp:*',
52 '../third_party/zlib/zlib.gyp:*', 52 '../third_party/zlib/zlib.gyp:*',
53 '../v8/tools/gyp/v8.gyp:*', 53 '../v8/tools/gyp/v8.gyp:*',
54 '../webkit/support/webkit_support.gyp:*', 54 '../webkit/support/webkit_support.gyp:*',
55 '../webkit/webkit.gyp:*', 55 '../webkit/webkit.gyp:*',
56 'util/build_util.gyp:*', 56 'util/build_util.gyp:*',
57 'temp_gyp/googleurl.gyp:*', 57 'temp_gyp/googleurl.gyp:*',
58 '<(libjpeg_gyp_path):*', 58 '<(libjpeg_gyp_path):*',
59 ], 59 ],
60 'conditions': [ 60 'conditions': [
61 ['os_posix==1 and OS!="android"', { 61 ['os_posix==1 and OS!="android"', {
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', 201 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests',
202 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', 202 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests',
203 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests', 203 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests',
204 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', 204 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests',
205 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', 205 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests',
206 '../chrome_frame/chrome_frame.gyp:npchrome_frame', 206 '../chrome_frame/chrome_frame.gyp:npchrome_frame',
207 '../courgette/courgette.gyp:courgette_unittests', 207 '../courgette/courgette.gyp:courgette_unittests',
208 '../sandbox/sandbox.gyp:sbox_integration_tests', 208 '../sandbox/sandbox.gyp:sbox_integration_tests',
209 '../sandbox/sandbox.gyp:sbox_unittests', 209 '../sandbox/sandbox.gyp:sbox_unittests',
210 '../sandbox/sandbox.gyp:sbox_validation_tests', 210 '../sandbox/sandbox.gyp:sbox_validation_tests',
211 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:copy_TestNe tscapePlugIn', 211 '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn',
212 '../ui/views/views.gyp:views_unittests', 212 '../ui/views/views.gyp:views_unittests',
213 # TODO(nsylvain) ui_tests.exe depends on test_shell_common. 213 # TODO(nsylvain) ui_tests.exe depends on test_shell_common.
214 # This should: 214 # This should:
215 # 1) not be the case. OR. 215 # 1) not be the case. OR.
216 # 2) be expressed in the ui tests dependencies. 216 # 2) be expressed in the ui tests dependencies.
217 '../webkit/webkit.gyp:test_shell_common', 217 '../webkit/webkit.gyp:test_shell_common',
218 ], 218 ],
219 }], 219 }],
220 ], 220 ],
221 }, # target_name: chromium_builder_tests 221 }, # target_name: chromium_builder_tests
(...skipping 24 matching lines...) Expand all
246 '../chrome/chrome.gyp:ui_tests', 246 '../chrome/chrome.gyp:ui_tests',
247 ], 247 ],
248 }, # target_name: chromium_builder_perf 248 }, # target_name: chromium_builder_perf
249 { 249 {
250 'target_name': 'chromium_gpu_builder', 250 'target_name': 'chromium_gpu_builder',
251 'type': 'none', 251 'type': 'none',
252 'dependencies': [ 252 'dependencies': [
253 '../chrome/chrome.gyp:gpu_tests', 253 '../chrome/chrome.gyp:gpu_tests',
254 '../chrome/chrome.gyp:performance_browser_tests', 254 '../chrome/chrome.gyp:performance_browser_tests',
255 '../chrome/chrome.gyp:performance_ui_tests', 255 '../chrome/chrome.gyp:performance_ui_tests',
256 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:DumpRenderTree' , 256 '../webkit/webkit.gyp:pull_in_DumpRenderTree',
257 ], 257 ],
258 }, # target_name: chromium_gpu_builder 258 }, # target_name: chromium_gpu_builder
259 { 259 {
260 'target_name': 'chromium_builder_qa', 260 'target_name': 'chromium_builder_qa',
261 'type': 'none', 261 'type': 'none',
262 'dependencies': [ 262 'dependencies': [
263 '../chrome/chrome.gyp:chromedriver', 263 '../chrome/chrome.gyp:chromedriver',
264 ], 264 ],
265 'conditions': [ 265 'conditions': [
266 ['OS=="mac" or OS=="win" or (os_posix==1 and target_arch==python_arch)', { 266 ['OS=="mac" or OS=="win" or (os_posix==1 and target_arch==python_arch)', {
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 '../ui/ui.gyp:gfx_unittests', 418 '../ui/ui.gyp:gfx_unittests',
419 '../gpu/gpu.gyp:gpu_unittests', 419 '../gpu/gpu.gyp:gpu_unittests',
420 '../ipc/ipc.gyp:ipc_tests', 420 '../ipc/ipc.gyp:ipc_tests',
421 '../jingle/jingle.gyp:jingle_unittests', 421 '../jingle/jingle.gyp:jingle_unittests',
422 '../media/media.gyp:media_unittests', 422 '../media/media.gyp:media_unittests',
423 '../printing/printing.gyp:printing_unittests', 423 '../printing/printing.gyp:printing_unittests',
424 '../remoting/remoting.gyp:remoting_unittests', 424 '../remoting/remoting.gyp:remoting_unittests',
425 '../sql/sql.gyp:sql_unittests', 425 '../sql/sql.gyp:sql_unittests',
426 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 426 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
427 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 427 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
428 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:copy_TestNe tscapePlugIn', 428 '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn',
429 '../ui/views/views.gyp:views_unittests', 429 '../ui/views/views.gyp:views_unittests',
430 # TODO(nsylvain) ui_tests.exe depends on test_shell_common. 430 # TODO(nsylvain) ui_tests.exe depends on test_shell_common.
431 # This should: 431 # This should:
432 # 1) not be the case. OR. 432 # 1) not be the case. OR.
433 # 2) be expressed in the ui tests dependencies. 433 # 2) be expressed in the ui tests dependencies.
434 '../webkit/webkit.gyp:test_shell_common', 434 '../webkit/webkit.gyp:test_shell_common',
435 'temp_gyp/googleurl.gyp:googleurl_unittests', 435 'temp_gyp/googleurl.gyp:googleurl_unittests',
436 ], 436 ],
437 }, 437 },
438 { 438 {
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
604 '../sql/sql.gyp:sql_unittests', 604 '../sql/sql.gyp:sql_unittests',
605 '../ui/ui.gyp:gfx_unittests', 605 '../ui/ui.gyp:gfx_unittests',
606 ], 606 ],
607 }], 607 }],
608 ], 608 ],
609 }, 609 },
610 ], # targets 610 ], # targets
611 }], # "use_aura==1" 611 }], # "use_aura==1"
612 ], # conditions 612 ], # conditions
613 } 613 }
OLDNEW
« no previous file with comments | « no previous file | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698