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

Side by Side Diff: google_apis/google_apis.gyp

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
« no previous file with comments | « google_apis/drive/gdata_wapi_parser_unittest.cc ('k') | 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',
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 'drive/auth_service_observer.h', 58 'drive/auth_service_observer.h',
59 'drive/base_requests.cc', 59 'drive/base_requests.cc',
60 'drive/base_requests.h', 60 'drive/base_requests.h',
61 'drive/drive_api_parser.cc', 61 'drive/drive_api_parser.cc',
62 'drive/drive_api_parser.h', 62 'drive/drive_api_parser.h',
63 'drive/drive_api_requests.cc', 63 'drive/drive_api_requests.cc',
64 'drive/drive_api_requests.h', 64 'drive/drive_api_requests.h',
65 'drive/drive_api_url_generator.cc', 65 'drive/drive_api_url_generator.cc',
66 'drive/drive_api_url_generator.h', 66 'drive/drive_api_url_generator.h',
67 'drive/drive_common_callbacks.h', 67 'drive/drive_common_callbacks.h',
68 'drive/drive_entry_kinds.h',
69 'drive/gdata_errorcode.cc', 68 'drive/gdata_errorcode.cc',
70 'drive/gdata_errorcode.h', 69 'drive/gdata_errorcode.h',
71 'drive/gdata_wapi_requests.cc', 70 'drive/gdata_wapi_requests.cc',
72 'drive/gdata_wapi_requests.h', 71 'drive/gdata_wapi_requests.h',
73 'drive/gdata_wapi_parser.cc', 72 'drive/gdata_wapi_parser.cc',
74 'drive/gdata_wapi_parser.h', 73 'drive/gdata_wapi_parser.h',
75 'drive/gdata_wapi_url_generator.cc', 74 'drive/gdata_wapi_url_generator.cc',
76 'drive/gdata_wapi_url_generator.h', 75 'drive/gdata_wapi_url_generator.h',
77 'drive/request_sender.cc', 76 'drive/request_sender.cc',
78 'drive/request_sender.h', 77 'drive/request_sender.h',
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 'drive/dummy_auth_service.cc', 226 'drive/dummy_auth_service.cc',
228 'drive/dummy_auth_service.h', 227 'drive/dummy_auth_service.h',
229 'drive/test_util.cc', 228 'drive/test_util.cc',
230 'drive/test_util.h', 229 'drive/test_util.h',
231 ], 230 ],
232 }], 231 }],
233 ], 232 ],
234 }, 233 },
235 ], 234 ],
236 } 235 }
OLDNEW
« no previous file with comments | « google_apis/drive/gdata_wapi_parser_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698