| 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 807 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 818 'browser/chromeos/settings/system_settings_provider.cc', | 818 'browser/chromeos/settings/system_settings_provider.cc', |
| 819 'browser/chromeos/settings/system_settings_provider.h', | 819 'browser/chromeos/settings/system_settings_provider.h', |
| 820 'browser/chromeos/settings/token_encryptor.cc', | 820 'browser/chromeos/settings/token_encryptor.cc', |
| 821 'browser/chromeos/settings/token_encryptor.h', | 821 'browser/chromeos/settings/token_encryptor.h', |
| 822 'browser/chromeos/sim_dialog_delegate.cc', | 822 'browser/chromeos/sim_dialog_delegate.cc', |
| 823 'browser/chromeos/sim_dialog_delegate.h', | 823 'browser/chromeos/sim_dialog_delegate.h', |
| 824 'browser/chromeos/status/data_promo_notification.cc', | 824 'browser/chromeos/status/data_promo_notification.cc', |
| 825 'browser/chromeos/status/data_promo_notification.h', | 825 'browser/chromeos/status/data_promo_notification.h', |
| 826 'browser/chromeos/status/network_menu.cc', | 826 'browser/chromeos/status/network_menu.cc', |
| 827 'browser/chromeos/status/network_menu.h', | 827 'browser/chromeos/status/network_menu.h', |
| 828 'browser/chromeos/system/ash_system_tray_delegate.cc', | |
| 829 'browser/chromeos/system/ash_system_tray_delegate.h', | |
| 830 'browser/chromeos/system/automatic_reboot_manager.cc', | 828 'browser/chromeos/system/automatic_reboot_manager.cc', |
| 831 'browser/chromeos/system/automatic_reboot_manager.h', | 829 'browser/chromeos/system/automatic_reboot_manager.h', |
| 832 'browser/chromeos/system/automatic_reboot_manager_observer.h', | 830 'browser/chromeos/system/automatic_reboot_manager_observer.h', |
| 833 'browser/chromeos/system/device_change_handler.cc', | 831 'browser/chromeos/system/device_change_handler.cc', |
| 834 'browser/chromeos/system/device_change_handler.h', | 832 'browser/chromeos/system/device_change_handler.h', |
| 835 'browser/chromeos/system/input_device_settings.cc', | 833 'browser/chromeos/system/input_device_settings.cc', |
| 836 'browser/chromeos/system/input_device_settings.h', | 834 'browser/chromeos/system/input_device_settings.h', |
| 837 'browser/chromeos/system/pointer_device_observer.cc', | 835 'browser/chromeos/system/pointer_device_observer.cc', |
| 838 'browser/chromeos/system/pointer_device_observer.h', | 836 'browser/chromeos/system/pointer_device_observer.h', |
| 839 'browser/chromeos/system/syslogs_provider.cc', | 837 'browser/chromeos/system/syslogs_provider.cc', |
| (...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1018 'browser/chromeos/attestation/attestation_signed_data.proto', | 1016 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1019 ], | 1017 ], |
| 1020 'variables': { | 1018 'variables': { |
| 1021 'proto_in_dir': 'browser/chromeos/attestation', | 1019 'proto_in_dir': 'browser/chromeos/attestation', |
| 1022 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1020 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1023 }, | 1021 }, |
| 1024 'includes': [ '../build/protoc.gypi' ] | 1022 'includes': [ '../build/protoc.gypi' ] |
| 1025 }, | 1023 }, |
| 1026 ], | 1024 ], |
| 1027 } | 1025 } |
| OLD | NEW |