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

Side by Side Diff: google_apis/google_apis.gyp

Issue 823283005: Revert of Add GN interactive UI tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tests
Patch Set: Created 5 years, 11 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
« no previous file with comments | « extensions/BUILD.gn ('k') | third_party/mesa/BUILD.gn » ('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, # 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
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
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 }
OLDNEW
« no previous file with comments | « extensions/BUILD.gn ('k') | third_party/mesa/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698