| 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 883 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 894 'browser/chromeos/policy/user_network_configuration_updater_factory.cc', | 894 'browser/chromeos/policy/user_network_configuration_updater_factory.cc', |
| 895 'browser/chromeos/policy/user_network_configuration_updater_factory.h', | 895 'browser/chromeos/policy/user_network_configuration_updater_factory.h', |
| 896 'browser/chromeos/policy/user_policy_disk_cache.cc', | 896 'browser/chromeos/policy/user_policy_disk_cache.cc', |
| 897 'browser/chromeos/policy/user_policy_disk_cache.h', | 897 'browser/chromeos/policy/user_policy_disk_cache.h', |
| 898 'browser/chromeos/policy/user_policy_token_loader.cc', | 898 'browser/chromeos/policy/user_policy_token_loader.cc', |
| 899 'browser/chromeos/policy/user_policy_token_loader.h', | 899 'browser/chromeos/policy/user_policy_token_loader.h', |
| 900 'browser/chromeos/policy/wildcard_login_checker.cc', | 900 'browser/chromeos/policy/wildcard_login_checker.cc', |
| 901 'browser/chromeos/policy/wildcard_login_checker.h', | 901 'browser/chromeos/policy/wildcard_login_checker.h', |
| 902 'browser/chromeos/power/cpu_data_collector.cc', | 902 'browser/chromeos/power/cpu_data_collector.cc', |
| 903 'browser/chromeos/power/cpu_data_collector.h', | 903 'browser/chromeos/power/cpu_data_collector.h', |
| 904 'browser/chromeos/power/freezer_cgroup_process_manager.cc', |
| 905 'browser/chromeos/power/freezer_cgroup_process_manager.h', |
| 904 'browser/chromeos/power/idle_action_warning_dialog_view.cc', | 906 'browser/chromeos/power/idle_action_warning_dialog_view.cc', |
| 905 'browser/chromeos/power/idle_action_warning_dialog_view.h', | 907 'browser/chromeos/power/idle_action_warning_dialog_view.h', |
| 906 'browser/chromeos/power/idle_action_warning_observer.cc', | 908 'browser/chromeos/power/idle_action_warning_observer.cc', |
| 907 'browser/chromeos/power/idle_action_warning_observer.h', | 909 'browser/chromeos/power/idle_action_warning_observer.h', |
| 908 'browser/chromeos/power/light_bar.cc', | 910 'browser/chromeos/power/light_bar.cc', |
| 909 'browser/chromeos/power/light_bar.h', | 911 'browser/chromeos/power/light_bar.h', |
| 910 'browser/chromeos/power/peripheral_battery_observer.cc', | 912 'browser/chromeos/power/peripheral_battery_observer.cc', |
| 911 'browser/chromeos/power/peripheral_battery_observer.h', | 913 'browser/chromeos/power/peripheral_battery_observer.h', |
| 912 'browser/chromeos/power/power_button_observer.cc', | 914 'browser/chromeos/power/power_button_observer.cc', |
| 913 'browser/chromeos/power/power_button_observer.h', | 915 'browser/chromeos/power/power_button_observer.h', |
| (...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1217 'browser/chromeos/attestation/attestation_signed_data.proto', | 1219 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1218 ], | 1220 ], |
| 1219 'variables': { | 1221 'variables': { |
| 1220 'proto_in_dir': 'browser/chromeos/attestation', | 1222 'proto_in_dir': 'browser/chromeos/attestation', |
| 1221 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1223 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1222 }, | 1224 }, |
| 1223 'includes': [ '../build/protoc.gypi' ] | 1225 'includes': [ '../build/protoc.gypi' ] |
| 1224 }, | 1226 }, |
| 1225 ], | 1227 ], |
| 1226 } | 1228 } |
| OLD | NEW |