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

Side by Side Diff: build/all.gyp

Issue 9838085: Move files inside chrome/browser/chromeos/dbus to chromeos/dbus (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase Created 8 years, 8 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 | chrome/browser/automation/testing_automation_provider.cc » ('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 580 matching lines...) Expand 10 before | Expand all | Expand 10 after
591 }], 591 }],
592 ['OS=="mac"', { 592 ['OS=="mac"', {
593 # Exclude dependencies that are not currently implemented. 593 # Exclude dependencies that are not currently implemented.
594 'dependencies!': [ 594 'dependencies!': [
595 '../chrome/chrome.gyp:chrome', 595 '../chrome/chrome.gyp:chrome',
596 '../chrome/chrome.gyp:unit_tests', 596 '../chrome/chrome.gyp:unit_tests',
597 '../chrome/chrome.gyp:ui_tests', 597 '../chrome/chrome.gyp:ui_tests',
598 '../ui/views/views.gyp:views_unittests', 598 '../ui/views/views.gyp:views_unittests',
599 ], 599 ],
600 }], 600 }],
601 ['chromeos==1', {
602 'dependencies': [
603 '../chromeos/chromeos.gyp:chromeos_unittests',
604 ],
605 }],
601 ], 606 ],
602 }, 607 },
603 ], # targets 608 ], # targets
604 }], # "use_aura==1" 609 }], # "use_aura==1"
605 ], # conditions 610 ], # conditions
606 } 611 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/automation/testing_automation_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698