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

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, 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 | 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,
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 '../crypto/crypto.gyp:crypto_unittests', 156 '../crypto/crypto.gyp:crypto_unittests',
157 '../ui/ui.gyp:gfx_unittests', 157 '../ui/ui.gyp:gfx_unittests',
158 '../gpu/gpu.gyp:gpu_unittests', 158 '../gpu/gpu.gyp:gpu_unittests',
159 '../ipc/ipc.gyp:ipc_tests', 159 '../ipc/ipc.gyp:ipc_tests',
160 '../jingle/jingle.gyp:jingle_unittests', 160 '../jingle/jingle.gyp:jingle_unittests',
161 '../media/media.gyp:media_unittests', 161 '../media/media.gyp:media_unittests',
162 '../net/net.gyp:net_unittests', 162 '../net/net.gyp:net_unittests',
163 '../printing/printing.gyp:printing_unittests', 163 '../printing/printing.gyp:printing_unittests',
164 '../remoting/remoting.gyp:remoting_unittests', 164 '../remoting/remoting.gyp:remoting_unittests',
165 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_unittests', 165 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_unittests',
166 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittes ts',
dhollowa 2011/04/25 20:09:20 Eventually, these should get run under "chromium_b
GeorgeY 2011/04/27 00:41:45 Thanks!
dhollowa 2011/04/27 16:11:57 On second thought, we should take care of this now
166 'temp_gyp/googleurl.gyp:googleurl_unittests', 167 'temp_gyp/googleurl.gyp:googleurl_unittests',
167 ], 168 ],
168 'conditions': [ 169 'conditions': [
169 ['OS=="win"', { 170 ['OS=="win"', {
170 'dependencies': [ 171 'dependencies': [
171 '../chrome/chrome.gyp:installer_util_unittests', 172 '../chrome/chrome.gyp:installer_util_unittests',
172 '../chrome/chrome.gyp:mini_installer_test', 173 '../chrome/chrome.gyp:mini_installer_test',
173 # mini_installer_tests depends on mini_installer. This should be 174 # mini_installer_tests depends on mini_installer. This should be
174 # defined in installer.gyp. 175 # defined in installer.gyp.
175 '../chrome/installer/mini_installer.gyp:mini_installer', 176 '../chrome/installer/mini_installer.gyp:mini_installer',
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
557 ], # targets 558 ], # targets
558 }], # "chromeos==1" 559 }], # "chromeos==1"
559 ], # conditions 560 ], # conditions
560 } 561 }
561 562
562 # Local Variables: 563 # Local Variables:
563 # tab-width:2 564 # tab-width:2
564 # indent-tabs-mode:nil 565 # indent-tabs-mode:nil
565 # End: 566 # End:
566 # vim: set expandtab tabstop=2 shiftwidth=2: 567 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « DEPS ('k') | chrome/chrome_browser.gypi » ('j') | third_party/libphonenumber/README.chromium » ('J')

Powered by Google App Engine
This is Rietveld 408576698