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

Side by Side Diff: build/all.gyp

Issue 10778019: Remove gfx_unittests target in favor of ui_unittests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years, 4 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 | tools/heapcheck/chrome_tests.py » ('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 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 # above as gyp files come online. 195 # above as gyp files come online.
196 '../chrome/chrome.gyp:browser_tests', 196 '../chrome/chrome.gyp:browser_tests',
197 '../chrome/chrome.gyp:interactive_ui_tests', 197 '../chrome/chrome.gyp:interactive_ui_tests',
198 '../chrome/chrome.gyp:safe_browsing_tests', 198 '../chrome/chrome.gyp:safe_browsing_tests',
199 '../chrome/chrome.gyp:sync_integration_tests', 199 '../chrome/chrome.gyp:sync_integration_tests',
200 '../chrome/chrome.gyp:unit_tests', 200 '../chrome/chrome.gyp:unit_tests',
201 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 201 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
202 '../content/content.gyp:content_browsertests', 202 '../content/content.gyp:content_browsertests',
203 '../content/content.gyp:content_unittests', 203 '../content/content.gyp:content_unittests',
204 '../crypto/crypto.gyp:crypto_unittests', 204 '../crypto/crypto.gyp:crypto_unittests',
205 '../ui/ui.gyp:gfx_unittests',
206 '../gpu/gpu.gyp:gpu_unittests', 205 '../gpu/gpu.gyp:gpu_unittests',
207 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support', 206 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support',
208 '../ipc/ipc.gyp:ipc_tests', 207 '../ipc/ipc.gyp:ipc_tests',
209 '../jingle/jingle.gyp:jingle_unittests', 208 '../jingle/jingle.gyp:jingle_unittests',
210 '../media/media.gyp:media_unittests', 209 '../media/media.gyp:media_unittests',
211 '../net/net.gyp:net_unittests', 210 '../net/net.gyp:net_unittests',
212 '../printing/printing.gyp:printing_unittests', 211 '../printing/printing.gyp:printing_unittests',
213 '../remoting/remoting.gyp:remoting_unittests', 212 '../remoting/remoting.gyp:remoting_unittests',
214 '../sync/sync.gyp:sync_unit_tests', 213 '../sync/sync.gyp:sync_unit_tests',
215 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 214 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
216 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 215 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
216 '../ui/ui.gyp:ui_unittests',
217 'temp_gyp/googleurl.gyp:googleurl_unittests', 217 'temp_gyp/googleurl.gyp:googleurl_unittests',
218 ], 218 ],
219 }], 219 }],
220 ['OS=="win"', { 220 ['OS=="win"', {
221 'dependencies': [ 221 'dependencies': [
222 '../chrome/chrome.gyp:installer_util_unittests', 222 '../chrome/chrome.gyp:installer_util_unittests',
223 '../chrome/chrome.gyp:mini_installer_test', 223 '../chrome/chrome.gyp:mini_installer_test',
224 # mini_installer_tests depends on mini_installer. This should be 224 # mini_installer_tests depends on mini_installer. This should be
225 # defined in installer.gyp. 225 # defined in installer.gyp.
226 '../chrome/installer/mini_installer.gyp:mini_installer', 226 '../chrome/installer/mini_installer.gyp:mini_installer',
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 'type': 'none', 352 'type': 'none',
353 'dependencies': [ 353 'dependencies': [
354 '../chrome/chrome.gyp:browser_tests', 354 '../chrome/chrome.gyp:browser_tests',
355 '../chrome/chrome.gyp:interactive_ui_tests', 355 '../chrome/chrome.gyp:interactive_ui_tests',
356 '../chrome/chrome.gyp:safe_browsing_tests', 356 '../chrome/chrome.gyp:safe_browsing_tests',
357 '../chrome/chrome.gyp:sync_integration_tests', 357 '../chrome/chrome.gyp:sync_integration_tests',
358 '../chrome/chrome.gyp:unit_tests', 358 '../chrome/chrome.gyp:unit_tests',
359 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 359 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
360 '../content/content.gyp:content_browsertests', 360 '../content/content.gyp:content_browsertests',
361 '../content/content.gyp:content_unittests', 361 '../content/content.gyp:content_unittests',
362 '../ui/ui.gyp:gfx_unittests', 362 '../ui/ui.gyp:ui_unittests',
363 '../gpu/gpu.gyp:gpu_unittests', 363 '../gpu/gpu.gyp:gpu_unittests',
364 '../ipc/ipc.gyp:ipc_tests', 364 '../ipc/ipc.gyp:ipc_tests',
365 '../jingle/jingle.gyp:jingle_unittests', 365 '../jingle/jingle.gyp:jingle_unittests',
366 '../media/media.gyp:media_unittests', 366 '../media/media.gyp:media_unittests',
367 '../printing/printing.gyp:printing_unittests', 367 '../printing/printing.gyp:printing_unittests',
368 '../remoting/remoting.gyp:remoting_unittests', 368 '../remoting/remoting.gyp:remoting_unittests',
369 '../rlz/rlz.gyp:*', 369 '../rlz/rlz.gyp:*',
370 '../sql/sql.gyp:sql_unittests', 370 '../sql/sql.gyp:sql_unittests',
371 '../sync/sync.gyp:sync_unit_tests', 371 '../sync/sync.gyp:sync_unit_tests',
372 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 372 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
373 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 373 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
374 'temp_gyp/googleurl.gyp:googleurl_unittests', 374 'temp_gyp/googleurl.gyp:googleurl_unittests',
375 ], 375 ],
376 }, 376 },
377 { 377 {
378 'target_name': 'chromium_builder_rel', 378 'target_name': 'chromium_builder_rel',
379 'type': 'none', 379 'type': 'none',
380 'dependencies': [ 380 'dependencies': [
381 '../chrome/chrome.gyp:browser_tests', 381 '../chrome/chrome.gyp:browser_tests',
382 '../chrome/chrome.gyp:performance_browser_tests', 382 '../chrome/chrome.gyp:performance_browser_tests',
383 '../chrome/chrome.gyp:performance_ui_tests', 383 '../chrome/chrome.gyp:performance_ui_tests',
384 '../chrome/chrome.gyp:safe_browsing_tests', 384 '../chrome/chrome.gyp:safe_browsing_tests',
385 '../chrome/chrome.gyp:sync_integration_tests', 385 '../chrome/chrome.gyp:sync_integration_tests',
386 '../chrome/chrome.gyp:unit_tests', 386 '../chrome/chrome.gyp:unit_tests',
387 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 387 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
388 '../content/content.gyp:content_browsertests', 388 '../content/content.gyp:content_browsertests',
389 '../content/content.gyp:content_unittests', 389 '../content/content.gyp:content_unittests',
390 '../ui/ui.gyp:gfx_unittests', 390 '../ui/ui.gyp:ui_unittests',
391 '../gpu/gpu.gyp:gpu_unittests', 391 '../gpu/gpu.gyp:gpu_unittests',
392 '../ipc/ipc.gyp:ipc_tests', 392 '../ipc/ipc.gyp:ipc_tests',
393 '../jingle/jingle.gyp:jingle_unittests', 393 '../jingle/jingle.gyp:jingle_unittests',
394 '../media/media.gyp:media_unittests', 394 '../media/media.gyp:media_unittests',
395 '../printing/printing.gyp:printing_unittests', 395 '../printing/printing.gyp:printing_unittests',
396 '../remoting/remoting.gyp:remoting_unittests', 396 '../remoting/remoting.gyp:remoting_unittests',
397 '../sql/sql.gyp:sql_unittests', 397 '../sql/sql.gyp:sql_unittests',
398 '../sync/sync.gyp:sync_unit_tests', 398 '../sync/sync.gyp:sync_unit_tests',
399 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 399 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
400 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 400 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
(...skipping 26 matching lines...) Expand all
427 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 427 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
428 '../crypto/crypto.gyp:crypto_unittests', 428 '../crypto/crypto.gyp:crypto_unittests',
429 '../ipc/ipc.gyp:ipc_tests', 429 '../ipc/ipc.gyp:ipc_tests',
430 '../media/media.gyp:media_unittests', 430 '../media/media.gyp:media_unittests',
431 '../net/net.gyp:net_unittests', 431 '../net/net.gyp:net_unittests',
432 '../printing/printing.gyp:printing_unittests', 432 '../printing/printing.gyp:printing_unittests',
433 '../remoting/remoting.gyp:remoting_unittests', 433 '../remoting/remoting.gyp:remoting_unittests',
434 '../chrome/chrome.gyp:safe_browsing_tests', 434 '../chrome/chrome.gyp:safe_browsing_tests',
435 '../chrome/chrome.gyp:unit_tests', 435 '../chrome/chrome.gyp:unit_tests',
436 '../content/content.gyp:content_unittests', 436 '../content/content.gyp:content_unittests',
437 '../ui/ui.gyp:gfx_unittests', 437 '../ui/ui.gyp:ui_unittests',
438 '../jingle/jingle.gyp:jingle_unittests', 438 '../jingle/jingle.gyp:jingle_unittests',
439 '../sql/sql.gyp:sql_unittests', 439 '../sql/sql.gyp:sql_unittests',
440 '../sync/sync.gyp:sync_unit_tests', 440 '../sync/sync.gyp:sync_unit_tests',
441 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 441 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
442 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 442 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
443 'temp_gyp/googleurl.gyp:googleurl_unittests', 443 'temp_gyp/googleurl.gyp:googleurl_unittests',
444 ], 444 ],
445 }, 445 },
446 ], # targets 446 ], # targets
447 }], # OS="mac" 447 }], # OS="mac"
(...skipping 20 matching lines...) Expand all
468 # mini_installer_tests depends on mini_installer. This should be 468 # mini_installer_tests depends on mini_installer. This should be
469 # defined in installer.gyp. 469 # defined in installer.gyp.
470 '../chrome/installer/mini_installer.gyp:mini_installer', 470 '../chrome/installer/mini_installer.gyp:mini_installer',
471 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', 471 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests',
472 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', 472 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests',
473 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests', 473 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests',
474 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', 474 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests',
475 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', 475 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests',
476 '../chrome_frame/chrome_frame.gyp:npchrome_frame', 476 '../chrome_frame/chrome_frame.gyp:npchrome_frame',
477 '../courgette/courgette.gyp:courgette_unittests', 477 '../courgette/courgette.gyp:courgette_unittests',
478 '../ui/ui.gyp:gfx_unittests', 478 '../ui/ui.gyp:ui_unittests',
479 '../gpu/gpu.gyp:gpu_unittests', 479 '../gpu/gpu.gyp:gpu_unittests',
480 '../ipc/ipc.gyp:ipc_tests', 480 '../ipc/ipc.gyp:ipc_tests',
481 '../jingle/jingle.gyp:jingle_unittests', 481 '../jingle/jingle.gyp:jingle_unittests',
482 '../media/media.gyp:media_unittests', 482 '../media/media.gyp:media_unittests',
483 '../printing/printing.gyp:printing_unittests', 483 '../printing/printing.gyp:printing_unittests',
484 '../remoting/remoting.gyp:remoting_unittests', 484 '../remoting/remoting.gyp:remoting_unittests',
485 '../sql/sql.gyp:sql_unittests', 485 '../sql/sql.gyp:sql_unittests',
486 '../sync/sync.gyp:sync_unit_tests', 486 '../sync/sync.gyp:sync_unit_tests',
487 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 487 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
488 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 488 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
605 ], # conditions 605 ], # conditions
606 }], # OS="win" 606 }], # OS="win"
607 ['use_aura==1', { 607 ['use_aura==1', {
608 'targets': [ 608 'targets': [
609 { 609 {
610 'target_name': 'aura_builder', 610 'target_name': 'aura_builder',
611 'type': 'none', 611 'type': 'none',
612 'dependencies': [ 612 'dependencies': [
613 '../chrome/chrome.gyp:browser_tests', 613 '../chrome/chrome.gyp:browser_tests',
614 '../chrome/chrome.gyp:chrome', 614 '../chrome/chrome.gyp:chrome',
615 '../chrome/chrome.gyp:interactive_ui_tests', 615 '../chrome/chrome.gyp:interactive_ui_tests',
616 '../chrome/chrome.gyp:unit_tests', 616 '../chrome/chrome.gyp:unit_tests',
617 '../content/content.gyp:content_browsertests', 617 '../content/content.gyp:content_browsertests',
618 '../remoting/remoting.gyp:remoting_unittests', 618 '../remoting/remoting.gyp:remoting_unittests',
619 '../ui/aura/aura.gyp:*', 619 '../ui/aura/aura.gyp:*',
620 '../ui/compositor/compositor.gyp:*', 620 '../ui/compositor/compositor.gyp:*',
621 '../ui/ui.gyp:gfx_unittests', 621 '../ui/ui.gyp:ui_unittests',
622 '../ui/views/views.gyp:views', 622 '../ui/views/views.gyp:views',
623 '../ui/views/views.gyp:views_unittests', 623 '../ui/views/views.gyp:views_unittests',
624 '../webkit/webkit.gyp:pull_in_webkit_unit_tests', 624 '../webkit/webkit.gyp:pull_in_webkit_unit_tests',
625 ], 625 ],
626 'conditions': [ 626 'conditions': [
627 ['OS=="win"', { 627 ['OS=="win"', {
628 # Remove this when we have the real compositor. 628 # Remove this when we have the real compositor.
629 'copies': [ 629 'copies': [
630 { 630 {
631 'destination': '<(PRODUCT_DIR)', 631 'destination': '<(PRODUCT_DIR)',
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
684 '../base/base.gyp:base_unittests_run', 684 '../base/base.gyp:base_unittests_run',
685 '../chrome/chrome.gyp:browser_tests_run', 685 '../chrome/chrome.gyp:browser_tests_run',
686 '../chrome/chrome.gyp:unit_tests_run', 686 '../chrome/chrome.gyp:unit_tests_run',
687 '../net/net.gyp:net_unittests_run', 687 '../net/net.gyp:net_unittests_run',
688 ], 688 ],
689 }, # target_name: chromium_swarm_tests 689 }, # target_name: chromium_swarm_tests
690 ], 690 ],
691 }], 691 }],
692 ], # conditions 692 ], # conditions
693 } 693 }
OLDNEW
« no previous file with comments | « no previous file | tools/heapcheck/chrome_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698