| 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 363 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 374 'browser/chromeos/file_manager/volume_manager_observer.h', | 374 'browser/chromeos/file_manager/volume_manager_observer.h', |
| 375 'browser/chromeos/file_manager/zip_file_creator.cc', | 375 'browser/chromeos/file_manager/zip_file_creator.cc', |
| 376 'browser/chromeos/file_manager/zip_file_creator.h', | 376 'browser/chromeos/file_manager/zip_file_creator.h', |
| 377 'browser/chromeos/file_system_provider/fileapi/backend_delegate.cc', | 377 'browser/chromeos/file_system_provider/fileapi/backend_delegate.cc', |
| 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', |
| 385 'browser/chromeos/file_system_provider/operations/get_metadata.h', |
| 384 'browser/chromeos/file_system_provider/operations/operation.cc', | 386 'browser/chromeos/file_system_provider/operations/operation.cc', |
| 385 'browser/chromeos/file_system_provider/operations/operation.h', | 387 'browser/chromeos/file_system_provider/operations/operation.h', |
| 386 'browser/chromeos/file_system_provider/operations/unmount.cc', | 388 'browser/chromeos/file_system_provider/operations/unmount.cc', |
| 387 'browser/chromeos/file_system_provider/operations/unmount.h', | 389 'browser/chromeos/file_system_provider/operations/unmount.h', |
| 388 'browser/chromeos/file_system_provider/provided_file_system.cc', | 390 'browser/chromeos/file_system_provider/provided_file_system.cc', |
| 389 'browser/chromeos/file_system_provider/provided_file_system.h', | 391 'browser/chromeos/file_system_provider/provided_file_system.h', |
| 390 'browser/chromeos/file_system_provider/provided_file_system_info.cc', | 392 'browser/chromeos/file_system_provider/provided_file_system_info.cc', |
| 391 'browser/chromeos/file_system_provider/provided_file_system_info.h', | 393 'browser/chromeos/file_system_provider/provided_file_system_info.h', |
| 392 'browser/chromeos/file_system_provider/provided_file_system_interface.h'
, | 394 'browser/chromeos/file_system_provider/provided_file_system_interface.h'
, |
| 393 'browser/chromeos/file_system_provider/request_manager.cc', | 395 'browser/chromeos/file_system_provider/request_manager.cc', |
| (...skipping 725 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1119 'browser/chromeos/attestation/attestation_signed_data.proto', | 1121 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1120 ], | 1122 ], |
| 1121 'variables': { | 1123 'variables': { |
| 1122 'proto_in_dir': 'browser/chromeos/attestation', | 1124 'proto_in_dir': 'browser/chromeos/attestation', |
| 1123 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1125 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1124 }, | 1126 }, |
| 1125 'includes': [ '../build/protoc.gypi' ] | 1127 'includes': [ '../build/protoc.gypi' ] |
| 1126 }, | 1128 }, |
| 1127 ], | 1129 ], |
| 1128 } | 1130 } |
| OLD | NEW |