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

Side by Side Diff: google_apis/google_apis.gyp

Issue 861133002: Remove WAPI-related code, except the type definition of ResourceEntry. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Respond to review comments. Created 5 years, 11 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 | « google_apis/drive/test_util.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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 'drive/base_requests.h', 50 'drive/base_requests.h',
51 'drive/drive_api_parser.cc', 51 'drive/drive_api_parser.cc',
52 'drive/drive_api_parser.h', 52 'drive/drive_api_parser.h',
53 'drive/drive_api_requests.cc', 53 'drive/drive_api_requests.cc',
54 'drive/drive_api_requests.h', 54 'drive/drive_api_requests.h',
55 'drive/drive_api_url_generator.cc', 55 'drive/drive_api_url_generator.cc',
56 'drive/drive_api_url_generator.h', 56 'drive/drive_api_url_generator.h',
57 'drive/drive_common_callbacks.h', 57 'drive/drive_common_callbacks.h',
58 'drive/gdata_errorcode.cc', 58 'drive/gdata_errorcode.cc',
59 'drive/gdata_errorcode.h', 59 'drive/gdata_errorcode.h',
60 'drive/gdata_wapi_requests.cc',
61 'drive/gdata_wapi_requests.h',
62 'drive/gdata_wapi_parser.cc', 60 'drive/gdata_wapi_parser.cc',
63 'drive/gdata_wapi_parser.h', 61 'drive/gdata_wapi_parser.h',
64 'drive/gdata_wapi_url_generator.cc',
65 'drive/gdata_wapi_url_generator.h',
66 'drive/request_sender.cc', 62 'drive/request_sender.cc',
67 'drive/request_sender.h', 63 'drive/request_sender.h',
68 'drive/request_util.cc', 64 'drive/request_util.cc',
69 'drive/request_util.h', 65 'drive/request_util.h',
70 'drive/task_util.cc', 66 'drive/task_util.cc',
71 'drive/task_util.h', 67 'drive/task_util.h',
72 'drive/time_util.cc', 68 'drive/time_util.cc',
73 'drive/time_util.h', 69 'drive/time_util.h',
74 ], 70 ],
75 }], 71 }],
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 'gaia/ubertoken_fetcher_unittest.cc', 150 'gaia/ubertoken_fetcher_unittest.cc',
155 ], 151 ],
156 'conditions': [ 152 'conditions': [
157 ['enable_extensions==1', { 153 ['enable_extensions==1', {
158 'sources': [ 154 'sources': [
159 'drive/base_requests_server_unittest.cc', 155 'drive/base_requests_server_unittest.cc',
160 'drive/base_requests_unittest.cc', 156 'drive/base_requests_unittest.cc',
161 'drive/drive_api_parser_unittest.cc', 157 'drive/drive_api_parser_unittest.cc',
162 'drive/drive_api_requests_unittest.cc', 158 'drive/drive_api_requests_unittest.cc',
163 'drive/drive_api_url_generator_unittest.cc', 159 'drive/drive_api_url_generator_unittest.cc',
164 'drive/gdata_wapi_parser_unittest.cc',
165 'drive/gdata_wapi_requests_unittest.cc',
166 'drive/gdata_wapi_url_generator_unittest.cc',
167 'drive/request_sender_unittest.cc', 160 'drive/request_sender_unittest.cc',
168 'drive/request_util_unittest.cc', 161 'drive/request_util_unittest.cc',
169 'drive/time_util_unittest.cc', 162 'drive/time_util_unittest.cc',
170 ], 163 ],
171 }], 164 }],
172 ], 165 ],
173 }, 166 },
174 { 167 {
175 # GN version: //google_apis:test_support 168 # GN version: //google_apis:test_support
176 'target_name': 'google_apis_test_support', 169 'target_name': 'google_apis_test_support',
(...skipping 27 matching lines...) Expand all
204 'drive/dummy_auth_service.cc', 197 'drive/dummy_auth_service.cc',
205 'drive/dummy_auth_service.h', 198 'drive/dummy_auth_service.h',
206 'drive/test_util.cc', 199 'drive/test_util.cc',
207 'drive/test_util.h', 200 'drive/test_util.h',
208 ], 201 ],
209 }], 202 }],
210 ], 203 ],
211 }, 204 },
212 ], 205 ],
213 } 206 }
OLDNEW
« no previous file with comments | « google_apis/drive/test_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698