| 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 351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 362 'browser/chromeos/file_manager/select_file_dialog_util.h', | 362 'browser/chromeos/file_manager/select_file_dialog_util.h', |
| 363 'browser/chromeos/file_manager/url_util.cc', | 363 'browser/chromeos/file_manager/url_util.cc', |
| 364 'browser/chromeos/file_manager/url_util.h', | 364 'browser/chromeos/file_manager/url_util.h', |
| 365 'browser/chromeos/file_manager/volume_manager.cc', | 365 'browser/chromeos/file_manager/volume_manager.cc', |
| 366 'browser/chromeos/file_manager/volume_manager.h', | 366 'browser/chromeos/file_manager/volume_manager.h', |
| 367 'browser/chromeos/file_manager/volume_manager_factory.cc', | 367 'browser/chromeos/file_manager/volume_manager_factory.cc', |
| 368 'browser/chromeos/file_manager/volume_manager_factory.h', | 368 'browser/chromeos/file_manager/volume_manager_factory.h', |
| 369 'browser/chromeos/file_manager/volume_manager_observer.h', | 369 'browser/chromeos/file_manager/volume_manager_observer.h', |
| 370 'browser/chromeos/file_manager/zip_file_creator.cc', | 370 'browser/chromeos/file_manager/zip_file_creator.cc', |
| 371 'browser/chromeos/file_manager/zip_file_creator.h', | 371 'browser/chromeos/file_manager/zip_file_creator.h', |
| 372 'browser/chromeos/file_system_provider/mount_path_util.cc', |
| 373 'browser/chromeos/file_system_provider/mount_path_util.h', |
| 372 'browser/chromeos/file_system_provider/observer.h', | 374 'browser/chromeos/file_system_provider/observer.h', |
| 373 'browser/chromeos/file_system_provider/provided_file_system.cc', | 375 'browser/chromeos/file_system_provider/provided_file_system.cc', |
| 374 'browser/chromeos/file_system_provider/provided_file_system.h', | 376 'browser/chromeos/file_system_provider/provided_file_system.h', |
| 377 'browser/chromeos/file_system_provider/provided_file_system_info.cc', |
| 378 'browser/chromeos/file_system_provider/provided_file_system_info.h', |
| 379 'browser/chromeos/file_system_provider/provided_file_system_interface.h'
, |
| 375 'browser/chromeos/file_system_provider/request_manager.cc', | 380 'browser/chromeos/file_system_provider/request_manager.cc', |
| 376 'browser/chromeos/file_system_provider/request_manager.h', | 381 'browser/chromeos/file_system_provider/request_manager.h', |
| 377 'browser/chromeos/file_system_provider/service.cc', | 382 'browser/chromeos/file_system_provider/service.cc', |
| 378 'browser/chromeos/file_system_provider/service.h', | 383 'browser/chromeos/file_system_provider/service.h', |
| 379 'browser/chromeos/file_system_provider/service_factory.cc', | 384 'browser/chromeos/file_system_provider/service_factory.cc', |
| 380 'browser/chromeos/file_system_provider/service_factory.h', | 385 'browser/chromeos/file_system_provider/service_factory.h', |
| 381 'browser/chromeos/fileapi/file_access_permissions.cc', | 386 'browser/chromeos/fileapi/file_access_permissions.cc', |
| 382 'browser/chromeos/fileapi/file_access_permissions.h', | 387 'browser/chromeos/fileapi/file_access_permissions.h', |
| 383 'browser/chromeos/fileapi/file_system_backend.cc', | 388 'browser/chromeos/fileapi/file_system_backend.cc', |
| 384 'browser/chromeos/fileapi/file_system_backend.h', | 389 'browser/chromeos/fileapi/file_system_backend.h', |
| (...skipping 698 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1083 'browser/chromeos/attestation/attestation_signed_data.proto', | 1088 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1084 ], | 1089 ], |
| 1085 'variables': { | 1090 'variables': { |
| 1086 'proto_in_dir': 'browser/chromeos/attestation', | 1091 'proto_in_dir': 'browser/chromeos/attestation', |
| 1087 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1092 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1088 }, | 1093 }, |
| 1089 'includes': [ '../build/protoc.gypi' ] | 1094 'includes': [ '../build/protoc.gypi' ] |
| 1090 }, | 1095 }, |
| 1091 ], | 1096 ], |
| 1092 } | 1097 } |
| OLD | NEW |