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

Side by Side Diff: google_apis/google_apis.gyp

Issue 1893143002: Remove libxml from google_apis dependencies. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | no next file » | 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 14 # GN version: //google_apis
15 'target_name': 'google_apis', 15 'target_name': 'google_apis',
16 'type': 'static_library', 16 'type': 'static_library',
17 'includes': [ 17 'includes': [
18 'determine_use_official_keys.gypi', 18 'determine_use_official_keys.gypi',
19 ], 19 ],
20 'dependencies': [ 20 'dependencies': [
21 '../base/base.gyp:base', 21 '../base/base.gyp:base',
22 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 22 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
23 '../crypto/crypto.gyp:crypto', 23 '../crypto/crypto.gyp:crypto',
24 '../net/net.gyp:net', 24 '../net/net.gyp:net',
25 '../third_party/libxml/libxml.gyp:libxml',
26 '../url/url.gyp:url_lib', 25 '../url/url.gyp:url_lib',
27 ], 26 ],
28 'conditions': [ 27 'conditions': [
29 ['google_api_key!=""', { 28 ['google_api_key!=""', {
30 'defines': ['GOOGLE_API_KEY="<(google_api_key)"'], 29 'defines': ['GOOGLE_API_KEY="<(google_api_key)"'],
31 }], 30 }],
32 ['google_default_client_id!=""', { 31 ['google_default_client_id!=""', {
33 'defines': [ 32 'defines': [
34 'GOOGLE_DEFAULT_CLIENT_ID="<(google_default_client_id)"', 33 'GOOGLE_DEFAULT_CLIENT_ID="<(google_default_client_id)"',
35 ] 34 ]
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 '../build/isolate.gypi', 219 '../build/isolate.gypi',
221 ], 220 ],
222 'sources': [ 221 'sources': [
223 'google_apis_unittests.isolate', 222 'google_apis_unittests.isolate',
224 ], 223 ],
225 }, 224 },
226 ], 225 ],
227 }], 226 }],
228 ], 227 ],
229 } 228 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698