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

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
« 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) 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 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 '../chrome/chrome.gyp:unit_tests', 155 '../chrome/chrome.gyp:unit_tests',
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',
dhollowa 2011/04/28 22:51:28 Please don't forget to add libphonenumber_unittest
GeorgeY 2011/05/02 23:36:59 Done.
166 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittes ts',
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 382 matching lines...) Expand 10 before | Expand all | Expand 10 after
558 ], # targets 559 ], # targets
559 }], # "chromeos==1" 560 }], # "chromeos==1"
560 ], # conditions 561 ], # conditions
561 } 562 }
562 563
563 # Local Variables: 564 # Local Variables:
564 # tab-width:2 565 # tab-width:2
565 # indent-tabs-mode:nil 566 # indent-tabs-mode:nil
566 # End: 567 # End:
567 # vim: set expandtab tabstop=2 shiftwidth=2: 568 # vim: set expandtab tabstop=2 shiftwidth=2:
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