| 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 350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 361 'browser/chromeos/file_manager/volume_manager.cc', | 361 'browser/chromeos/file_manager/volume_manager.cc', |
| 362 'browser/chromeos/file_manager/volume_manager.h', | 362 'browser/chromeos/file_manager/volume_manager.h', |
| 363 'browser/chromeos/file_manager/volume_manager_factory.cc', | 363 'browser/chromeos/file_manager/volume_manager_factory.cc', |
| 364 'browser/chromeos/file_manager/volume_manager_factory.h', | 364 'browser/chromeos/file_manager/volume_manager_factory.h', |
| 365 'browser/chromeos/file_manager/volume_manager_observer.h', | 365 'browser/chromeos/file_manager/volume_manager_observer.h', |
| 366 'browser/chromeos/file_manager/zip_file_creator.cc', | 366 'browser/chromeos/file_manager/zip_file_creator.cc', |
| 367 'browser/chromeos/file_manager/zip_file_creator.h', | 367 'browser/chromeos/file_manager/zip_file_creator.h', |
| 368 'browser/chromeos/file_system_provider/observer.h', | 368 'browser/chromeos/file_system_provider/observer.h', |
| 369 'browser/chromeos/file_system_provider/provided_file_system.cc', | 369 'browser/chromeos/file_system_provider/provided_file_system.cc', |
| 370 'browser/chromeos/file_system_provider/provided_file_system.h', | 370 'browser/chromeos/file_system_provider/provided_file_system.h', |
| 371 'browser/chromeos/file_system_provider/provided_file_system_info.cc', |
| 372 'browser/chromeos/file_system_provider/provided_file_system_info.h', |
| 373 'browser/chromeos/file_system_provider/provided_file_system_interface.h'
, |
| 371 'browser/chromeos/file_system_provider/request_manager.cc', | 374 'browser/chromeos/file_system_provider/request_manager.cc', |
| 372 'browser/chromeos/file_system_provider/request_manager.h', | 375 'browser/chromeos/file_system_provider/request_manager.h', |
| 373 'browser/chromeos/file_system_provider/service.cc', | 376 'browser/chromeos/file_system_provider/service.cc', |
| 374 'browser/chromeos/file_system_provider/service.h', | 377 'browser/chromeos/file_system_provider/service.h', |
| 375 'browser/chromeos/file_system_provider/service_factory.cc', | 378 'browser/chromeos/file_system_provider/service_factory.cc', |
| 376 'browser/chromeos/file_system_provider/service_factory.h', | 379 'browser/chromeos/file_system_provider/service_factory.h', |
| 377 'browser/chromeos/fileapi/file_access_permissions.cc', | 380 'browser/chromeos/fileapi/file_access_permissions.cc', |
| 378 'browser/chromeos/fileapi/file_access_permissions.h', | 381 'browser/chromeos/fileapi/file_access_permissions.h', |
| 379 'browser/chromeos/fileapi/file_system_backend.cc', | 382 'browser/chromeos/fileapi/file_system_backend.cc', |
| 380 'browser/chromeos/fileapi/file_system_backend.h', | 383 'browser/chromeos/fileapi/file_system_backend.h', |
| (...skipping 671 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1052 'browser/chromeos/attestation/attestation_signed_data.proto', | 1055 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1053 ], | 1056 ], |
| 1054 'variables': { | 1057 'variables': { |
| 1055 'proto_in_dir': 'browser/chromeos/attestation', | 1058 'proto_in_dir': 'browser/chromeos/attestation', |
| 1056 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1059 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1057 }, | 1060 }, |
| 1058 'includes': [ '../build/protoc.gypi' ] | 1061 'includes': [ '../build/protoc.gypi' ] |
| 1059 }, | 1062 }, |
| 1060 ], | 1063 ], |
| 1061 } | 1064 } |
| OLD | NEW |