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