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