| 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 354 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 365 'browser/chromeos/file_manager/select_file_dialog_util.h', | 365 'browser/chromeos/file_manager/select_file_dialog_util.h', |
| 366 'browser/chromeos/file_manager/url_util.cc', | 366 'browser/chromeos/file_manager/url_util.cc', |
| 367 'browser/chromeos/file_manager/url_util.h', | 367 'browser/chromeos/file_manager/url_util.h', |
| 368 'browser/chromeos/file_manager/volume_manager.cc', | 368 'browser/chromeos/file_manager/volume_manager.cc', |
| 369 'browser/chromeos/file_manager/volume_manager.h', | 369 'browser/chromeos/file_manager/volume_manager.h', |
| 370 'browser/chromeos/file_manager/volume_manager_factory.cc', | 370 'browser/chromeos/file_manager/volume_manager_factory.cc', |
| 371 'browser/chromeos/file_manager/volume_manager_factory.h', | 371 'browser/chromeos/file_manager/volume_manager_factory.h', |
| 372 'browser/chromeos/file_manager/volume_manager_observer.h', | 372 'browser/chromeos/file_manager/volume_manager_observer.h', |
| 373 'browser/chromeos/file_manager/zip_file_creator.cc', | 373 'browser/chromeos/file_manager/zip_file_creator.cc', |
| 374 'browser/chromeos/file_manager/zip_file_creator.h', | 374 'browser/chromeos/file_manager/zip_file_creator.h', |
| 375 'browser/chromeos/file_system_provider/fileapi/backend_delegate.cc', |
| 376 'browser/chromeos/file_system_provider/fileapi/backend_delegate.h', |
| 377 'browser/chromeos/file_system_provider/fileapi/provider_async_file_util.
cc', |
| 378 'browser/chromeos/file_system_provider/fileapi/provider_async_file_util.
h', |
| 375 'browser/chromeos/file_system_provider/mount_path_util.cc', | 379 'browser/chromeos/file_system_provider/mount_path_util.cc', |
| 376 'browser/chromeos/file_system_provider/mount_path_util.h', | 380 'browser/chromeos/file_system_provider/mount_path_util.h', |
| 377 'browser/chromeos/file_system_provider/observer.h', | 381 'browser/chromeos/file_system_provider/observer.h', |
| 378 'browser/chromeos/file_system_provider/provided_file_system.cc', | 382 'browser/chromeos/file_system_provider/provided_file_system.cc', |
| 379 'browser/chromeos/file_system_provider/provided_file_system.h', | 383 'browser/chromeos/file_system_provider/provided_file_system.h', |
| 380 'browser/chromeos/file_system_provider/provided_file_system_info.cc', | 384 'browser/chromeos/file_system_provider/provided_file_system_info.cc', |
| 381 'browser/chromeos/file_system_provider/provided_file_system_info.h', | 385 'browser/chromeos/file_system_provider/provided_file_system_info.h', |
| 382 'browser/chromeos/file_system_provider/provided_file_system_interface.h'
, | 386 'browser/chromeos/file_system_provider/provided_file_system_interface.h'
, |
| 383 'browser/chromeos/file_system_provider/request_manager.cc', | 387 'browser/chromeos/file_system_provider/request_manager.cc', |
| 384 'browser/chromeos/file_system_provider/request_manager.h', | 388 'browser/chromeos/file_system_provider/request_manager.h', |
| (...skipping 711 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1096 'browser/chromeos/attestation/attestation_signed_data.proto', | 1100 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1097 ], | 1101 ], |
| 1098 'variables': { | 1102 'variables': { |
| 1099 'proto_in_dir': 'browser/chromeos/attestation', | 1103 'proto_in_dir': 'browser/chromeos/attestation', |
| 1100 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1104 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1101 }, | 1105 }, |
| 1102 'includes': [ '../build/protoc.gypi' ] | 1106 'includes': [ '../build/protoc.gypi' ] |
| 1103 }, | 1107 }, |
| 1104 ], | 1108 ], |
| 1105 } | 1109 } |
| OLD | NEW |