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