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

Side by Side Diff: google_apis/BUILD.gn

Issue 1218773003: Implement a DRIVE_REQUEST_TOO_LARGE backoff. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Created 5 years, 5 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
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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 "drive/base_requests.h", 146 "drive/base_requests.h",
147 "drive/drive_api_error_codes.cc", 147 "drive/drive_api_error_codes.cc",
148 "drive/drive_api_error_codes.h", 148 "drive/drive_api_error_codes.h",
149 "drive/drive_api_parser.cc", 149 "drive/drive_api_parser.cc",
150 "drive/drive_api_parser.h", 150 "drive/drive_api_parser.h",
151 "drive/drive_api_requests.cc", 151 "drive/drive_api_requests.cc",
152 "drive/drive_api_requests.h", 152 "drive/drive_api_requests.h",
153 "drive/drive_api_url_generator.cc", 153 "drive/drive_api_url_generator.cc",
154 "drive/drive_api_url_generator.h", 154 "drive/drive_api_url_generator.h",
155 "drive/drive_common_callbacks.h", 155 "drive/drive_common_callbacks.h",
156 "drive/files_list_request_runner.cc",
157 "drive/files_list_request_runner.h",
156 "drive/request_sender.cc", 158 "drive/request_sender.cc",
157 "drive/request_sender.h", 159 "drive/request_sender.h",
158 "drive/request_util.cc", 160 "drive/request_util.cc",
159 "drive/request_util.h", 161 "drive/request_util.h",
160 "drive/task_util.cc", 162 "drive/task_util.cc",
161 "drive/task_util.h", 163 "drive/task_util.h",
162 "drive/time_util.cc", 164 "drive/time_util.cc",
163 "drive/time_util.h", 165 "drive/time_util.h",
164 ] 166 ]
165 } 167 }
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 "drive/base_requests_unittest.cc", 233 "drive/base_requests_unittest.cc",
232 "drive/drive_api_parser_unittest.cc", 234 "drive/drive_api_parser_unittest.cc",
233 "drive/drive_api_requests_unittest.cc", 235 "drive/drive_api_requests_unittest.cc",
234 "drive/drive_api_url_generator_unittest.cc", 236 "drive/drive_api_url_generator_unittest.cc",
235 "drive/request_sender_unittest.cc", 237 "drive/request_sender_unittest.cc",
236 "drive/request_util_unittest.cc", 238 "drive/request_util_unittest.cc",
237 "drive/time_util_unittest.cc", 239 "drive/time_util_unittest.cc",
238 ] 240 ]
239 } 241 }
240 } 242 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698