| 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 348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 359 'browser/chromeos/file_manager/volume_manager_factory.cc', | 359 'browser/chromeos/file_manager/volume_manager_factory.cc', |
| 360 'browser/chromeos/file_manager/volume_manager_factory.h', | 360 'browser/chromeos/file_manager/volume_manager_factory.h', |
| 361 'browser/chromeos/file_manager/volume_manager_observer.h', | 361 'browser/chromeos/file_manager/volume_manager_observer.h', |
| 362 'browser/chromeos/file_manager/zip_file_creator.cc', | 362 'browser/chromeos/file_manager/zip_file_creator.cc', |
| 363 'browser/chromeos/file_manager/zip_file_creator.h', | 363 'browser/chromeos/file_manager/zip_file_creator.h', |
| 364 'browser/chromeos/fileapi/file_access_permissions.cc', | 364 'browser/chromeos/fileapi/file_access_permissions.cc', |
| 365 'browser/chromeos/fileapi/file_access_permissions.h', | 365 'browser/chromeos/fileapi/file_access_permissions.h', |
| 366 'browser/chromeos/fileapi/file_system_backend.cc', | 366 'browser/chromeos/fileapi/file_system_backend.cc', |
| 367 'browser/chromeos/fileapi/file_system_backend.h', | 367 'browser/chromeos/fileapi/file_system_backend.h', |
| 368 'browser/chromeos/fileapi/file_system_backend_delegate.h', | 368 'browser/chromeos/fileapi/file_system_backend_delegate.h', |
| 369 'browser/chromeos/first_run/drive_opt_in_client.cc', |
| 370 'browser/chromeos/first_run/drive_opt_in_client.h', |
| 369 'browser/chromeos/first_run/first_run_controller.cc', | 371 'browser/chromeos/first_run/first_run_controller.cc', |
| 370 'browser/chromeos/first_run/first_run_controller.h', | 372 'browser/chromeos/first_run/first_run_controller.h', |
| 371 'browser/chromeos/first_run/first_run_view.cc', | 373 'browser/chromeos/first_run/first_run_view.cc', |
| 372 'browser/chromeos/first_run/first_run_view.h', | 374 'browser/chromeos/first_run/first_run_view.h', |
| 373 'browser/chromeos/genius_app/app_id.h', | 375 'browser/chromeos/genius_app/app_id.h', |
| 374 'browser/chromeos/imageburner/burn_controller.cc', | 376 'browser/chromeos/imageburner/burn_controller.cc', |
| 375 'browser/chromeos/imageburner/burn_controller.h', | 377 'browser/chromeos/imageburner/burn_controller.h', |
| 376 'browser/chromeos/imageburner/burn_device_handler.cc', | 378 'browser/chromeos/imageburner/burn_device_handler.cc', |
| 377 'browser/chromeos/imageburner/burn_device_handler.h', | 379 'browser/chromeos/imageburner/burn_device_handler.h', |
| 378 'browser/chromeos/imageburner/burn_manager.cc', | 380 'browser/chromeos/imageburner/burn_manager.cc', |
| (...skipping 599 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 978 'browser/chromeos/attestation/attestation_signed_data.proto', | 980 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 979 ], | 981 ], |
| 980 'variables': { | 982 'variables': { |
| 981 'proto_in_dir': 'browser/chromeos/attestation', | 983 'proto_in_dir': 'browser/chromeos/attestation', |
| 982 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 984 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 983 }, | 985 }, |
| 984 'includes': [ '../build/protoc.gypi' ] | 986 'includes': [ '../build/protoc.gypi' ] |
| 985 }, | 987 }, |
| 986 ], | 988 ], |
| 987 } | 989 } |
| OLD | NEW |