| 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 377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 388 'browser/chromeos/file_system_provider/request_manager.h', | 388 'browser/chromeos/file_system_provider/request_manager.h', |
| 389 'browser/chromeos/file_system_provider/service.cc', | 389 'browser/chromeos/file_system_provider/service.cc', |
| 390 'browser/chromeos/file_system_provider/service.h', | 390 'browser/chromeos/file_system_provider/service.h', |
| 391 'browser/chromeos/file_system_provider/service_factory.cc', | 391 'browser/chromeos/file_system_provider/service_factory.cc', |
| 392 'browser/chromeos/file_system_provider/service_factory.h', | 392 'browser/chromeos/file_system_provider/service_factory.h', |
| 393 'browser/chromeos/fileapi/file_access_permissions.cc', | 393 'browser/chromeos/fileapi/file_access_permissions.cc', |
| 394 'browser/chromeos/fileapi/file_access_permissions.h', | 394 'browser/chromeos/fileapi/file_access_permissions.h', |
| 395 'browser/chromeos/fileapi/file_system_backend.cc', | 395 'browser/chromeos/fileapi/file_system_backend.cc', |
| 396 'browser/chromeos/fileapi/file_system_backend.h', | 396 'browser/chromeos/fileapi/file_system_backend.h', |
| 397 'browser/chromeos/fileapi/file_system_backend_delegate.h', | 397 'browser/chromeos/fileapi/file_system_backend_delegate.h', |
| 398 'browser/chromeos/fileapi/mtp_file_system_backend_delegate.cc', |
| 399 'browser/chromeos/fileapi/mtp_file_system_backend_delegate.h', |
| 398 'browser/chromeos/first_run/drive_first_run_controller.cc', | 400 'browser/chromeos/first_run/drive_first_run_controller.cc', |
| 399 'browser/chromeos/first_run/drive_first_run_controller.h', | 401 'browser/chromeos/first_run/drive_first_run_controller.h', |
| 400 'browser/chromeos/first_run/first_run.cc', | 402 'browser/chromeos/first_run/first_run.cc', |
| 401 'browser/chromeos/first_run/first_run.h', | 403 'browser/chromeos/first_run/first_run.h', |
| 402 'browser/chromeos/first_run/first_run_controller.cc', | 404 'browser/chromeos/first_run/first_run_controller.cc', |
| 403 'browser/chromeos/first_run/first_run_controller.h', | 405 'browser/chromeos/first_run/first_run_controller.h', |
| 404 'browser/chromeos/first_run/first_run_view.cc', | 406 'browser/chromeos/first_run/first_run_view.cc', |
| 405 'browser/chromeos/first_run/first_run_view.h', | 407 'browser/chromeos/first_run/first_run_view.h', |
| 406 'browser/chromeos/first_run/step.cc', | 408 'browser/chromeos/first_run/step.cc', |
| 407 'browser/chromeos/first_run/step.h', | 409 'browser/chromeos/first_run/step.h', |
| (...skipping 699 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1107 'browser/chromeos/attestation/attestation_signed_data.proto', | 1109 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1108 ], | 1110 ], |
| 1109 'variables': { | 1111 'variables': { |
| 1110 'proto_in_dir': 'browser/chromeos/attestation', | 1112 'proto_in_dir': 'browser/chromeos/attestation', |
| 1111 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1113 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1112 }, | 1114 }, |
| 1113 'includes': [ '../build/protoc.gypi' ] | 1115 'includes': [ '../build/protoc.gypi' ] |
| 1114 }, | 1116 }, |
| 1115 ], | 1117 ], |
| 1116 } | 1118 } |
| OLD | NEW |