| 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 291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 302 'browser/chromeos/drive/sync/entry_update_performer.cc', | 302 'browser/chromeos/drive/sync/entry_update_performer.cc', |
| 303 'browser/chromeos/drive/sync/entry_update_performer.h', | 303 'browser/chromeos/drive/sync/entry_update_performer.h', |
| 304 'browser/chromeos/drive/sync/remove_performer.cc', | 304 'browser/chromeos/drive/sync/remove_performer.cc', |
| 305 'browser/chromeos/drive/sync/remove_performer.h', | 305 'browser/chromeos/drive/sync/remove_performer.h', |
| 306 'browser/chromeos/drive/sync_client.cc', | 306 'browser/chromeos/drive/sync_client.cc', |
| 307 'browser/chromeos/drive/sync_client.h', | 307 'browser/chromeos/drive/sync_client.h', |
| 308 'browser/chromeos/drive/write_on_cache_file.cc', | 308 'browser/chromeos/drive/write_on_cache_file.cc', |
| 309 'browser/chromeos/drive/write_on_cache_file.h', | 309 'browser/chromeos/drive/write_on_cache_file.h', |
| 310 'browser/chromeos/enrollment_dialog_view.cc', | 310 'browser/chromeos/enrollment_dialog_view.cc', |
| 311 'browser/chromeos/enrollment_dialog_view.h', | 311 'browser/chromeos/enrollment_dialog_view.h', |
| 312 'browser/chromeos/event_rewriter.cc', | |
| 313 'browser/chromeos/event_rewriter.h', | |
| 314 'browser/chromeos/extensions/default_app_order.cc', | 312 'browser/chromeos/extensions/default_app_order.cc', |
| 315 'browser/chromeos/extensions/default_app_order.h', | 313 'browser/chromeos/extensions/default_app_order.h', |
| 316 'browser/chromeos/extensions/device_local_account_external_policy_loader
.cc', | 314 'browser/chromeos/extensions/device_local_account_external_policy_loader
.cc', |
| 317 'browser/chromeos/extensions/device_local_account_external_policy_loader
.h', | 315 'browser/chromeos/extensions/device_local_account_external_policy_loader
.h', |
| 318 'browser/chromeos/extensions/device_local_account_management_policy_prov
ider.cc', | 316 'browser/chromeos/extensions/device_local_account_management_policy_prov
ider.cc', |
| 319 'browser/chromeos/extensions/device_local_account_management_policy_prov
ider.h', | 317 'browser/chromeos/extensions/device_local_account_management_policy_prov
ider.h', |
| 320 'browser/chromeos/extensions/echo_private_api.cc', | 318 'browser/chromeos/extensions/echo_private_api.cc', |
| 321 'browser/chromeos/extensions/echo_private_api.h', | 319 'browser/chromeos/extensions/echo_private_api.h', |
| 322 'browser/chromeos/extensions/extension_system_event_observer.cc', | 320 'browser/chromeos/extensions/extension_system_event_observer.cc', |
| 323 'browser/chromeos/extensions/extension_system_event_observer.h', | 321 'browser/chromeos/extensions/extension_system_event_observer.h', |
| (...skipping 708 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1032 'browser/chromeos/attestation/attestation_signed_data.proto', | 1030 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1033 ], | 1031 ], |
| 1034 'variables': { | 1032 'variables': { |
| 1035 'proto_in_dir': 'browser/chromeos/attestation', | 1033 'proto_in_dir': 'browser/chromeos/attestation', |
| 1036 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1034 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1037 }, | 1035 }, |
| 1038 'includes': [ '../build/protoc.gypi' ] | 1036 'includes': [ '../build/protoc.gypi' ] |
| 1039 }, | 1037 }, |
| 1040 ], | 1038 ], |
| 1041 } | 1039 } |
| OLD | NEW |