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

Side by Side Diff: build/all.gyp

Issue 7066028: Resubmit CL 86306 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 7 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 | gpu/gles2_conform_support/DEPS » ('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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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,
11 'dependencies': [ 11 'dependencies': [
12 '../app/app.gyp:*', 12 '../app/app.gyp:*',
13 '../base/base.gyp:*', 13 '../base/base.gyp:*',
14 '../chrome/browser/sync/tools/sync_tools.gyp:*', 14 '../chrome/browser/sync/tools/sync_tools.gyp:*',
15 '../chrome/chrome.gyp:*', 15 '../chrome/chrome.gyp:*',
16 '../crypto/crypto.gyp:*', 16 '../crypto/crypto.gyp:*',
17 '../ui/ui.gyp:*', 17 '../ui/ui.gyp:*',
18 '../gpu/gpu.gyp:*', 18 '../gpu/gpu.gyp:*',
19 '../gpu/demos/demos.gyp:*', 19 '../gpu/demos/demos.gyp:*',
20 '../gpu/gles2_conform_support/gles2_conform_support.gyp:*',
20 '../ipc/ipc.gyp:*', 21 '../ipc/ipc.gyp:*',
21 '../jingle/jingle.gyp:*', 22 '../jingle/jingle.gyp:*',
22 '../media/media.gyp:*', 23 '../media/media.gyp:*',
23 '../net/net.gyp:*', 24 '../net/net.gyp:*',
24 '../ppapi/ppapi.gyp:*', 25 '../ppapi/ppapi.gyp:*',
25 '../ppapi/ppapi_internal.gyp:*', 26 '../ppapi/ppapi_internal.gyp:*',
26 '../printing/printing.gyp:*', 27 '../printing/printing.gyp:*',
27 '../sdch/sdch.gyp:*', 28 '../sdch/sdch.gyp:*',
28 '../skia/skia.gyp:*', 29 '../skia/skia.gyp:*',
29 '../testing/gmock.gyp:*', 30 '../testing/gmock.gyp:*',
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 '../chrome/chrome.gyp:nacl_ui_tests', 151 '../chrome/chrome.gyp:nacl_ui_tests',
151 '../chrome/chrome.gyp:nacl_sandbox_tests', 152 '../chrome/chrome.gyp:nacl_sandbox_tests',
152 '../chrome/chrome.gyp:safe_browsing_tests', 153 '../chrome/chrome.gyp:safe_browsing_tests',
153 '../chrome/chrome.gyp:sync_integration_tests', 154 '../chrome/chrome.gyp:sync_integration_tests',
154 '../chrome/chrome.gyp:sync_unit_tests', 155 '../chrome/chrome.gyp:sync_unit_tests',
155 '../chrome/chrome.gyp:ui_tests', 156 '../chrome/chrome.gyp:ui_tests',
156 '../chrome/chrome.gyp:unit_tests', 157 '../chrome/chrome.gyp:unit_tests',
157 '../crypto/crypto.gyp:crypto_unittests', 158 '../crypto/crypto.gyp:crypto_unittests',
158 '../ui/ui.gyp:gfx_unittests', 159 '../ui/ui.gyp:gfx_unittests',
159 '../gpu/gpu.gyp:gpu_unittests', 160 '../gpu/gpu.gyp:gpu_unittests',
161 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_conform_su pport',
160 '../ipc/ipc.gyp:ipc_tests', 162 '../ipc/ipc.gyp:ipc_tests',
161 '../jingle/jingle.gyp:jingle_unittests', 163 '../jingle/jingle.gyp:jingle_unittests',
162 '../media/media.gyp:media_unittests', 164 '../media/media.gyp:media_unittests',
163 '../net/net.gyp:net_unittests', 165 '../net/net.gyp:net_unittests',
164 '../printing/printing.gyp:printing_unittests', 166 '../printing/printing.gyp:printing_unittests',
165 '../remoting/remoting.gyp:remoting_unittests', 167 '../remoting/remoting.gyp:remoting_unittests',
166 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_unittests', 168 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_unittests',
167 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittes ts', 169 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittes ts',
168 'temp_gyp/googleurl.gyp:googleurl_unittests', 170 'temp_gyp/googleurl.gyp:googleurl_unittests',
169 ], 171 ],
(...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after
564 ], # targets 566 ], # targets
565 }], # "chromeos==1" 567 }], # "chromeos==1"
566 ], # conditions 568 ], # conditions
567 } 569 }
568 570
569 # Local Variables: 571 # Local Variables:
570 # tab-width:2 572 # tab-width:2
571 # indent-tabs-mode:nil 573 # indent-tabs-mode:nil
572 # End: 574 # End:
573 # vim: set expandtab tabstop=2 shiftwidth=2: 575 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | gpu/gles2_conform_support/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698