| 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 369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 380 'browser/chromeos/file_manager/zip_file_creator.cc', | 380 'browser/chromeos/file_manager/zip_file_creator.cc', |
| 381 'browser/chromeos/file_manager/zip_file_creator.h', | 381 'browser/chromeos/file_manager/zip_file_creator.h', |
| 382 'browser/chromeos/file_system_provider/fileapi/backend_delegate.cc', | 382 'browser/chromeos/file_system_provider/fileapi/backend_delegate.cc', |
| 383 'browser/chromeos/file_system_provider/fileapi/backend_delegate.h', | 383 'browser/chromeos/file_system_provider/fileapi/backend_delegate.h', |
| 384 'browser/chromeos/file_system_provider/fileapi/file_stream_reader.cc', | 384 'browser/chromeos/file_system_provider/fileapi/file_stream_reader.cc', |
| 385 'browser/chromeos/file_system_provider/fileapi/file_stream_reader.h', | 385 'browser/chromeos/file_system_provider/fileapi/file_stream_reader.h', |
| 386 'browser/chromeos/file_system_provider/fileapi/provider_async_file_util.
cc', | 386 'browser/chromeos/file_system_provider/fileapi/provider_async_file_util.
cc', |
| 387 'browser/chromeos/file_system_provider/fileapi/provider_async_file_util.
h', | 387 'browser/chromeos/file_system_provider/fileapi/provider_async_file_util.
h', |
| 388 'browser/chromeos/file_system_provider/mount_path_util.cc', | 388 'browser/chromeos/file_system_provider/mount_path_util.cc', |
| 389 'browser/chromeos/file_system_provider/mount_path_util.h', | 389 'browser/chromeos/file_system_provider/mount_path_util.h', |
| 390 'browser/chromeos/file_system_provider/notification_manager.cc', |
| 391 'browser/chromeos/file_system_provider/notification_manager.h', |
| 392 'browser/chromeos/file_system_provider/notification_manager_interface.h'
, |
| 390 'browser/chromeos/file_system_provider/observer.h', | 393 'browser/chromeos/file_system_provider/observer.h', |
| 391 'browser/chromeos/file_system_provider/operations/close_file.cc', | 394 'browser/chromeos/file_system_provider/operations/close_file.cc', |
| 392 'browser/chromeos/file_system_provider/operations/close_file.h', | 395 'browser/chromeos/file_system_provider/operations/close_file.h', |
| 393 'browser/chromeos/file_system_provider/operations/get_metadata.cc', | 396 'browser/chromeos/file_system_provider/operations/get_metadata.cc', |
| 394 'browser/chromeos/file_system_provider/operations/get_metadata.h', | 397 'browser/chromeos/file_system_provider/operations/get_metadata.h', |
| 395 'browser/chromeos/file_system_provider/operations/open_file.cc', | 398 'browser/chromeos/file_system_provider/operations/open_file.cc', |
| 396 'browser/chromeos/file_system_provider/operations/open_file.h', | 399 'browser/chromeos/file_system_provider/operations/open_file.h', |
| 397 'browser/chromeos/file_system_provider/operations/operation.cc', | 400 'browser/chromeos/file_system_provider/operations/operation.cc', |
| 398 'browser/chromeos/file_system_provider/operations/operation.h', | 401 'browser/chromeos/file_system_provider/operations/operation.h', |
| 399 'browser/chromeos/file_system_provider/operations/read_directory.cc', | 402 'browser/chromeos/file_system_provider/operations/read_directory.cc', |
| (...skipping 765 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1165 'browser/chromeos/attestation/attestation_signed_data.proto', | 1168 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1166 ], | 1169 ], |
| 1167 'variables': { | 1170 'variables': { |
| 1168 'proto_in_dir': 'browser/chromeos/attestation', | 1171 'proto_in_dir': 'browser/chromeos/attestation', |
| 1169 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1172 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1170 }, | 1173 }, |
| 1171 'includes': [ '../build/protoc.gypi' ] | 1174 'includes': [ '../build/protoc.gypi' ] |
| 1172 }, | 1175 }, |
| 1173 ], | 1176 ], |
| 1174 } | 1177 } |
| OLD | NEW |