| 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 358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 369 'browser/chromeos/file_manager/url_util.h', | 369 'browser/chromeos/file_manager/url_util.h', |
| 370 'browser/chromeos/file_manager/volume_manager.cc', | 370 'browser/chromeos/file_manager/volume_manager.cc', |
| 371 'browser/chromeos/file_manager/volume_manager.h', | 371 'browser/chromeos/file_manager/volume_manager.h', |
| 372 'browser/chromeos/file_manager/volume_manager_factory.cc', | 372 'browser/chromeos/file_manager/volume_manager_factory.cc', |
| 373 'browser/chromeos/file_manager/volume_manager_factory.h', | 373 'browser/chromeos/file_manager/volume_manager_factory.h', |
| 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/file_stream_reader.cc', |
| 380 'browser/chromeos/file_system_provider/fileapi/file_stream_reader.h', |
| 379 'browser/chromeos/file_system_provider/fileapi/provider_async_file_util.
cc', | 381 'browser/chromeos/file_system_provider/fileapi/provider_async_file_util.
cc', |
| 380 'browser/chromeos/file_system_provider/fileapi/provider_async_file_util.
h', | 382 'browser/chromeos/file_system_provider/fileapi/provider_async_file_util.
h', |
| 381 'browser/chromeos/file_system_provider/mount_path_util.cc', | 383 'browser/chromeos/file_system_provider/mount_path_util.cc', |
| 382 'browser/chromeos/file_system_provider/mount_path_util.h', | 384 'browser/chromeos/file_system_provider/mount_path_util.h', |
| 383 'browser/chromeos/file_system_provider/observer.h', | 385 'browser/chromeos/file_system_provider/observer.h', |
| 384 'browser/chromeos/file_system_provider/operations/close_file.cc', | 386 'browser/chromeos/file_system_provider/operations/close_file.cc', |
| 385 'browser/chromeos/file_system_provider/operations/close_file.h', | 387 'browser/chromeos/file_system_provider/operations/close_file.h', |
| 386 'browser/chromeos/file_system_provider/operations/get_metadata.cc', | 388 'browser/chromeos/file_system_provider/operations/get_metadata.cc', |
| 387 'browser/chromeos/file_system_provider/operations/get_metadata.h', | 389 'browser/chromeos/file_system_provider/operations/get_metadata.h', |
| 388 'browser/chromeos/file_system_provider/operations/open_file.cc', | 390 'browser/chromeos/file_system_provider/operations/open_file.cc', |
| (...skipping 746 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1135 'browser/chromeos/attestation/attestation_signed_data.proto', | 1137 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1136 ], | 1138 ], |
| 1137 'variables': { | 1139 'variables': { |
| 1138 'proto_in_dir': 'browser/chromeos/attestation', | 1140 'proto_in_dir': 'browser/chromeos/attestation', |
| 1139 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1141 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1140 }, | 1142 }, |
| 1141 'includes': [ '../build/protoc.gypi' ] | 1143 'includes': [ '../build/protoc.gypi' ] |
| 1142 }, | 1144 }, |
| 1143 ], | 1145 ], |
| 1144 } | 1146 } |
| OLD | NEW |