| OLD | NEW |
| 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 367 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 378 'browser/chromeos/file_system_provider/fileapi/backend_delegate.h', | 378 'browser/chromeos/file_system_provider/fileapi/backend_delegate.h', |
| 379 'browser/chromeos/file_system_provider/fileapi/provider_async_file_util.
cc', | 379 'browser/chromeos/file_system_provider/fileapi/provider_async_file_util.
cc', |
| 380 'browser/chromeos/file_system_provider/fileapi/provider_async_file_util.
h', | 380 'browser/chromeos/file_system_provider/fileapi/provider_async_file_util.
h', |
| 381 'browser/chromeos/file_system_provider/mount_path_util.cc', | 381 'browser/chromeos/file_system_provider/mount_path_util.cc', |
| 382 'browser/chromeos/file_system_provider/mount_path_util.h', | 382 'browser/chromeos/file_system_provider/mount_path_util.h', |
| 383 'browser/chromeos/file_system_provider/observer.h', | 383 'browser/chromeos/file_system_provider/observer.h', |
| 384 'browser/chromeos/file_system_provider/operations/get_metadata.cc', | 384 'browser/chromeos/file_system_provider/operations/get_metadata.cc', |
| 385 'browser/chromeos/file_system_provider/operations/get_metadata.h', | 385 'browser/chromeos/file_system_provider/operations/get_metadata.h', |
| 386 'browser/chromeos/file_system_provider/operations/operation.cc', | 386 'browser/chromeos/file_system_provider/operations/operation.cc', |
| 387 'browser/chromeos/file_system_provider/operations/operation.h', | 387 'browser/chromeos/file_system_provider/operations/operation.h', |
| 388 'browser/chromeos/file_system_provider/operations/read_directory.cc', |
| 389 'browser/chromeos/file_system_provider/operations/read_directory.h', |
| 388 'browser/chromeos/file_system_provider/operations/unmount.cc', | 390 'browser/chromeos/file_system_provider/operations/unmount.cc', |
| 389 'browser/chromeos/file_system_provider/operations/unmount.h', | 391 'browser/chromeos/file_system_provider/operations/unmount.h', |
| 390 'browser/chromeos/file_system_provider/provided_file_system.cc', | 392 'browser/chromeos/file_system_provider/provided_file_system.cc', |
| 391 'browser/chromeos/file_system_provider/provided_file_system.h', | 393 'browser/chromeos/file_system_provider/provided_file_system.h', |
| 392 'browser/chromeos/file_system_provider/provided_file_system_info.cc', | 394 'browser/chromeos/file_system_provider/provided_file_system_info.cc', |
| 393 'browser/chromeos/file_system_provider/provided_file_system_info.h', | 395 'browser/chromeos/file_system_provider/provided_file_system_info.h', |
| 394 'browser/chromeos/file_system_provider/provided_file_system_interface.h'
, | 396 'browser/chromeos/file_system_provider/provided_file_system_interface.h'
, |
| 395 'browser/chromeos/file_system_provider/request_manager.cc', | 397 'browser/chromeos/file_system_provider/request_manager.cc', |
| 396 'browser/chromeos/file_system_provider/request_manager.h', | 398 'browser/chromeos/file_system_provider/request_manager.h', |
| 397 'browser/chromeos/file_system_provider/request_value.cc', | 399 'browser/chromeos/file_system_provider/request_value.cc', |
| (...skipping 725 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1123 'browser/chromeos/attestation/attestation_signed_data.proto', | 1125 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1124 ], | 1126 ], |
| 1125 'variables': { | 1127 'variables': { |
| 1126 'proto_in_dir': 'browser/chromeos/attestation', | 1128 'proto_in_dir': 'browser/chromeos/attestation', |
| 1127 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1129 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1128 }, | 1130 }, |
| 1129 'includes': [ '../build/protoc.gypi' ] | 1131 'includes': [ '../build/protoc.gypi' ] |
| 1130 }, | 1132 }, |
| 1131 ], | 1133 ], |
| 1132 } | 1134 } |
| OLD | NEW |