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

Side by Side Diff: google_apis/BUILD.gn

Issue 384543004: Get rid of DriveEntryKind. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed some temporary variables and IsHostedDocumentByFileExtension(). Created 6 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 | Annotate | Revision Log
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/crypto.gni") 5 import("//build/config/crypto.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 "drive/auth_service_observer.h", 147 "drive/auth_service_observer.h",
148 "drive/base_requests.cc", 148 "drive/base_requests.cc",
149 "drive/base_requests.h", 149 "drive/base_requests.h",
150 "drive/drive_api_parser.cc", 150 "drive/drive_api_parser.cc",
151 "drive/drive_api_parser.h", 151 "drive/drive_api_parser.h",
152 "drive/drive_api_requests.cc", 152 "drive/drive_api_requests.cc",
153 "drive/drive_api_requests.h", 153 "drive/drive_api_requests.h",
154 "drive/drive_api_url_generator.cc", 154 "drive/drive_api_url_generator.cc",
155 "drive/drive_api_url_generator.h", 155 "drive/drive_api_url_generator.h",
156 "drive/drive_common_callbacks.h", 156 "drive/drive_common_callbacks.h",
157 "drive/drive_entry_kinds.h",
158 "drive/gdata_errorcode.cc", 157 "drive/gdata_errorcode.cc",
159 "drive/gdata_errorcode.h", 158 "drive/gdata_errorcode.h",
160 "drive/gdata_wapi_requests.cc", 159 "drive/gdata_wapi_requests.cc",
161 "drive/gdata_wapi_requests.h", 160 "drive/gdata_wapi_requests.h",
162 "drive/gdata_wapi_parser.cc", 161 "drive/gdata_wapi_parser.cc",
163 "drive/gdata_wapi_parser.h", 162 "drive/gdata_wapi_parser.h",
164 "drive/gdata_wapi_url_generator.cc", 163 "drive/gdata_wapi_url_generator.cc",
165 "drive/gdata_wapi_url_generator.h", 164 "drive/gdata_wapi_url_generator.h",
166 "drive/request_sender.cc", 165 "drive/request_sender.cc",
167 "drive/request_sender.h", 166 "drive/request_sender.h",
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 "drive/drive_api_url_generator_unittest.cc", 242 "drive/drive_api_url_generator_unittest.cc",
244 "drive/gdata_wapi_parser_unittest.cc", 243 "drive/gdata_wapi_parser_unittest.cc",
245 "drive/gdata_wapi_requests_unittest.cc", 244 "drive/gdata_wapi_requests_unittest.cc",
246 "drive/gdata_wapi_url_generator_unittest.cc", 245 "drive/gdata_wapi_url_generator_unittest.cc",
247 "drive/request_sender_unittest.cc", 246 "drive/request_sender_unittest.cc",
248 "drive/request_util_unittest.cc", 247 "drive/request_util_unittest.cc",
249 "drive/time_util_unittest.cc", 248 "drive/time_util_unittest.cc",
250 ] 249 ]
251 } 250 }
252 } 251 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/chromeos/drive_internals_ui.cc ('k') | google_apis/drive/drive_entry_kinds.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698