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

Side by Side Diff: build/all.gyp

Issue 9720008: Remove defunct chromeos_gtk gyp variable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge Created 8 years, 9 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 | build/common.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 524 matching lines...) Expand 10 before | Expand all | Expand 10 after
535 'dependencies': [ 535 'dependencies': [
536 '../pdf/pdf.gyp:pdf', 536 '../pdf/pdf.gyp:pdf',
537 ], 537 ],
538 }], # internal_pdf 538 }], # internal_pdf
539 ] 539 ]
540 }, 540 },
541 ], # targets 541 ], # targets
542 }], # branding=="Chrome" 542 }], # branding=="Chrome"
543 ], # conditions 543 ], # conditions
544 }], # OS="win" 544 }], # OS="win"
545 # Old ChromeOS target needed to build pre-Aura targets.
546 ['chromeos_gtk==1', {
547 'targets': [
548 {
549 'target_name': 'chromeos_builder',
550 'type': 'none',
551 'dependencies': [
552 '../base/base.gyp:base_unittests',
553 '../chrome/chrome.gyp:browser_tests',
554 '../chrome/chrome.gyp:chrome',
555 '../chrome/chrome.gyp:interactive_ui_tests',
556 '../chrome/chrome.gyp:performance_browser_tests',
557 '../chrome/chrome.gyp:performance_ui_tests',
558 '../chrome/chrome.gyp:safe_browsing_tests',
559 '../chrome/chrome.gyp:sync_integration_tests',
560 '../chrome/chrome.gyp:sync_unit_tests',
561 '../chrome/chrome.gyp:ui_tests',
562 '../chrome/chrome.gyp:unit_tests',
563 '../content/content.gyp:content_unittests',
564 '../crypto/crypto.gyp:crypto_unittests',
565 '../dbus/dbus.gyp:dbus_unittests',
566 '../ipc/ipc.gyp:ipc_tests',
567 '../jingle/jingle.gyp:jingle_unittests',
568 '../media/media.gyp:ffmpeg_tests',
569 '../media/media.gyp:media_unittests',
570 '../net/net.gyp:net_unittests',
571 '../printing/printing.gyp:printing_unittests',
572 '../remoting/remoting.gyp:remoting_unittests',
573 '../sql/sql.gyp:sql_unittests',
574 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
575 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
576 '../ui/ui.gyp:gfx_unittests',
577 '../ui/views/views.gyp:views_unittests',
578 'temp_gyp/googleurl.gyp:googleurl_unittests',
579 ],
580 },
581 ], # targets
582 }], # "chromeos_gtk==1"
583 ['use_aura==1', { 545 ['use_aura==1', {
584 'targets': [ 546 'targets': [
585 { 547 {
586 'target_name': 'aura_builder', 548 'target_name': 'aura_builder',
587 'type': 'none', 549 'type': 'none',
588 'dependencies': [ 550 'dependencies': [
589 '../chrome/chrome.gyp:chrome', 551 '../chrome/chrome.gyp:chrome',
590 '../chrome/chrome.gyp:unit_tests', 552 '../chrome/chrome.gyp:unit_tests',
591 '../chrome/chrome.gyp:ui_tests', 553 '../chrome/chrome.gyp:ui_tests',
592 '../ui/aura/aura.gyp:*', 554 '../ui/aura/aura.gyp:*',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
634 '../chrome/chrome.gyp:ui_tests', 596 '../chrome/chrome.gyp:ui_tests',
635 '../ui/views/views.gyp:views_unittests', 597 '../ui/views/views.gyp:views_unittests',
636 ], 598 ],
637 }], 599 }],
638 ], 600 ],
639 }, 601 },
640 ], # targets 602 ], # targets
641 }], # "use_aura==1" 603 }], # "use_aura==1"
642 ], # conditions 604 ], # conditions
643 } 605 }
OLDNEW
« no previous file with comments | « no previous file | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698