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 403 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
414 'browser/chromeos/file_system_provider/operations/move_entry.cc', | 414 'browser/chromeos/file_system_provider/operations/move_entry.cc', |
415 'browser/chromeos/file_system_provider/operations/move_entry.h', | 415 'browser/chromeos/file_system_provider/operations/move_entry.h', |
416 'browser/chromeos/file_system_provider/operations/open_file.cc', | 416 'browser/chromeos/file_system_provider/operations/open_file.cc', |
417 'browser/chromeos/file_system_provider/operations/open_file.h', | 417 'browser/chromeos/file_system_provider/operations/open_file.h', |
418 'browser/chromeos/file_system_provider/operations/operation.cc', | 418 'browser/chromeos/file_system_provider/operations/operation.cc', |
419 'browser/chromeos/file_system_provider/operations/operation.h', | 419 'browser/chromeos/file_system_provider/operations/operation.h', |
420 'browser/chromeos/file_system_provider/operations/read_directory.cc', | 420 'browser/chromeos/file_system_provider/operations/read_directory.cc', |
421 'browser/chromeos/file_system_provider/operations/read_directory.h', | 421 'browser/chromeos/file_system_provider/operations/read_directory.h', |
422 'browser/chromeos/file_system_provider/operations/read_file.cc', | 422 'browser/chromeos/file_system_provider/operations/read_file.cc', |
423 'browser/chromeos/file_system_provider/operations/read_file.h', | 423 'browser/chromeos/file_system_provider/operations/read_file.h', |
| 424 'browser/chromeos/file_system_provider/operations/truncate.cc', |
| 425 'browser/chromeos/file_system_provider/operations/truncate.h', |
424 'browser/chromeos/file_system_provider/operations/unmount.cc', | 426 'browser/chromeos/file_system_provider/operations/unmount.cc', |
425 'browser/chromeos/file_system_provider/operations/unmount.h', | 427 'browser/chromeos/file_system_provider/operations/unmount.h', |
426 'browser/chromeos/file_system_provider/provided_file_system.cc', | 428 'browser/chromeos/file_system_provider/provided_file_system.cc', |
427 'browser/chromeos/file_system_provider/provided_file_system.h', | 429 'browser/chromeos/file_system_provider/provided_file_system.h', |
428 'browser/chromeos/file_system_provider/provided_file_system_info.cc', | 430 'browser/chromeos/file_system_provider/provided_file_system_info.cc', |
429 'browser/chromeos/file_system_provider/provided_file_system_info.h', | 431 'browser/chromeos/file_system_provider/provided_file_system_info.h', |
430 'browser/chromeos/file_system_provider/provided_file_system_interface.cc
', | 432 'browser/chromeos/file_system_provider/provided_file_system_interface.cc
', |
431 'browser/chromeos/file_system_provider/provided_file_system_interface.h'
, | 433 'browser/chromeos/file_system_provider/provided_file_system_interface.h'
, |
432 'browser/chromeos/file_system_provider/request_manager.cc', | 434 'browser/chromeos/file_system_provider/request_manager.cc', |
433 'browser/chromeos/file_system_provider/request_manager.h', | 435 'browser/chromeos/file_system_provider/request_manager.h', |
(...skipping 749 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1183 'browser/chromeos/attestation/attestation_signed_data.proto', | 1185 'browser/chromeos/attestation/attestation_signed_data.proto', |
1184 ], | 1186 ], |
1185 'variables': { | 1187 'variables': { |
1186 'proto_in_dir': 'browser/chromeos/attestation', | 1188 'proto_in_dir': 'browser/chromeos/attestation', |
1187 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1189 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
1188 }, | 1190 }, |
1189 'includes': [ '../build/protoc.gypi' ] | 1191 'includes': [ '../build/protoc.gypi' ] |
1190 }, | 1192 }, |
1191 ], | 1193 ], |
1192 } | 1194 } |
OLD | NEW |