| 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 315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 326 'browser/chromeos/extensions/install_limiter.cc', | 326 'browser/chromeos/extensions/install_limiter.cc', |
| 327 'browser/chromeos/extensions/install_limiter.h', | 327 'browser/chromeos/extensions/install_limiter.h', |
| 328 'browser/chromeos/extensions/install_limiter_factory.cc', | 328 'browser/chromeos/extensions/install_limiter_factory.cc', |
| 329 'browser/chromeos/extensions/install_limiter_factory.h', | 329 'browser/chromeos/extensions/install_limiter_factory.h', |
| 330 'browser/chromeos/extensions/media_player_event_router.cc', | 330 'browser/chromeos/extensions/media_player_event_router.cc', |
| 331 'browser/chromeos/extensions/media_player_event_router.h', | 331 'browser/chromeos/extensions/media_player_event_router.h', |
| 332 'browser/chromeos/external_metrics.cc', | 332 'browser/chromeos/external_metrics.cc', |
| 333 'browser/chromeos/external_metrics.h', | 333 'browser/chromeos/external_metrics.h', |
| 334 'browser/chromeos/external_protocol_dialog.cc', | 334 'browser/chromeos/external_protocol_dialog.cc', |
| 335 'browser/chromeos/external_protocol_dialog.h', | 335 'browser/chromeos/external_protocol_dialog.h', |
| 336 'browser/chromeos/fileapi/cros_mount_point_provider.cc', | |
| 337 'browser/chromeos/fileapi/cros_mount_point_provider.h', | |
| 338 'browser/chromeos/fileapi/file_access_permissions.cc', | 336 'browser/chromeos/fileapi/file_access_permissions.cc', |
| 339 'browser/chromeos/fileapi/file_access_permissions.h', | 337 'browser/chromeos/fileapi/file_access_permissions.h', |
| 338 'browser/chromeos/fileapi/file_system_backend.cc', |
| 339 'browser/chromeos/fileapi/file_system_backend.h', |
| 340 'browser/chromeos/fileapi/remote_file_system_operation.cc', | 340 'browser/chromeos/fileapi/remote_file_system_operation.cc', |
| 341 'browser/chromeos/fileapi/remote_file_system_operation.h', | 341 'browser/chromeos/fileapi/remote_file_system_operation.h', |
| 342 'browser/chromeos/fileapi/remote_file_stream_writer.cc', | 342 'browser/chromeos/fileapi/remote_file_stream_writer.cc', |
| 343 'browser/chromeos/fileapi/remote_file_stream_writer.h', | 343 'browser/chromeos/fileapi/remote_file_stream_writer.h', |
| 344 'browser/chromeos/imageburner/burn_controller.cc', | 344 'browser/chromeos/imageburner/burn_controller.cc', |
| 345 'browser/chromeos/imageburner/burn_controller.h', | 345 'browser/chromeos/imageburner/burn_controller.h', |
| 346 'browser/chromeos/imageburner/burn_device_handler.cc', | 346 'browser/chromeos/imageburner/burn_device_handler.cc', |
| 347 'browser/chromeos/imageburner/burn_device_handler.h', | 347 'browser/chromeos/imageburner/burn_device_handler.h', |
| 348 'browser/chromeos/imageburner/burn_manager.cc', | 348 'browser/chromeos/imageburner/burn_manager.cc', |
| 349 'browser/chromeos/imageburner/burn_manager.h', | 349 'browser/chromeos/imageburner/burn_manager.h', |
| (...skipping 629 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 979 'browser/chromeos/attestation/attestation_key_payload.proto', | 979 'browser/chromeos/attestation/attestation_key_payload.proto', |
| 980 ], | 980 ], |
| 981 'variables': { | 981 'variables': { |
| 982 'proto_in_dir': 'browser/chromeos/attestation', | 982 'proto_in_dir': 'browser/chromeos/attestation', |
| 983 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 983 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 984 }, | 984 }, |
| 985 'includes': [ '../build/protoc.gypi' ] | 985 'includes': [ '../build/protoc.gypi' ] |
| 986 }, | 986 }, |
| 987 ], | 987 ], |
| 988 } | 988 } |
| OLD | NEW |