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 382 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
393 'browser/chromeos/file_system_provider/fileapi/file_stream_writer.cc', | 393 'browser/chromeos/file_system_provider/fileapi/file_stream_writer.cc', |
394 'browser/chromeos/file_system_provider/fileapi/file_stream_writer.h', | 394 'browser/chromeos/file_system_provider/fileapi/file_stream_writer.h', |
395 'browser/chromeos/file_system_provider/fileapi/provider_async_file_util.
cc', | 395 'browser/chromeos/file_system_provider/fileapi/provider_async_file_util.
cc', |
396 'browser/chromeos/file_system_provider/fileapi/provider_async_file_util.
h', | 396 'browser/chromeos/file_system_provider/fileapi/provider_async_file_util.
h', |
397 'browser/chromeos/file_system_provider/mount_path_util.cc', | 397 'browser/chromeos/file_system_provider/mount_path_util.cc', |
398 'browser/chromeos/file_system_provider/mount_path_util.h', | 398 'browser/chromeos/file_system_provider/mount_path_util.h', |
399 'browser/chromeos/file_system_provider/notification_manager.cc', | 399 'browser/chromeos/file_system_provider/notification_manager.cc', |
400 'browser/chromeos/file_system_provider/notification_manager.h', | 400 'browser/chromeos/file_system_provider/notification_manager.h', |
401 'browser/chromeos/file_system_provider/notification_manager_interface.h'
, | 401 'browser/chromeos/file_system_provider/notification_manager_interface.h'
, |
402 'browser/chromeos/file_system_provider/observer.h', | 402 'browser/chromeos/file_system_provider/observer.h', |
| 403 'browser/chromeos/file_system_provider/operations/abort.cc', |
| 404 'browser/chromeos/file_system_provider/operations/abort.h', |
403 'browser/chromeos/file_system_provider/operations/close_file.cc', | 405 'browser/chromeos/file_system_provider/operations/close_file.cc', |
404 'browser/chromeos/file_system_provider/operations/close_file.h', | 406 'browser/chromeos/file_system_provider/operations/close_file.h', |
405 'browser/chromeos/file_system_provider/operations/copy_entry.cc', | 407 'browser/chromeos/file_system_provider/operations/copy_entry.cc', |
406 'browser/chromeos/file_system_provider/operations/copy_entry.h', | 408 'browser/chromeos/file_system_provider/operations/copy_entry.h', |
407 'browser/chromeos/file_system_provider/operations/create_directory.cc', | 409 'browser/chromeos/file_system_provider/operations/create_directory.cc', |
408 'browser/chromeos/file_system_provider/operations/create_directory.h', | 410 'browser/chromeos/file_system_provider/operations/create_directory.h', |
409 'browser/chromeos/file_system_provider/operations/create_file.cc', | 411 'browser/chromeos/file_system_provider/operations/create_file.cc', |
410 'browser/chromeos/file_system_provider/operations/create_file.h', | 412 'browser/chromeos/file_system_provider/operations/create_file.h', |
411 'browser/chromeos/file_system_provider/operations/delete_entry.cc', | 413 'browser/chromeos/file_system_provider/operations/delete_entry.cc', |
412 'browser/chromeos/file_system_provider/operations/delete_entry.h', | 414 'browser/chromeos/file_system_provider/operations/delete_entry.h', |
(...skipping 784 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1197 'browser/chromeos/attestation/attestation_signed_data.proto', | 1199 'browser/chromeos/attestation/attestation_signed_data.proto', |
1198 ], | 1200 ], |
1199 'variables': { | 1201 'variables': { |
1200 'proto_in_dir': 'browser/chromeos/attestation', | 1202 'proto_in_dir': 'browser/chromeos/attestation', |
1201 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1203 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
1202 }, | 1204 }, |
1203 'includes': [ '../build/protoc.gypi' ] | 1205 'includes': [ '../build/protoc.gypi' ] |
1204 }, | 1206 }, |
1205 ], | 1207 ], |
1206 } | 1208 } |
OLD | NEW |