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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 130753002: Move DriveAppRegistry from c/b/chromeos/drive to c/b/drive. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Created 6 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests_unit.gypi » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser_chromeos', 9 'target_name': 'browser_chromeos',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 'browser/chromeos/drive/async_file_util.h', 210 'browser/chromeos/drive/async_file_util.h',
211 'browser/chromeos/drive/change_list_loader.cc', 211 'browser/chromeos/drive/change_list_loader.cc',
212 'browser/chromeos/drive/change_list_loader.h', 212 'browser/chromeos/drive/change_list_loader.h',
213 'browser/chromeos/drive/change_list_loader_observer.h', 213 'browser/chromeos/drive/change_list_loader_observer.h',
214 'browser/chromeos/drive/change_list_processor.cc', 214 'browser/chromeos/drive/change_list_processor.cc',
215 'browser/chromeos/drive/change_list_processor.h', 215 'browser/chromeos/drive/change_list_processor.h',
216 'browser/chromeos/drive/debug_info_collector.cc', 216 'browser/chromeos/drive/debug_info_collector.cc',
217 'browser/chromeos/drive/debug_info_collector.h', 217 'browser/chromeos/drive/debug_info_collector.h',
218 'browser/chromeos/drive/download_handler.cc', 218 'browser/chromeos/drive/download_handler.cc',
219 'browser/chromeos/drive/download_handler.h', 219 'browser/chromeos/drive/download_handler.h',
220 'browser/chromeos/drive/drive_app_registry.cc',
221 'browser/chromeos/drive/drive_app_registry.h',
222 'browser/chromeos/drive/drive_file_stream_reader.cc', 220 'browser/chromeos/drive/drive_file_stream_reader.cc',
223 'browser/chromeos/drive/drive_file_stream_reader.h', 221 'browser/chromeos/drive/drive_file_stream_reader.h',
224 'browser/chromeos/drive/drive_integration_service.cc', 222 'browser/chromeos/drive/drive_integration_service.cc',
225 'browser/chromeos/drive/drive_integration_service.h', 223 'browser/chromeos/drive/drive_integration_service.h',
226 'browser/chromeos/drive/drive_protocol_handler.cc', 224 'browser/chromeos/drive/drive_protocol_handler.cc',
227 'browser/chromeos/drive/drive_protocol_handler.h', 225 'browser/chromeos/drive/drive_protocol_handler.h',
228 'browser/chromeos/drive/drive_url_request_job.cc', 226 'browser/chromeos/drive/drive_url_request_job.cc',
229 'browser/chromeos/drive/drive_url_request_job.h', 227 'browser/chromeos/drive/drive_url_request_job.h',
230 'browser/chromeos/drive/file_cache.cc', 228 'browser/chromeos/drive/file_cache.cc',
231 'browser/chromeos/drive/file_cache.h', 229 'browser/chromeos/drive/file_cache.h',
(...skipping 784 matching lines...) Expand 10 before | Expand all | Expand 10 after
1016 'browser/chromeos/attestation/attestation_signed_data.proto', 1014 'browser/chromeos/attestation/attestation_signed_data.proto',
1017 ], 1015 ],
1018 'variables': { 1016 'variables': {
1019 'proto_in_dir': 'browser/chromeos/attestation', 1017 'proto_in_dir': 'browser/chromeos/attestation',
1020 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1018 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1021 }, 1019 },
1022 'includes': [ '../build/protoc.gypi' ] 1020 'includes': [ '../build/protoc.gypi' ]
1023 }, 1021 },
1024 ], 1022 ],
1025 } 1023 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698