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 361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
372 'browser/chromeos/file_manager/url_util.h', | 372 'browser/chromeos/file_manager/url_util.h', |
373 'browser/chromeos/file_manager/volume_manager.cc', | 373 'browser/chromeos/file_manager/volume_manager.cc', |
374 'browser/chromeos/file_manager/volume_manager.h', | 374 'browser/chromeos/file_manager/volume_manager.h', |
375 'browser/chromeos/file_manager/volume_manager_factory.cc', | 375 'browser/chromeos/file_manager/volume_manager_factory.cc', |
376 'browser/chromeos/file_manager/volume_manager_factory.h', | 376 'browser/chromeos/file_manager/volume_manager_factory.h', |
377 'browser/chromeos/file_manager/volume_manager_observer.h', | 377 'browser/chromeos/file_manager/volume_manager_observer.h', |
378 'browser/chromeos/file_manager/zip_file_creator.cc', | 378 'browser/chromeos/file_manager/zip_file_creator.cc', |
379 'browser/chromeos/file_manager/zip_file_creator.h', | 379 'browser/chromeos/file_manager/zip_file_creator.h', |
380 'browser/chromeos/file_system_provider/fileapi/backend_delegate.cc', | 380 'browser/chromeos/file_system_provider/fileapi/backend_delegate.cc', |
381 'browser/chromeos/file_system_provider/fileapi/backend_delegate.h', | 381 'browser/chromeos/file_system_provider/fileapi/backend_delegate.h', |
| 382 'browser/chromeos/file_system_provider/fileapi/buffering_file_stream_rea
der.cc', |
| 383 'browser/chromeos/file_system_provider/fileapi/buffering_file_stream_rea
der.h', |
382 'browser/chromeos/file_system_provider/fileapi/file_stream_reader.cc', | 384 'browser/chromeos/file_system_provider/fileapi/file_stream_reader.cc', |
383 'browser/chromeos/file_system_provider/fileapi/file_stream_reader.h', | 385 'browser/chromeos/file_system_provider/fileapi/file_stream_reader.h', |
384 'browser/chromeos/file_system_provider/fileapi/provider_async_file_util.
cc', | 386 'browser/chromeos/file_system_provider/fileapi/provider_async_file_util.
cc', |
385 'browser/chromeos/file_system_provider/fileapi/provider_async_file_util.
h', | 387 'browser/chromeos/file_system_provider/fileapi/provider_async_file_util.
h', |
386 'browser/chromeos/file_system_provider/mount_path_util.cc', | 388 'browser/chromeos/file_system_provider/mount_path_util.cc', |
387 'browser/chromeos/file_system_provider/mount_path_util.h', | 389 'browser/chromeos/file_system_provider/mount_path_util.h', |
388 'browser/chromeos/file_system_provider/notification_manager.cc', | 390 'browser/chromeos/file_system_provider/notification_manager.cc', |
389 'browser/chromeos/file_system_provider/notification_manager.h', | 391 'browser/chromeos/file_system_provider/notification_manager.h', |
390 'browser/chromeos/file_system_provider/notification_manager_interface.h'
, | 392 'browser/chromeos/file_system_provider/notification_manager_interface.h'
, |
391 'browser/chromeos/file_system_provider/observer.h', | 393 'browser/chromeos/file_system_provider/observer.h', |
(...skipping 779 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1171 'browser/chromeos/attestation/attestation_signed_data.proto', | 1173 'browser/chromeos/attestation/attestation_signed_data.proto', |
1172 ], | 1174 ], |
1173 'variables': { | 1175 'variables': { |
1174 'proto_in_dir': 'browser/chromeos/attestation', | 1176 'proto_in_dir': 'browser/chromeos/attestation', |
1175 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1177 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
1176 }, | 1178 }, |
1177 'includes': [ '../build/protoc.gypi' ] | 1179 'includes': [ '../build/protoc.gypi' ] |
1178 }, | 1180 }, |
1179 ], | 1181 ], |
1180 } | 1182 } |
OLD | NEW |