| 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 'variables': { | 7 'variables': { |
| 8 # These files lists are shared with the GN build. | 8 # These files lists are shared with the GN build. |
| 9 'browser_chromeos_sources': [ | 9 'browser_chromeos_sources': [ |
| 10 # All .cc, .h, .m, and .mm files under browser/chromeos, except for test
s | 10 # All .cc, .h, .m, and .mm files under browser/chromeos, except for test
s |
| (...skipping 825 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 836 'browser/chromeos/policy/user_network_configuration_updater_factory.cc', | 836 'browser/chromeos/policy/user_network_configuration_updater_factory.cc', |
| 837 'browser/chromeos/policy/user_network_configuration_updater_factory.h', | 837 'browser/chromeos/policy/user_network_configuration_updater_factory.h', |
| 838 'browser/chromeos/policy/user_policy_disk_cache.cc', | 838 'browser/chromeos/policy/user_policy_disk_cache.cc', |
| 839 'browser/chromeos/policy/user_policy_disk_cache.h', | 839 'browser/chromeos/policy/user_policy_disk_cache.h', |
| 840 'browser/chromeos/policy/user_policy_token_loader.cc', | 840 'browser/chromeos/policy/user_policy_token_loader.cc', |
| 841 'browser/chromeos/policy/user_policy_token_loader.h', | 841 'browser/chromeos/policy/user_policy_token_loader.h', |
| 842 'browser/chromeos/policy/wildcard_login_checker.cc', | 842 'browser/chromeos/policy/wildcard_login_checker.cc', |
| 843 'browser/chromeos/policy/wildcard_login_checker.h', | 843 'browser/chromeos/policy/wildcard_login_checker.h', |
| 844 'browser/chromeos/power/cpu_data_collector.cc', | 844 'browser/chromeos/power/cpu_data_collector.cc', |
| 845 'browser/chromeos/power/cpu_data_collector.h', | 845 'browser/chromeos/power/cpu_data_collector.h', |
| 846 'browser/chromeos/power/extension_event_observer.cc', |
| 847 'browser/chromeos/power/extension_event_observer.h', |
| 846 'browser/chromeos/power/freezer_cgroup_process_manager.cc', | 848 'browser/chromeos/power/freezer_cgroup_process_manager.cc', |
| 847 'browser/chromeos/power/freezer_cgroup_process_manager.h', | 849 'browser/chromeos/power/freezer_cgroup_process_manager.h', |
| 848 'browser/chromeos/power/idle_action_warning_dialog_view.cc', | 850 'browser/chromeos/power/idle_action_warning_dialog_view.cc', |
| 849 'browser/chromeos/power/idle_action_warning_dialog_view.h', | 851 'browser/chromeos/power/idle_action_warning_dialog_view.h', |
| 850 'browser/chromeos/power/idle_action_warning_observer.cc', | 852 'browser/chromeos/power/idle_action_warning_observer.cc', |
| 851 'browser/chromeos/power/idle_action_warning_observer.h', | 853 'browser/chromeos/power/idle_action_warning_observer.h', |
| 852 'browser/chromeos/power/light_bar.cc', | |
| 853 'browser/chromeos/power/light_bar.h', | |
| 854 'browser/chromeos/power/peripheral_battery_observer.cc', | 854 'browser/chromeos/power/peripheral_battery_observer.cc', |
| 855 'browser/chromeos/power/peripheral_battery_observer.h', | 855 'browser/chromeos/power/peripheral_battery_observer.h', |
| 856 'browser/chromeos/power/power_button_observer.cc', | 856 'browser/chromeos/power/power_button_observer.cc', |
| 857 'browser/chromeos/power/power_button_observer.h', | 857 'browser/chromeos/power/power_button_observer.h', |
| 858 'browser/chromeos/power/power_data_collector.cc', | 858 'browser/chromeos/power/power_data_collector.cc', |
| 859 'browser/chromeos/power/power_data_collector.h', | 859 'browser/chromeos/power/power_data_collector.h', |
| 860 'browser/chromeos/power/power_prefs.cc', | 860 'browser/chromeos/power/power_prefs.cc', |
| 861 'browser/chromeos/power/power_prefs.h', | 861 'browser/chromeos/power/power_prefs.h', |
| 862 'browser/chromeos/power/renderer_freezer.cc', | 862 'browser/chromeos/power/renderer_freezer.cc', |
| 863 'browser/chromeos/power/renderer_freezer.h', | 863 'browser/chromeos/power/renderer_freezer.h', |
| (...skipping 425 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1289 'browser/chromeos/attestation/attestation_signed_data.proto', | 1289 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1290 ], | 1290 ], |
| 1291 'variables': { | 1291 'variables': { |
| 1292 'proto_in_dir': 'browser/chromeos/attestation', | 1292 'proto_in_dir': 'browser/chromeos/attestation', |
| 1293 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1293 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1294 }, | 1294 }, |
| 1295 'includes': [ '../build/protoc.gypi' ] | 1295 'includes': [ '../build/protoc.gypi' ] |
| 1296 }, | 1296 }, |
| 1297 ], | 1297 ], |
| 1298 } | 1298 } |
| OLD | NEW |