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 381 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
392 'browser/chromeos/file_system_provider/fileapi/file_stream_writer.cc', | 392 'browser/chromeos/file_system_provider/fileapi/file_stream_writer.cc', |
393 'browser/chromeos/file_system_provider/fileapi/file_stream_writer.h', | 393 'browser/chromeos/file_system_provider/fileapi/file_stream_writer.h', |
394 'browser/chromeos/file_system_provider/fileapi/provider_async_file_util.
cc', | 394 'browser/chromeos/file_system_provider/fileapi/provider_async_file_util.
cc', |
395 'browser/chromeos/file_system_provider/fileapi/provider_async_file_util.
h', | 395 'browser/chromeos/file_system_provider/fileapi/provider_async_file_util.
h', |
396 'browser/chromeos/file_system_provider/mount_path_util.cc', | 396 'browser/chromeos/file_system_provider/mount_path_util.cc', |
397 'browser/chromeos/file_system_provider/mount_path_util.h', | 397 'browser/chromeos/file_system_provider/mount_path_util.h', |
398 'browser/chromeos/file_system_provider/notification_manager.cc', | 398 'browser/chromeos/file_system_provider/notification_manager.cc', |
399 'browser/chromeos/file_system_provider/notification_manager.h', | 399 'browser/chromeos/file_system_provider/notification_manager.h', |
400 'browser/chromeos/file_system_provider/notification_manager_interface.h'
, | 400 'browser/chromeos/file_system_provider/notification_manager_interface.h'
, |
401 'browser/chromeos/file_system_provider/observer.h', | 401 'browser/chromeos/file_system_provider/observer.h', |
| 402 'browser/chromeos/file_system_provider/operations/abort.cc', |
| 403 'browser/chromeos/file_system_provider/operations/abort.h', |
402 'browser/chromeos/file_system_provider/operations/close_file.cc', | 404 'browser/chromeos/file_system_provider/operations/close_file.cc', |
403 'browser/chromeos/file_system_provider/operations/close_file.h', | 405 'browser/chromeos/file_system_provider/operations/close_file.h', |
404 'browser/chromeos/file_system_provider/operations/copy_entry.cc', | 406 'browser/chromeos/file_system_provider/operations/copy_entry.cc', |
405 'browser/chromeos/file_system_provider/operations/copy_entry.h', | 407 'browser/chromeos/file_system_provider/operations/copy_entry.h', |
406 'browser/chromeos/file_system_provider/operations/create_directory.cc', | 408 'browser/chromeos/file_system_provider/operations/create_directory.cc', |
407 'browser/chromeos/file_system_provider/operations/create_directory.h', | 409 'browser/chromeos/file_system_provider/operations/create_directory.h', |
408 'browser/chromeos/file_system_provider/operations/create_file.cc', | 410 'browser/chromeos/file_system_provider/operations/create_file.cc', |
409 'browser/chromeos/file_system_provider/operations/create_file.h', | 411 'browser/chromeos/file_system_provider/operations/create_file.h', |
410 'browser/chromeos/file_system_provider/operations/delete_entry.cc', | 412 'browser/chromeos/file_system_provider/operations/delete_entry.cc', |
411 'browser/chromeos/file_system_provider/operations/delete_entry.h', | 413 'browser/chromeos/file_system_provider/operations/delete_entry.h', |
(...skipping 777 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1189 'browser/chromeos/attestation/attestation_signed_data.proto', | 1191 'browser/chromeos/attestation/attestation_signed_data.proto', |
1190 ], | 1192 ], |
1191 'variables': { | 1193 'variables': { |
1192 'proto_in_dir': 'browser/chromeos/attestation', | 1194 'proto_in_dir': 'browser/chromeos/attestation', |
1193 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1195 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
1194 }, | 1196 }, |
1195 'includes': [ '../build/protoc.gypi' ] | 1197 'includes': [ '../build/protoc.gypi' ] |
1196 }, | 1198 }, |
1197 ], | 1199 ], |
1198 } | 1200 } |
OLD | NEW |