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

Side by Side Diff: build/all.gyp

Issue 9358044: Fix build Linux ChromeOS GTK bot on the main waterfall. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Applied Oshima's changes Created 8 years, 10 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 | no next file » | 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 503 matching lines...) Expand 10 before | Expand all | Expand 10 after
514 'dependencies': [ 514 'dependencies': [
515 '../pdf/pdf.gyp:pdf', 515 '../pdf/pdf.gyp:pdf',
516 ], 516 ],
517 }], # internal_pdf 517 }], # internal_pdf
518 ] 518 ]
519 }, 519 },
520 ], # targets 520 ], # targets
521 }], # branding=="Chrome" 521 }], # branding=="Chrome"
522 ], # conditions 522 ], # conditions
523 }], # OS="win" 523 }], # OS="win"
524 ['chromeos==1', { 524 # Old ChromeOS target needed to build pre-Aura targets.
525 ['chromeos_gtk==1', {
525 'targets': [ 526 'targets': [
526 { 527 {
527 'target_name': 'chromeos_builder', 528 'target_name': 'chromeos_builder',
528 'type': 'none', 529 'type': 'none',
529 'dependencies': [ 530 'dependencies': [
530 '../ash/ash.gyp:ash_shell',
531 '../ash/ash.gyp:aura_shell_unittests',
532 '../base/base.gyp:base_unittests', 531 '../base/base.gyp:base_unittests',
533 #'../chrome/chrome.gyp:browser_tests', 532 '../chrome/chrome.gyp:browser_tests',
534 '../chrome/chrome.gyp:chrome', 533 '../chrome/chrome.gyp:chrome',
535 #'../chrome/chrome.gyp:interactive_ui_tests', 534 '../chrome/chrome.gyp:interactive_ui_tests',
536 #'../chrome/chrome.gyp:performance_browser_tests', 535 '../chrome/chrome.gyp:performance_browser_tests',
537 #'../chrome/chrome.gyp:performance_ui_tests', 536 '../chrome/chrome.gyp:performance_ui_tests',
538 #'../chrome/chrome.gyp:safe_browsing_tests', 537 '../chrome/chrome.gyp:safe_browsing_tests',
539 #'../chrome/chrome.gyp:sync_integration_tests', 538 '../chrome/chrome.gyp:sync_integration_tests',
540 '../chrome/chrome.gyp:sync_unit_tests', 539 '../chrome/chrome.gyp:sync_unit_tests',
541 '../chrome/chrome.gyp:ui_tests', 540 '../chrome/chrome.gyp:ui_tests',
542 '../chrome/chrome.gyp:unit_tests', 541 '../chrome/chrome.gyp:unit_tests',
543 #'../content/content.gyp:content_browsertests', 542 '../content/content.gyp:content_browsertests',
544 '../content/content.gyp:content_unittests', 543 '../content/content.gyp:content_unittests',
545 #'../crypto/crypto.gyp:crypto_unittests', 544 '../crypto/crypto.gyp:crypto_unittests',
546 #'../dbus/dbus.gyp:dbus_unittests', 545 '../dbus/dbus.gyp:dbus_unittests',
547 '../ipc/ipc.gyp:ipc_tests', 546 '../ipc/ipc.gyp:ipc_tests',
548 #'../jingle/jingle.gyp:jingle_unittests', 547 '../jingle/jingle.gyp:jingle_unittests',
549 #'../media/media.gyp:ffmpeg_tests', 548 '../media/media.gyp:ffmpeg_tests',
550 #'../media/media.gyp:media_unittests', 549 '../media/media.gyp:media_unittests',
551 #'../net/net.gyp:net_unittests', 550 '../net/net.gyp:net_unittests',
552 #'../printing/printing.gyp:printing_unittests', 551 '../printing/printing.gyp:printing_unittests',
553 #'../remoting/remoting.gyp:remoting_unittests', 552 '../remoting/remoting.gyp:remoting_unittests',
554 '../sql/sql.gyp:sql_unittests', 553 '../sql/sql.gyp:sql_unittests',
555 #'../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvali dation_unittests', 554 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
556 #'../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_un ittests', 555 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
557 '../ui/aura/aura.gyp:*',
558 '../ui/gfx/compositor/compositor.gyp:*',
559 '../ui/ui.gyp:gfx_unittests', 556 '../ui/ui.gyp:gfx_unittests',
560 '../ui/views/views.gyp:views',
561 '../ui/views/views.gyp:views_unittests', 557 '../ui/views/views.gyp:views_unittests',
562 '../webkit/webkit.gyp:pull_in_webkit_unit_tests', 558 'temp_gyp/googleurl.gyp:googleurl_unittests',
563 #'temp_gyp/googleurl.gyp:googleurl_unittests',
564 ], 559 ],
565 }, 560 },
566 ], # targets 561 ], # targets
567 }], # "chromeos==1" 562 }], # "chromeos_gtk==1"
568 ['use_aura==1', { 563 ['use_aura==1', {
569 'targets': [ 564 'targets': [
570 { 565 {
571 'target_name': 'aura_builder', 566 'target_name': 'aura_builder',
572 'type': 'none', 567 'type': 'none',
573 'dependencies': [ 568 'dependencies': [
574 '../ash/ash.gyp:ash_shell', 569 '../ash/ash.gyp:ash_shell',
575 '../ash/ash.gyp:aura_shell_unittests', 570 '../ash/ash.gyp:aura_shell_unittests',
576 '../chrome/chrome.gyp:chrome', 571 '../chrome/chrome.gyp:chrome',
577 '../chrome/chrome.gyp:unit_tests', 572 '../chrome/chrome.gyp:unit_tests',
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
615 '../chrome/chrome.gyp:ui_tests', 610 '../chrome/chrome.gyp:ui_tests',
616 '../ui/views/views.gyp:views_unittests', 611 '../ui/views/views.gyp:views_unittests',
617 ], 612 ],
618 }], 613 }],
619 ], 614 ],
620 }, 615 },
621 ], # targets 616 ], # targets
622 }], # "use_aura==1" 617 }], # "use_aura==1"
623 ], # conditions 618 ], # conditions
624 } 619 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698