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

Side by Side Diff: base/base.gyp

Issue 9852004: Revert 128679 - Speculative revert. xcodebuilders hosed between r128678 - 128680 in GYP phse, this … (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 9 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 | base/test/android/AndroidManifest.xml » ('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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
11 'base.gypi', 11 'base.gypi',
12 'test/android/native_test.gyp'
13 ], 12 ],
14 'targets': [ 13 'targets': [
15 { 14 {
16 'target_name': 'base_i18n', 15 'target_name': 'base_i18n',
17 'type': '<(component)', 16 'type': '<(component)',
18 'variables': { 17 'variables': {
19 'enable_wexit_time_destructors': 1, 18 'enable_wexit_time_destructors': 1,
20 'optimize': 'max', 19 'optimize': 'max',
21 }, 20 },
22 'dependencies': [ 21 'dependencies': [
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 'type': 'static_library', 146 'type': 'static_library',
148 'dependencies': [ 147 'dependencies': [
149 'test_support_base', 148 'test_support_base',
150 ], 149 ],
151 'sources': [ 150 'sources': [
152 'test/run_all_unittests.cc', 151 'test/run_all_unittests.cc',
153 ], 152 ],
154 }, 153 },
155 { 154 {
156 'target_name': 'base_unittests', 155 'target_name': 'base_unittests',
157 'type': '<(gtest_target_type)', 156 'type': 'executable',
158 'sources': [ 157 'sources': [
159 # Tests. 158 # Tests.
160 'android/jni_android_unittest.cc', 159 'android/jni_android_unittest.cc',
161 'android/scoped_java_ref_unittest.cc', 160 'android/scoped_java_ref_unittest.cc',
162 'at_exit_unittest.cc', 161 'at_exit_unittest.cc',
163 'atomicops_unittest.cc', 162 'atomicops_unittest.cc',
164 'base64_unittest.cc', 163 'base64_unittest.cc',
165 'bind_helpers_unittest.cc', 164 'bind_helpers_unittest.cc',
166 'bind_unittest.cc', 165 'bind_unittest.cc',
167 'bind_unittest.nc', 166 'bind_unittest.nc',
(...skipping 482 matching lines...) Expand 10 before | Expand all | Expand 10 after
650 # treated as weak imports in dependents, who still must 649 # treated as weak imports in dependents, who still must
651 # #include closure_blocks_leopard_compat.h to get weak imports. 650 # #include closure_blocks_leopard_compat.h to get weak imports.
652 'type': 'none', 651 'type': 'none',
653 }], 652 }],
654 ], 653 ],
655 }, 654 },
656 ], 655 ],
657 }], 656 }],
658 ], 657 ],
659 } 658 }
OLDNEW
« no previous file with comments | « no previous file | base/test/android/AndroidManifest.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698