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

Side by Side Diff: build/all.gyp

Issue 11366196: Move the safe browsing test into browser_tests instead of having a separate browser test binary. Th… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync Created 8 years, 1 month 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) 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 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 '../ui/ui.gyp:ui_unittests', 188 '../ui/ui.gyp:ui_unittests',
189 'temp_gyp/googleurl.gyp:googleurl_unittests', 189 'temp_gyp/googleurl.gyp:googleurl_unittests',
190 ], 190 ],
191 'conditions': [ 191 'conditions': [
192 ['OS!="ios"', { 192 ['OS!="ios"', {
193 'dependencies': [ 193 'dependencies': [
194 '../cc/cc_tests.gyp:cc_unittests', 194 '../cc/cc_tests.gyp:cc_unittests',
195 '../chrome/chrome.gyp:browser_tests', 195 '../chrome/chrome.gyp:browser_tests',
196 '../chrome/chrome.gyp:chromedriver2_unittests', 196 '../chrome/chrome.gyp:chromedriver2_unittests',
197 '../chrome/chrome.gyp:interactive_ui_tests', 197 '../chrome/chrome.gyp:interactive_ui_tests',
198 '../chrome/chrome.gyp:safe_browsing_tests',
199 '../chrome/chrome.gyp:sync_integration_tests', 198 '../chrome/chrome.gyp:sync_integration_tests',
200 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 199 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
201 '../content/content.gyp:content_browsertests', 200 '../content/content.gyp:content_browsertests',
202 '../content/content.gyp:content_unittests', 201 '../content/content.gyp:content_unittests',
203 '../device/device.gyp:device_unittests', 202 '../device/device.gyp:device_unittests',
204 '../gpu/gpu.gyp:gpu_unittests', 203 '../gpu/gpu.gyp:gpu_unittests',
205 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support', 204 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support',
206 '../ipc/ipc.gyp:ipc_tests', 205 '../ipc/ipc.gyp:ipc_tests',
207 '../jingle/jingle.gyp:jingle_unittests', 206 '../jingle/jingle.gyp:jingle_unittests',
208 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 207 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 }, 366 },
368 # These targets are here so the build bots can use them to build 367 # These targets are here so the build bots can use them to build
369 # subsets of a full tree for faster cycle times. 368 # subsets of a full tree for faster cycle times.
370 { 369 {
371 'target_name': 'chromium_builder_dbg', 370 'target_name': 'chromium_builder_dbg',
372 'type': 'none', 371 'type': 'none',
373 'dependencies': [ 372 'dependencies': [
374 '../cc/cc_tests.gyp:cc_unittests', 373 '../cc/cc_tests.gyp:cc_unittests',
375 '../chrome/chrome.gyp:browser_tests', 374 '../chrome/chrome.gyp:browser_tests',
376 '../chrome/chrome.gyp:interactive_ui_tests', 375 '../chrome/chrome.gyp:interactive_ui_tests',
377 '../chrome/chrome.gyp:safe_browsing_tests',
378 '../chrome/chrome.gyp:sync_integration_tests', 376 '../chrome/chrome.gyp:sync_integration_tests',
379 '../chrome/chrome.gyp:unit_tests', 377 '../chrome/chrome.gyp:unit_tests',
380 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 378 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
381 '../content/content.gyp:content_browsertests', 379 '../content/content.gyp:content_browsertests',
382 '../content/content.gyp:content_unittests', 380 '../content/content.gyp:content_unittests',
383 '../device/device.gyp:device_unittests', 381 '../device/device.gyp:device_unittests',
384 '../ui/ui.gyp:ui_unittests', 382 '../ui/ui.gyp:ui_unittests',
385 '../gpu/gpu.gyp:gpu_unittests', 383 '../gpu/gpu.gyp:gpu_unittests',
386 '../ipc/ipc.gyp:ipc_tests', 384 '../ipc/ipc.gyp:ipc_tests',
387 '../jingle/jingle.gyp:jingle_unittests', 385 '../jingle/jingle.gyp:jingle_unittests',
(...skipping 11 matching lines...) Expand all
399 ], 397 ],
400 }, 398 },
401 { 399 {
402 'target_name': 'chromium_builder_rel', 400 'target_name': 'chromium_builder_rel',
403 'type': 'none', 401 'type': 'none',
404 'dependencies': [ 402 'dependencies': [
405 '../cc/cc_tests.gyp:cc_unittests', 403 '../cc/cc_tests.gyp:cc_unittests',
406 '../chrome/chrome.gyp:browser_tests', 404 '../chrome/chrome.gyp:browser_tests',
407 '../chrome/chrome.gyp:performance_browser_tests', 405 '../chrome/chrome.gyp:performance_browser_tests',
408 '../chrome/chrome.gyp:performance_ui_tests', 406 '../chrome/chrome.gyp:performance_ui_tests',
409 '../chrome/chrome.gyp:safe_browsing_tests',
410 '../chrome/chrome.gyp:sync_integration_tests', 407 '../chrome/chrome.gyp:sync_integration_tests',
411 '../chrome/chrome.gyp:unit_tests', 408 '../chrome/chrome.gyp:unit_tests',
412 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 409 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
413 '../content/content.gyp:content_browsertests', 410 '../content/content.gyp:content_browsertests',
414 '../content/content.gyp:content_unittests', 411 '../content/content.gyp:content_unittests',
415 '../device/device.gyp:device_unittests', 412 '../device/device.gyp:device_unittests',
416 '../ui/ui.gyp:ui_unittests', 413 '../ui/ui.gyp:ui_unittests',
417 '../gpu/gpu.gyp:gpu_unittests', 414 '../gpu/gpu.gyp:gpu_unittests',
418 '../ipc/ipc.gyp:ipc_tests', 415 '../ipc/ipc.gyp:ipc_tests',
419 '../jingle/jingle.gyp:jingle_unittests', 416 '../jingle/jingle.gyp:jingle_unittests',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
461 'type': 'none', 458 'type': 'none',
462 'dependencies': [ 459 'dependencies': [
463 '../base/base.gyp:base_unittests', 460 '../base/base.gyp:base_unittests',
464 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 461 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
465 '../crypto/crypto.gyp:crypto_unittests', 462 '../crypto/crypto.gyp:crypto_unittests',
466 '../ipc/ipc.gyp:ipc_tests', 463 '../ipc/ipc.gyp:ipc_tests',
467 '../media/media.gyp:media_unittests', 464 '../media/media.gyp:media_unittests',
468 '../net/net.gyp:net_unittests', 465 '../net/net.gyp:net_unittests',
469 '../printing/printing.gyp:printing_unittests', 466 '../printing/printing.gyp:printing_unittests',
470 '../remoting/remoting.gyp:remoting_unittests', 467 '../remoting/remoting.gyp:remoting_unittests',
471 '../chrome/chrome.gyp:safe_browsing_tests',
472 '../chrome/chrome.gyp:unit_tests', 468 '../chrome/chrome.gyp:unit_tests',
473 '../content/content.gyp:content_unittests', 469 '../content/content.gyp:content_unittests',
474 '../device/device.gyp:device_unittests', 470 '../device/device.gyp:device_unittests',
475 '../ui/ui.gyp:ui_unittests', 471 '../ui/ui.gyp:ui_unittests',
476 '../jingle/jingle.gyp:jingle_unittests', 472 '../jingle/jingle.gyp:jingle_unittests',
477 '../sql/sql.gyp:sql_unittests', 473 '../sql/sql.gyp:sql_unittests',
478 '../sync/sync.gyp:sync_unit_tests', 474 '../sync/sync.gyp:sync_unit_tests',
479 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 475 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
480 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 476 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
481 'temp_gyp/googleurl.gyp:googleurl_unittests', 477 'temp_gyp/googleurl.gyp:googleurl_unittests',
482 ], 478 ],
483 }, 479 },
484 ], # targets 480 ], # targets
485 }], # OS="mac" 481 }], # OS="mac"
486 ['OS=="win"', { 482 ['OS=="win"', {
487 'targets': [ 483 'targets': [
488 # These targets are here so the build bots can use them to build 484 # These targets are here so the build bots can use them to build
489 # subsets of a full tree for faster cycle times. 485 # subsets of a full tree for faster cycle times.
490 { 486 {
491 'target_name': 'chromium_builder', 487 'target_name': 'chromium_builder',
492 'type': 'none', 488 'type': 'none',
493 'dependencies': [ 489 'dependencies': [
494 '../cc/cc_tests.gyp:cc_unittests', 490 '../cc/cc_tests.gyp:cc_unittests',
495 '../chrome/chrome.gyp:browser_tests', 491 '../chrome/chrome.gyp:browser_tests',
496 '../chrome/chrome.gyp:installer_util_unittests', 492 '../chrome/chrome.gyp:installer_util_unittests',
497 '../chrome/chrome.gyp:interactive_ui_tests', 493 '../chrome/chrome.gyp:interactive_ui_tests',
498 '../chrome/chrome.gyp:mini_installer_test', 494 '../chrome/chrome.gyp:mini_installer_test',
499 '../chrome/chrome.gyp:performance_browser_tests', 495 '../chrome/chrome.gyp:performance_browser_tests',
500 '../chrome/chrome.gyp:performance_ui_tests', 496 '../chrome/chrome.gyp:performance_ui_tests',
501 '../chrome/chrome.gyp:safe_browsing_tests',
502 '../chrome/chrome.gyp:sync_integration_tests', 497 '../chrome/chrome.gyp:sync_integration_tests',
503 '../chrome/chrome.gyp:unit_tests', 498 '../chrome/chrome.gyp:unit_tests',
504 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 499 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
505 '../content/content.gyp:content_browsertests', 500 '../content/content.gyp:content_browsertests',
506 '../content/content.gyp:content_unittests', 501 '../content/content.gyp:content_unittests',
507 # mini_installer_tests depends on mini_installer. This should be 502 # mini_installer_tests depends on mini_installer. This should be
508 # defined in installer.gyp. 503 # defined in installer.gyp.
509 '../chrome/installer/mini_installer.gyp:mini_installer', 504 '../chrome/installer/mini_installer.gyp:mini_installer',
510 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', 505 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests',
511 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', 506 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests',
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
732 '../chrome/chrome.gyp:browser_tests_run', 727 '../chrome/chrome.gyp:browser_tests_run',
733 '../chrome/chrome.gyp:sync_integration_tests_run', 728 '../chrome/chrome.gyp:sync_integration_tests_run',
734 '../chrome/chrome.gyp:unit_tests_run', 729 '../chrome/chrome.gyp:unit_tests_run',
735 '../net/net.gyp:net_unittests_run', 730 '../net/net.gyp:net_unittests_run',
736 ], 731 ],
737 }, # target_name: chromium_swarm_tests 732 }, # target_name: chromium_swarm_tests
738 ], 733 ],
739 }], 734 }],
740 ], # conditions 735 ], # conditions
741 } 736 }
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