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

Side by Side Diff: build/all.gyp

Issue 16142004: device: Gyp organization part 2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 | chrome/chrome_browser.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 18 matching lines...) Expand all
29 '../ui/ui.gyp:*', 29 '../ui/ui.gyp:*',
30 '../url/url.gyp:*', 30 '../url/url.gyp:*',
31 'temp_gyp/googleurl.gyp:*', 31 'temp_gyp/googleurl.gyp:*',
32 ], 32 ],
33 'conditions': [ 33 'conditions': [
34 ['OS!="ios"', { 34 ['OS!="ios"', {
35 'dependencies': [ 35 'dependencies': [
36 '../cc/cc_tests.gyp:*', 36 '../cc/cc_tests.gyp:*',
37 '../components/components.gyp:*', 37 '../components/components.gyp:*',
38 '../device/bluetooth/bluetooth.gyp:*', 38 '../device/bluetooth/bluetooth.gyp:*',
39 '../device/device.gyp:*',
Lei Zhang 2013/06/04 00:44:41 Don't we still want device_unittests to build for
tfarina 2013/06/04 00:46:45 I was not sure, added it back.
40 '../device/usb/usb.gyp:*', 39 '../device/usb/usb.gyp:*',
41 '../gpu/gpu.gyp:*', 40 '../gpu/gpu.gyp:*',
42 '../gpu/tools/tools.gyp:*', 41 '../gpu/tools/tools.gyp:*',
43 '../ipc/ipc.gyp:*', 42 '../ipc/ipc.gyp:*',
44 '../jingle/jingle.gyp:*', 43 '../jingle/jingle.gyp:*',
45 '../ppapi/ppapi.gyp:*', 44 '../ppapi/ppapi.gyp:*',
46 '../ppapi/ppapi_internal.gyp:*', 45 '../ppapi/ppapi_internal.gyp:*',
47 '../printing/printing.gyp:*', 46 '../printing/printing.gyp:*',
48 '../skia/skia.gyp:*', 47 '../skia/skia.gyp:*',
49 '../third_party/cacheinvalidation/cacheinvalidation.gyp:*', 48 '../third_party/cacheinvalidation/cacheinvalidation.gyp:*',
(...skipping 833 matching lines...) Expand 10 before | Expand all | Expand 10 after
883 '../chrome/chrome.gyp:interactive_ui_tests_run', 882 '../chrome/chrome.gyp:interactive_ui_tests_run',
884 '../chrome/chrome.gyp:sync_integration_tests_run', 883 '../chrome/chrome.gyp:sync_integration_tests_run',
885 '../chrome/chrome.gyp:unit_tests_run', 884 '../chrome/chrome.gyp:unit_tests_run',
886 '../net/net.gyp:net_unittests_run', 885 '../net/net.gyp:net_unittests_run',
887 ], 886 ],
888 }, # target_name: chromium_swarm_tests 887 }, # target_name: chromium_swarm_tests
889 ], 888 ],
890 }], 889 }],
891 ], # conditions 890 ], # conditions
892 } 891 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698