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

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

Powered by Google App Engine
This is Rietveld 408576698