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

Side by Side Diff: google_apis/BUILD.gn

Issue 901273003: roll up of misc. gn work (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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/shell/BUILD.gn ('k') | ipc/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 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("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 declare_args() { 8 declare_args() {
9 # You can set the variable 'use_official_google_api_keys' to true 9 # You can set the variable 'use_official_google_api_keys' to true
10 # to use the Google-internal file containing official API keys 10 # to use the Google-internal file containing official API keys
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 sources += [ 190 sources += [
191 "drive/dummy_auth_service.cc", 191 "drive/dummy_auth_service.cc",
192 "drive/dummy_auth_service.h", 192 "drive/dummy_auth_service.h",
193 "drive/test_util.cc", 193 "drive/test_util.cc",
194 "drive/test_util.h", 194 "drive/test_util.h",
195 ] 195 ]
196 } 196 }
197 } 197 }
198 198
199 if (!is_win || link_chrome_on_windows) { 199 if (!is_win || link_chrome_on_windows) {
200 test("google_apis_unittest") { 200 test("google_apis_unittests") {
201 sources = [ 201 sources = [
202 "google_api_keys_unittest.cc", 202 "google_api_keys_unittest.cc",
203 "gaia/gaia_auth_fetcher_unittest.cc", 203 "gaia/gaia_auth_fetcher_unittest.cc",
204 "gaia/gaia_auth_util_unittest.cc", 204 "gaia/gaia_auth_util_unittest.cc",
205 "gaia/gaia_oauth_client_unittest.cc", 205 "gaia/gaia_oauth_client_unittest.cc",
206 "gaia/google_service_auth_error_unittest.cc", 206 "gaia/google_service_auth_error_unittest.cc",
207 "gaia/merge_session_helper_unittest.cc", 207 "gaia/merge_session_helper_unittest.cc",
208 "gaia/oauth_request_signer_unittest.cc", 208 "gaia/oauth_request_signer_unittest.cc",
209 "gaia/oauth2_access_token_fetcher_impl_unittest.cc", 209 "gaia/oauth2_access_token_fetcher_impl_unittest.cc",
210 "gaia/oauth2_api_call_flow_unittest.cc", 210 "gaia/oauth2_api_call_flow_unittest.cc",
(...skipping 20 matching lines...) Expand all
231 "drive/drive_api_parser_unittest.cc", 231 "drive/drive_api_parser_unittest.cc",
232 "drive/drive_api_requests_unittest.cc", 232 "drive/drive_api_requests_unittest.cc",
233 "drive/drive_api_url_generator_unittest.cc", 233 "drive/drive_api_url_generator_unittest.cc",
234 "drive/request_sender_unittest.cc", 234 "drive/request_sender_unittest.cc",
235 "drive/request_util_unittest.cc", 235 "drive/request_util_unittest.cc",
236 "drive/time_util_unittest.cc", 236 "drive/time_util_unittest.cc",
237 ] 237 ]
238 } 238 }
239 } 239 }
240 } 240 }
OLDNEW
« no previous file with comments | « extensions/shell/BUILD.gn ('k') | ipc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698