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 376 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
387 'browser/chromeos/file_system_provider/mount_path_util.cc', | 387 'browser/chromeos/file_system_provider/mount_path_util.cc', |
388 'browser/chromeos/file_system_provider/mount_path_util.h', | 388 'browser/chromeos/file_system_provider/mount_path_util.h', |
389 'browser/chromeos/file_system_provider/notification_manager.cc', | 389 'browser/chromeos/file_system_provider/notification_manager.cc', |
390 'browser/chromeos/file_system_provider/notification_manager.h', | 390 'browser/chromeos/file_system_provider/notification_manager.h', |
391 'browser/chromeos/file_system_provider/notification_manager_interface.h'
, | 391 'browser/chromeos/file_system_provider/notification_manager_interface.h'
, |
392 'browser/chromeos/file_system_provider/observer.h', | 392 'browser/chromeos/file_system_provider/observer.h', |
393 'browser/chromeos/file_system_provider/operations/close_file.cc', | 393 'browser/chromeos/file_system_provider/operations/close_file.cc', |
394 'browser/chromeos/file_system_provider/operations/close_file.h', | 394 'browser/chromeos/file_system_provider/operations/close_file.h', |
395 'browser/chromeos/file_system_provider/operations/create_directory.cc', | 395 'browser/chromeos/file_system_provider/operations/create_directory.cc', |
396 'browser/chromeos/file_system_provider/operations/create_directory.h', | 396 'browser/chromeos/file_system_provider/operations/create_directory.h', |
| 397 'browser/chromeos/file_system_provider/operations/delete_entry.cc', |
| 398 'browser/chromeos/file_system_provider/operations/delete_entry.h', |
397 'browser/chromeos/file_system_provider/operations/get_metadata.cc', | 399 'browser/chromeos/file_system_provider/operations/get_metadata.cc', |
398 'browser/chromeos/file_system_provider/operations/get_metadata.h', | 400 'browser/chromeos/file_system_provider/operations/get_metadata.h', |
399 'browser/chromeos/file_system_provider/operations/open_file.cc', | 401 'browser/chromeos/file_system_provider/operations/open_file.cc', |
400 'browser/chromeos/file_system_provider/operations/open_file.h', | 402 'browser/chromeos/file_system_provider/operations/open_file.h', |
401 'browser/chromeos/file_system_provider/operations/operation.cc', | 403 'browser/chromeos/file_system_provider/operations/operation.cc', |
402 'browser/chromeos/file_system_provider/operations/operation.h', | 404 'browser/chromeos/file_system_provider/operations/operation.h', |
403 'browser/chromeos/file_system_provider/operations/read_directory.cc', | 405 'browser/chromeos/file_system_provider/operations/read_directory.cc', |
404 'browser/chromeos/file_system_provider/operations/read_directory.h', | 406 'browser/chromeos/file_system_provider/operations/read_directory.h', |
405 'browser/chromeos/file_system_provider/operations/read_file.cc', | 407 'browser/chromeos/file_system_provider/operations/read_file.cc', |
406 'browser/chromeos/file_system_provider/operations/read_file.h', | 408 'browser/chromeos/file_system_provider/operations/read_file.h', |
(...skipping 775 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1182 'browser/chromeos/attestation/attestation_signed_data.proto', | 1184 'browser/chromeos/attestation/attestation_signed_data.proto', |
1183 ], | 1185 ], |
1184 'variables': { | 1186 'variables': { |
1185 'proto_in_dir': 'browser/chromeos/attestation', | 1187 'proto_in_dir': 'browser/chromeos/attestation', |
1186 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1188 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
1187 }, | 1189 }, |
1188 'includes': [ '../build/protoc.gypi' ] | 1190 'includes': [ '../build/protoc.gypi' ] |
1189 }, | 1191 }, |
1190 ], | 1192 ], |
1191 } | 1193 } |
OLD | NEW |