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

Side by Side Diff: build/all.gyp

Issue 8036044: Add (not yet working) content_browsertests target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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 | chrome/chrome_tests.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) 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 '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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 'type': 'none', 154 'type': 'none',
155 'dependencies': [ 155 'dependencies': [
156 '../base/base.gyp:base_unittests', 156 '../base/base.gyp:base_unittests',
157 '../chrome/chrome.gyp:browser_tests', 157 '../chrome/chrome.gyp:browser_tests',
158 '../chrome/chrome.gyp:interactive_ui_tests', 158 '../chrome/chrome.gyp:interactive_ui_tests',
159 '../chrome/chrome.gyp:safe_browsing_tests', 159 '../chrome/chrome.gyp:safe_browsing_tests',
160 '../chrome/chrome.gyp:sync_integration_tests', 160 '../chrome/chrome.gyp:sync_integration_tests',
161 '../chrome/chrome.gyp:sync_unit_tests', 161 '../chrome/chrome.gyp:sync_unit_tests',
162 '../chrome/chrome.gyp:ui_tests', 162 '../chrome/chrome.gyp:ui_tests',
163 '../chrome/chrome.gyp:unit_tests', 163 '../chrome/chrome.gyp:unit_tests',
164 '../content/content.gyp:content_browsertests',
164 '../content/content.gyp:content_unittests', 165 '../content/content.gyp:content_unittests',
165 '../crypto/crypto.gyp:crypto_unittests', 166 '../crypto/crypto.gyp:crypto_unittests',
166 '../ui/ui.gyp:gfx_unittests', 167 '../ui/ui.gyp:gfx_unittests',
167 '../gpu/gpu.gyp:gpu_unittests', 168 '../gpu/gpu.gyp:gpu_unittests',
168 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_conform_su pport', 169 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_conform_su pport',
169 '../ipc/ipc.gyp:ipc_tests', 170 '../ipc/ipc.gyp:ipc_tests',
170 '../jingle/jingle.gyp:jingle_unittests', 171 '../jingle/jingle.gyp:jingle_unittests',
171 '../media/media.gyp:media_unittests', 172 '../media/media.gyp:media_unittests',
172 '../net/net.gyp:net_unittests', 173 '../net/net.gyp:net_unittests',
173 '../printing/printing.gyp:printing_unittests', 174 '../printing/printing.gyp:printing_unittests',
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 'dependencies': [ 213 'dependencies': [
213 '../chrome/chrome.gyp:chrome', 214 '../chrome/chrome.gyp:chrome',
214 '../base/base.gyp:base_unittests', 215 '../base/base.gyp:base_unittests',
215 '../chrome/chrome.gyp:browser_tests', 216 '../chrome/chrome.gyp:browser_tests',
216 '../chrome/chrome.gyp:interactive_ui_tests', 217 '../chrome/chrome.gyp:interactive_ui_tests',
217 '../chrome/chrome.gyp:safe_browsing_tests', 218 '../chrome/chrome.gyp:safe_browsing_tests',
218 '../chrome/chrome.gyp:sync_integration_tests', 219 '../chrome/chrome.gyp:sync_integration_tests',
219 '../chrome/chrome.gyp:sync_unit_tests', 220 '../chrome/chrome.gyp:sync_unit_tests',
220 '../chrome/chrome.gyp:ui_tests', 221 '../chrome/chrome.gyp:ui_tests',
221 '../chrome/chrome.gyp:unit_tests', 222 '../chrome/chrome.gyp:unit_tests',
223 '../content/content.gyp:content_browsertests',
222 '../content/content.gyp:content_unittests', 224 '../content/content.gyp:content_unittests',
223 '../crypto/crypto.gyp:crypto_unittests', 225 '../crypto/crypto.gyp:crypto_unittests',
224 '../ui/ui.gyp:gfx_unittests', 226 '../ui/ui.gyp:gfx_unittests',
225 '../gpu/gpu.gyp:gpu_unittests', 227 '../gpu/gpu.gyp:gpu_unittests',
226 '../ipc/ipc.gyp:ipc_tests', 228 '../ipc/ipc.gyp:ipc_tests',
227 '../jingle/jingle.gyp:jingle_unittests', 229 '../jingle/jingle.gyp:jingle_unittests',
228 '../media/media.gyp:media_unittests', 230 '../media/media.gyp:media_unittests',
229 '../net/net.gyp:net_unittests', 231 '../net/net.gyp:net_unittests',
230 '../printing/printing.gyp:printing_unittests', 232 '../printing/printing.gyp:printing_unittests',
231 '../remoting/remoting.gyp:remoting_unittests', 233 '../remoting/remoting.gyp:remoting_unittests',
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 'target_name': 'chromium_builder_dbg', 328 'target_name': 'chromium_builder_dbg',
327 'type': 'none', 329 'type': 'none',
328 'dependencies': [ 330 'dependencies': [
329 '../chrome/chrome.gyp:browser_tests', 331 '../chrome/chrome.gyp:browser_tests',
330 '../chrome/chrome.gyp:interactive_ui_tests', 332 '../chrome/chrome.gyp:interactive_ui_tests',
331 '../chrome/chrome.gyp:safe_browsing_tests', 333 '../chrome/chrome.gyp:safe_browsing_tests',
332 '../chrome/chrome.gyp:sync_integration_tests', 334 '../chrome/chrome.gyp:sync_integration_tests',
333 '../chrome/chrome.gyp:sync_unit_tests', 335 '../chrome/chrome.gyp:sync_unit_tests',
334 '../chrome/chrome.gyp:ui_tests', 336 '../chrome/chrome.gyp:ui_tests',
335 '../chrome/chrome.gyp:unit_tests', 337 '../chrome/chrome.gyp:unit_tests',
338 '../content/content.gyp:content_browsertests',
336 '../content/content.gyp:content_unittests', 339 '../content/content.gyp:content_unittests',
337 '../ui/ui.gyp:gfx_unittests', 340 '../ui/ui.gyp:gfx_unittests',
338 '../gpu/gpu.gyp:gpu_unittests', 341 '../gpu/gpu.gyp:gpu_unittests',
339 '../ipc/ipc.gyp:ipc_tests', 342 '../ipc/ipc.gyp:ipc_tests',
340 '../jingle/jingle.gyp:jingle_unittests', 343 '../jingle/jingle.gyp:jingle_unittests',
341 '../media/media.gyp:media_unittests', 344 '../media/media.gyp:media_unittests',
342 '../printing/printing.gyp:printing_unittests', 345 '../printing/printing.gyp:printing_unittests',
343 '../remoting/remoting.gyp:remoting_unittests', 346 '../remoting/remoting.gyp:remoting_unittests',
344 '../sql/sql.gyp:sql_unittests', 347 '../sql/sql.gyp:sql_unittests',
345 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 348 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
346 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 349 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
347 'temp_gyp/googleurl.gyp:googleurl_unittests', 350 'temp_gyp/googleurl.gyp:googleurl_unittests',
348 ], 351 ],
349 }, 352 },
350 { 353 {
351 'target_name': 'chromium_builder_rel', 354 'target_name': 'chromium_builder_rel',
352 'type': 'none', 355 'type': 'none',
353 'dependencies': [ 356 'dependencies': [
354 '../chrome/chrome.gyp:browser_tests', 357 '../chrome/chrome.gyp:browser_tests',
355 '../chrome/chrome.gyp:performance_ui_tests', 358 '../chrome/chrome.gyp:performance_ui_tests',
356 '../chrome/chrome.gyp:plugin_tests', 359 '../chrome/chrome.gyp:plugin_tests',
357 '../chrome/chrome.gyp:safe_browsing_tests', 360 '../chrome/chrome.gyp:safe_browsing_tests',
358 '../chrome/chrome.gyp:sync_integration_tests', 361 '../chrome/chrome.gyp:sync_integration_tests',
359 '../chrome/chrome.gyp:sync_unit_tests', 362 '../chrome/chrome.gyp:sync_unit_tests',
360 '../chrome/chrome.gyp:ui_tests', 363 '../chrome/chrome.gyp:ui_tests',
361 '../chrome/chrome.gyp:unit_tests', 364 '../chrome/chrome.gyp:unit_tests',
365 '../content/content.gyp:content_browsertests',
362 '../content/content.gyp:content_unittests', 366 '../content/content.gyp:content_unittests',
363 '../ui/ui.gyp:gfx_unittests', 367 '../ui/ui.gyp:gfx_unittests',
364 '../gpu/gpu.gyp:gpu_unittests', 368 '../gpu/gpu.gyp:gpu_unittests',
365 '../ipc/ipc.gyp:ipc_tests', 369 '../ipc/ipc.gyp:ipc_tests',
366 '../jingle/jingle.gyp:jingle_unittests', 370 '../jingle/jingle.gyp:jingle_unittests',
367 '../media/media.gyp:media_unittests', 371 '../media/media.gyp:media_unittests',
368 '../printing/printing.gyp:printing_unittests', 372 '../printing/printing.gyp:printing_unittests',
369 '../remoting/remoting.gyp:remoting_unittests', 373 '../remoting/remoting.gyp:remoting_unittests',
370 '../sql/sql.gyp:sql_unittests', 374 '../sql/sql.gyp:sql_unittests',
371 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 375 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
428 '../chrome/chrome.gyp:installer_util_unittests', 432 '../chrome/chrome.gyp:installer_util_unittests',
429 '../chrome/chrome.gyp:interactive_ui_tests', 433 '../chrome/chrome.gyp:interactive_ui_tests',
430 '../chrome/chrome.gyp:mini_installer_test', 434 '../chrome/chrome.gyp:mini_installer_test',
431 '../chrome/chrome.gyp:performance_ui_tests', 435 '../chrome/chrome.gyp:performance_ui_tests',
432 '../chrome/chrome.gyp:plugin_tests', 436 '../chrome/chrome.gyp:plugin_tests',
433 '../chrome/chrome.gyp:safe_browsing_tests', 437 '../chrome/chrome.gyp:safe_browsing_tests',
434 '../chrome/chrome.gyp:sync_integration_tests', 438 '../chrome/chrome.gyp:sync_integration_tests',
435 '../chrome/chrome.gyp:sync_unit_tests', 439 '../chrome/chrome.gyp:sync_unit_tests',
436 '../chrome/chrome.gyp:ui_tests', 440 '../chrome/chrome.gyp:ui_tests',
437 '../chrome/chrome.gyp:unit_tests', 441 '../chrome/chrome.gyp:unit_tests',
442 '../content/content.gyp:content_browsertests',
438 '../content/content.gyp:content_unittests', 443 '../content/content.gyp:content_unittests',
439 # mini_installer_tests depends on mini_installer. This should be 444 # mini_installer_tests depends on mini_installer. This should be
440 # defined in installer.gyp. 445 # defined in installer.gyp.
441 '../chrome/installer/mini_installer.gyp:mini_installer', 446 '../chrome/installer/mini_installer.gyp:mini_installer',
442 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', 447 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests',
443 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', 448 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests',
444 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests', 449 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests',
445 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', 450 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests',
446 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', 451 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests',
447 '../chrome_frame/chrome_frame.gyp:npchrome_frame', 452 '../chrome_frame/chrome_frame.gyp:npchrome_frame',
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
565 '../base/base.gyp:base_unittests', 570 '../base/base.gyp:base_unittests',
566 '../chrome/chrome.gyp:browser_tests', 571 '../chrome/chrome.gyp:browser_tests',
567 '../chrome/chrome.gyp:chrome', 572 '../chrome/chrome.gyp:chrome',
568 '../chrome/chrome.gyp:interactive_ui_tests', 573 '../chrome/chrome.gyp:interactive_ui_tests',
569 '../chrome/chrome.gyp:performance_ui_tests', 574 '../chrome/chrome.gyp:performance_ui_tests',
570 '../chrome/chrome.gyp:safe_browsing_tests', 575 '../chrome/chrome.gyp:safe_browsing_tests',
571 '../chrome/chrome.gyp:sync_unit_tests', 576 '../chrome/chrome.gyp:sync_unit_tests',
572 '../chrome/chrome.gyp:sync_integration_tests', 577 '../chrome/chrome.gyp:sync_integration_tests',
573 '../chrome/chrome.gyp:ui_tests', 578 '../chrome/chrome.gyp:ui_tests',
574 '../chrome/chrome.gyp:unit_tests', 579 '../chrome/chrome.gyp:unit_tests',
580 '../content/content.gyp:content_browsertests',
575 '../content/content.gyp:content_unittests', 581 '../content/content.gyp:content_unittests',
576 '../crypto/crypto.gyp:crypto_unittests', 582 '../crypto/crypto.gyp:crypto_unittests',
577 '../dbus/dbus.gyp:dbus_unittests', 583 '../dbus/dbus.gyp:dbus_unittests',
578 '../ui/ui.gyp:gfx_unittests', 584 '../ui/ui.gyp:gfx_unittests',
579 '../ipc/ipc.gyp:ipc_tests', 585 '../ipc/ipc.gyp:ipc_tests',
580 '../jingle/jingle.gyp:jingle_unittests', 586 '../jingle/jingle.gyp:jingle_unittests',
581 '../media/media.gyp:ffmpeg_tests', 587 '../media/media.gyp:ffmpeg_tests',
582 '../media/media.gyp:media_unittests', 588 '../media/media.gyp:media_unittests',
583 '../net/net.gyp:net_unittests', 589 '../net/net.gyp:net_unittests',
584 '../printing/printing.gyp:printing_unittests', 590 '../printing/printing.gyp:printing_unittests',
585 '../remoting/remoting.gyp:remoting_unittests', 591 '../remoting/remoting.gyp:remoting_unittests',
586 '../sql/sql.gyp:sql_unittests', 592 '../sql/sql.gyp:sql_unittests',
587 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 593 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
588 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 594 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
589 '../views/views.gyp:views_unittests', 595 '../views/views.gyp:views_unittests',
590 'temp_gyp/googleurl.gyp:googleurl_unittests', 596 'temp_gyp/googleurl.gyp:googleurl_unittests',
591 ], 597 ],
592 }, 598 },
593 ], # targets 599 ], # targets
594 }], # "chromeos==1" 600 }], # "chromeos==1"
595 ], # conditions 601 ], # conditions
596 } 602 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698