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

Side by Side Diff: build/all.gyp

Issue 7649008: Add dbus_unittests to chromeos_builder (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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 | 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 557 matching lines...) Expand 10 before | Expand all | Expand 10 after
568 '../chrome/chrome.gyp:chrome', 568 '../chrome/chrome.gyp:chrome',
569 '../chrome/chrome.gyp:interactive_ui_tests', 569 '../chrome/chrome.gyp:interactive_ui_tests',
570 '../chrome/chrome.gyp:performance_ui_tests', 570 '../chrome/chrome.gyp:performance_ui_tests',
571 '../chrome/chrome.gyp:safe_browsing_tests', 571 '../chrome/chrome.gyp:safe_browsing_tests',
572 '../chrome/chrome.gyp:sync_unit_tests', 572 '../chrome/chrome.gyp:sync_unit_tests',
573 '../chrome/chrome.gyp:sync_integration_tests', 573 '../chrome/chrome.gyp:sync_integration_tests',
574 '../chrome/chrome.gyp:ui_tests', 574 '../chrome/chrome.gyp:ui_tests',
575 '../chrome/chrome.gyp:unit_tests', 575 '../chrome/chrome.gyp:unit_tests',
576 '../content/content.gyp:content_unittests', 576 '../content/content.gyp:content_unittests',
577 '../crypto/crypto.gyp:crypto_unittests', 577 '../crypto/crypto.gyp:crypto_unittests',
578 '../dbus/dbus.gyp:dbus_unittests',
578 '../ui/ui.gyp:gfx_unittests', 579 '../ui/ui.gyp:gfx_unittests',
579 '../ipc/ipc.gyp:ipc_tests', 580 '../ipc/ipc.gyp:ipc_tests',
580 '../jingle/jingle.gyp:jingle_unittests', 581 '../jingle/jingle.gyp:jingle_unittests',
581 '../media/media.gyp:ffmpeg_tests', 582 '../media/media.gyp:ffmpeg_tests',
582 '../media/media.gyp:media_unittests', 583 '../media/media.gyp:media_unittests',
583 '../net/net.gyp:net_unittests', 584 '../net/net.gyp:net_unittests',
584 '../printing/printing.gyp:printing_unittests', 585 '../printing/printing.gyp:printing_unittests',
585 '../remoting/remoting.gyp:remoting_unittests', 586 '../remoting/remoting.gyp:remoting_unittests',
586 '../sql/sql.gyp:sql_unittests', 587 '../sql/sql.gyp:sql_unittests',
587 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 588 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
588 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 589 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
589 '../views/views.gyp:views_unittests', 590 '../views/views.gyp:views_unittests',
590 'temp_gyp/googleurl.gyp:googleurl_unittests', 591 'temp_gyp/googleurl.gyp:googleurl_unittests',
591 ], 592 ],
592 }, 593 },
593 ], # targets 594 ], # targets
594 }], # "chromeos==1" 595 }], # "chromeos==1"
595 ], # conditions 596 ], # conditions
596 } 597 }
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