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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 246293011: Mount MTP devices in Chrome OS Files.app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Split delegate class Created 6 years, 8 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 (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 377 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 'browser/chromeos/file_system_provider/request_manager.h', 388 'browser/chromeos/file_system_provider/request_manager.h',
389 'browser/chromeos/file_system_provider/service.cc', 389 'browser/chromeos/file_system_provider/service.cc',
390 'browser/chromeos/file_system_provider/service.h', 390 'browser/chromeos/file_system_provider/service.h',
391 'browser/chromeos/file_system_provider/service_factory.cc', 391 'browser/chromeos/file_system_provider/service_factory.cc',
392 'browser/chromeos/file_system_provider/service_factory.h', 392 'browser/chromeos/file_system_provider/service_factory.h',
393 'browser/chromeos/fileapi/file_access_permissions.cc', 393 'browser/chromeos/fileapi/file_access_permissions.cc',
394 'browser/chromeos/fileapi/file_access_permissions.h', 394 'browser/chromeos/fileapi/file_access_permissions.h',
395 'browser/chromeos/fileapi/file_system_backend.cc', 395 'browser/chromeos/fileapi/file_system_backend.cc',
396 'browser/chromeos/fileapi/file_system_backend.h', 396 'browser/chromeos/fileapi/file_system_backend.h',
397 'browser/chromeos/fileapi/file_system_backend_delegate.h', 397 'browser/chromeos/fileapi/file_system_backend_delegate.h',
398 'browser/chromeos/fileapi/mtp_file_system_backend_delegate.cc',
399 'browser/chromeos/fileapi/mtp_file_system_backend_delegate.h',
398 'browser/chromeos/first_run/drive_first_run_controller.cc', 400 'browser/chromeos/first_run/drive_first_run_controller.cc',
399 'browser/chromeos/first_run/drive_first_run_controller.h', 401 'browser/chromeos/first_run/drive_first_run_controller.h',
400 'browser/chromeos/first_run/first_run.cc', 402 'browser/chromeos/first_run/first_run.cc',
401 'browser/chromeos/first_run/first_run.h', 403 'browser/chromeos/first_run/first_run.h',
402 'browser/chromeos/first_run/first_run_controller.cc', 404 'browser/chromeos/first_run/first_run_controller.cc',
403 'browser/chromeos/first_run/first_run_controller.h', 405 'browser/chromeos/first_run/first_run_controller.h',
404 'browser/chromeos/first_run/first_run_view.cc', 406 'browser/chromeos/first_run/first_run_view.cc',
405 'browser/chromeos/first_run/first_run_view.h', 407 'browser/chromeos/first_run/first_run_view.h',
406 'browser/chromeos/first_run/step.cc', 408 'browser/chromeos/first_run/step.cc',
407 'browser/chromeos/first_run/step.h', 409 'browser/chromeos/first_run/step.h',
(...skipping 699 matching lines...) Expand 10 before | Expand all | Expand 10 after
1107 'browser/chromeos/attestation/attestation_signed_data.proto', 1109 'browser/chromeos/attestation/attestation_signed_data.proto',
1108 ], 1110 ],
1109 'variables': { 1111 'variables': {
1110 'proto_in_dir': 'browser/chromeos/attestation', 1112 'proto_in_dir': 'browser/chromeos/attestation',
1111 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1113 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1112 }, 1114 },
1113 'includes': [ '../build/protoc.gypi' ] 1115 'includes': [ '../build/protoc.gypi' ]
1114 }, 1116 },
1115 ], 1117 ],
1116 } 1118 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698