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

Side by Side Diff: build/all.gyp

Issue 6803005: Autofill phone number enhancements and integration of Phone Number Util Library: part 1 (Closed) Base URL: svn://chrome-svn/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
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/autofill/tools/autofill_tools.gyp:*',
14 '../chrome/browser/sync/tools/sync_tools.gyp:*', 15 '../chrome/browser/sync/tools/sync_tools.gyp:*',
15 '../chrome/chrome.gyp:*', 16 '../chrome/chrome.gyp:*',
16 '../crypto/crypto.gyp:*', 17 '../crypto/crypto.gyp:*',
17 '../ui/ui.gyp:*', 18 '../ui/ui.gyp:*',
18 '../gpu/gpu.gyp:*', 19 '../gpu/gpu.gyp:*',
19 '../gpu/demos/demos.gyp:*', 20 '../gpu/demos/demos.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:*',
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 '../crypto/crypto.gyp:crypto_unittests', 157 '../crypto/crypto.gyp:crypto_unittests',
157 '../ui/ui.gyp:gfx_unittests', 158 '../ui/ui.gyp:gfx_unittests',
158 '../gpu/gpu.gyp:gpu_unittests', 159 '../gpu/gpu.gyp:gpu_unittests',
159 '../ipc/ipc.gyp:ipc_tests', 160 '../ipc/ipc.gyp:ipc_tests',
160 '../jingle/jingle.gyp:jingle_unittests', 161 '../jingle/jingle.gyp:jingle_unittests',
161 '../media/media.gyp:media_unittests', 162 '../media/media.gyp:media_unittests',
162 '../net/net.gyp:net_unittests', 163 '../net/net.gyp:net_unittests',
163 '../printing/printing.gyp:printing_unittests', 164 '../printing/printing.gyp:printing_unittests',
164 '../remoting/remoting.gyp:remoting_unittests', 165 '../remoting/remoting.gyp:remoting_unittests',
165 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_unittests', 166 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_unittests',
167 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittes ts',
166 'temp_gyp/googleurl.gyp:googleurl_unittests', 168 'temp_gyp/googleurl.gyp:googleurl_unittests',
167 ], 169 ],
168 'conditions': [ 170 'conditions': [
169 ['OS=="win"', { 171 ['OS=="win"', {
170 'dependencies': [ 172 'dependencies': [
171 '../chrome/chrome.gyp:installer_util_unittests', 173 '../chrome/chrome.gyp:installer_util_unittests',
172 '../chrome/chrome.gyp:mini_installer_test', 174 '../chrome/chrome.gyp:mini_installer_test',
173 # mini_installer_tests depends on mini_installer. This should be 175 # mini_installer_tests depends on mini_installer. This should be
174 # defined in installer.gyp. 176 # defined in installer.gyp.
175 '../chrome/installer/mini_installer.gyp:mini_installer', 177 '../chrome/installer/mini_installer.gyp:mini_installer',
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
557 ], # targets 559 ], # targets
558 }], # "chromeos==1" 560 }], # "chromeos==1"
559 ], # conditions 561 ], # conditions
560 } 562 }
561 563
562 # Local Variables: 564 # Local Variables:
563 # tab-width:2 565 # tab-width:2
564 # indent-tabs-mode:nil 566 # indent-tabs-mode:nil
565 # End: 567 # End:
566 # vim: set expandtab tabstop=2 shiftwidth=2: 568 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698