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

Side by Side Diff: build/all.gyp

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

Powered by Google App Engine
This is Rietveld 408576698