OLD | NEW |
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, # Use higher warning level. | 7 'chromium_code': 1, # Use higher warning level. |
8 }, | 8 }, |
9 'includes': [ | 9 'includes': [ |
10 '../build/win_precompile.gypi', | 10 '../build/win_precompile.gypi', |
11 ], | 11 ], |
12 'targets': [ | 12 'targets': [ |
13 { | 13 { |
| 14 # GN version: //google_apis |
14 'target_name': 'google_apis', | 15 'target_name': 'google_apis', |
15 'type': 'static_library', | 16 'type': 'static_library', |
16 'includes': [ | 17 'includes': [ |
17 'determine_use_official_keys.gypi', | 18 'determine_use_official_keys.gypi', |
18 ], | 19 ], |
19 'dependencies': [ | 20 'dependencies': [ |
20 '../base/base.gyp:base', | 21 '../base/base.gyp:base', |
21 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 22 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
22 '../crypto/crypto.gyp:crypto', | 23 '../crypto/crypto.gyp:crypto', |
23 '../net/net.gyp:net', | 24 '../net/net.gyp:net', |
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
164 'drive/gdata_wapi_requests_unittest.cc', | 165 'drive/gdata_wapi_requests_unittest.cc', |
165 'drive/gdata_wapi_url_generator_unittest.cc', | 166 'drive/gdata_wapi_url_generator_unittest.cc', |
166 'drive/request_sender_unittest.cc', | 167 'drive/request_sender_unittest.cc', |
167 'drive/request_util_unittest.cc', | 168 'drive/request_util_unittest.cc', |
168 'drive/time_util_unittest.cc', | 169 'drive/time_util_unittest.cc', |
169 ], | 170 ], |
170 }], | 171 }], |
171 ], | 172 ], |
172 }, | 173 }, |
173 { | 174 { |
| 175 # GN version: //google_apis:test_support |
174 'target_name': 'google_apis_test_support', | 176 'target_name': 'google_apis_test_support', |
175 'type': 'static_library', | 177 'type': 'static_library', |
176 'dependencies': [ | 178 'dependencies': [ |
177 '../base/base.gyp:base', | 179 '../base/base.gyp:base', |
178 '../base/base.gyp:test_support_base', | 180 '../base/base.gyp:test_support_base', |
179 '../net/net.gyp:net', | 181 '../net/net.gyp:net', |
180 '../net/net.gyp:net_test_support', | 182 '../net/net.gyp:net_test_support', |
181 ], | 183 ], |
182 'export_dependent_settings': [ | 184 'export_dependent_settings': [ |
183 '../base/base.gyp:base', | 185 '../base/base.gyp:base', |
(...skipping 18 matching lines...) Expand all Loading... |
202 'drive/dummy_auth_service.cc', | 204 'drive/dummy_auth_service.cc', |
203 'drive/dummy_auth_service.h', | 205 'drive/dummy_auth_service.h', |
204 'drive/test_util.cc', | 206 'drive/test_util.cc', |
205 'drive/test_util.h', | 207 'drive/test_util.h', |
206 ], | 208 ], |
207 }], | 209 }], |
208 ], | 210 ], |
209 }, | 211 }, |
210 ], | 212 ], |
211 } | 213 } |
OLD | NEW |