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

Side by Side Diff: google_apis/BUILD.gn

Issue 2735273002: Remove unused libxml dependencies. (Closed)
Patch Set: Created 3 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
« no previous file with comments | « chromeos/chromeos.gyp ('k') | google_apis/drive/DEPS » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//extensions/features/features.gni") 6 import("//extensions/features/features.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 8
9 declare_args() { 9 declare_args() {
10 # You can set the variable 'use_official_google_api_keys' to true 10 # You can set the variable 'use_official_google_api_keys' to true
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 131
132 configs += [ 132 configs += [
133 ":key_defines", 133 ":key_defines",
134 "//build/config/compiler:no_size_t_to_int_warning", 134 "//build/config/compiler:no_size_t_to_int_warning",
135 ] 135 ]
136 136
137 deps = [ 137 deps = [
138 "//base", 138 "//base",
139 "//base/third_party/dynamic_annotations", 139 "//base/third_party/dynamic_annotations",
140 "//crypto", 140 "//crypto",
141 "//third_party/libxml",
142 ] 141 ]
143 142
144 if (defined(invoker.deps)) { 143 if (defined(invoker.deps)) {
145 deps += invoker.deps 144 deps += invoker.deps
146 } 145 }
147 146
148 if (enable_extensions) { 147 if (enable_extensions) {
149 sources += [ 148 sources += [
150 "drive/auth_service.cc", 149 "drive/auth_service.cc",
151 "drive/auth_service.h", 150 "drive/auth_service.h",
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 } 276 }
278 277
279 if (is_mac || is_ios) { 278 if (is_mac || is_ios) {
280 set_sources_assignment_filter([]) 279 set_sources_assignment_filter([])
281 sources += [ "google_api_keys_mac_unittest.mm" ] 280 sources += [ "google_api_keys_mac_unittest.mm" ]
282 set_sources_assignment_filter(sources_assignment_filter) 281 set_sources_assignment_filter(sources_assignment_filter)
283 282
284 deps += [ "//third_party/ocmock" ] 283 deps += [ "//third_party/ocmock" ]
285 } 284 }
286 } 285 }
OLDNEW
« no previous file with comments | « chromeos/chromeos.gyp ('k') | google_apis/drive/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698