| 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 855 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 866 'browser/chromeos/sim_dialog_delegate.h', | 866 'browser/chromeos/sim_dialog_delegate.h', |
| 867 'browser/chromeos/status/data_promo_notification.cc', | 867 'browser/chromeos/status/data_promo_notification.cc', |
| 868 'browser/chromeos/status/data_promo_notification.h', | 868 'browser/chromeos/status/data_promo_notification.h', |
| 869 'browser/chromeos/status/network_menu.cc', | 869 'browser/chromeos/status/network_menu.cc', |
| 870 'browser/chromeos/status/network_menu.h', | 870 'browser/chromeos/status/network_menu.h', |
| 871 'browser/chromeos/system/automatic_reboot_manager.cc', | 871 'browser/chromeos/system/automatic_reboot_manager.cc', |
| 872 'browser/chromeos/system/automatic_reboot_manager.h', | 872 'browser/chromeos/system/automatic_reboot_manager.h', |
| 873 'browser/chromeos/system/automatic_reboot_manager_observer.h', | 873 'browser/chromeos/system/automatic_reboot_manager_observer.h', |
| 874 'browser/chromeos/system/device_change_handler.cc', | 874 'browser/chromeos/system/device_change_handler.cc', |
| 875 'browser/chromeos/system/device_change_handler.h', | 875 'browser/chromeos/system/device_change_handler.h', |
| 876 'browser/chromeos/system/device_disabling_manager.cc', |
| 877 'browser/chromeos/system/device_disabling_manager.h', |
| 876 'browser/chromeos/system/input_device_settings.cc', | 878 'browser/chromeos/system/input_device_settings.cc', |
| 877 'browser/chromeos/system/input_device_settings.h', | 879 'browser/chromeos/system/input_device_settings.h', |
| 878 'browser/chromeos/system/pointer_device_observer.cc', | 880 'browser/chromeos/system/pointer_device_observer.cc', |
| 879 'browser/chromeos/system/pointer_device_observer.h', | 881 'browser/chromeos/system/pointer_device_observer.h', |
| 880 'browser/chromeos/system/syslogs_provider.cc', | 882 'browser/chromeos/system/syslogs_provider.cc', |
| 881 'browser/chromeos/system/syslogs_provider.h', | 883 'browser/chromeos/system/syslogs_provider.h', |
| 882 'browser/chromeos/system/timezone_util.cc', | 884 'browser/chromeos/system/timezone_util.cc', |
| 883 'browser/chromeos/system/timezone_util.h', | 885 'browser/chromeos/system/timezone_util.h', |
| 884 'browser/chromeos/system_logs/command_line_log_source.cc', | 886 'browser/chromeos/system_logs/command_line_log_source.cc', |
| 885 'browser/chromeos/system_logs/command_line_log_source.h', | 887 'browser/chromeos/system_logs/command_line_log_source.h', |
| (...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1269 'browser/chromeos/attestation/attestation_signed_data.proto', | 1271 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1270 ], | 1272 ], |
| 1271 'variables': { | 1273 'variables': { |
| 1272 'proto_in_dir': 'browser/chromeos/attestation', | 1274 'proto_in_dir': 'browser/chromeos/attestation', |
| 1273 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1275 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1274 }, | 1276 }, |
| 1275 'includes': [ '../build/protoc.gypi' ] | 1277 'includes': [ '../build/protoc.gypi' ] |
| 1276 }, | 1278 }, |
| 1277 ], | 1279 ], |
| 1278 } | 1280 } |
| OLD | NEW |