| 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 1008 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1019 'browser/chromeos/status/network_menu.h', | 1019 'browser/chromeos/status/network_menu.h', |
| 1020 'browser/chromeos/system/automatic_reboot_manager.cc', | 1020 'browser/chromeos/system/automatic_reboot_manager.cc', |
| 1021 'browser/chromeos/system/automatic_reboot_manager.h', | 1021 'browser/chromeos/system/automatic_reboot_manager.h', |
| 1022 'browser/chromeos/system/automatic_reboot_manager_observer.h', | 1022 'browser/chromeos/system/automatic_reboot_manager_observer.h', |
| 1023 'browser/chromeos/system/device_change_handler.cc', | 1023 'browser/chromeos/system/device_change_handler.cc', |
| 1024 'browser/chromeos/system/device_change_handler.h', | 1024 'browser/chromeos/system/device_change_handler.h', |
| 1025 'browser/chromeos/system/device_disabling_manager.cc', | 1025 'browser/chromeos/system/device_disabling_manager.cc', |
| 1026 'browser/chromeos/system/device_disabling_manager.h', | 1026 'browser/chromeos/system/device_disabling_manager.h', |
| 1027 'browser/chromeos/system/device_disabling_manager_default_delegate.cc', | 1027 'browser/chromeos/system/device_disabling_manager_default_delegate.cc', |
| 1028 'browser/chromeos/system/device_disabling_manager_default_delegate.h', | 1028 'browser/chromeos/system/device_disabling_manager_default_delegate.h', |
| 1029 'browser/chromeos/system/fake_input_device_settings.cc', |
| 1030 'browser/chromeos/system/fake_input_device_settings.h', |
| 1029 'browser/chromeos/system/input_device_settings.cc', | 1031 'browser/chromeos/system/input_device_settings.cc', |
| 1030 'browser/chromeos/system/input_device_settings.h', | 1032 'browser/chromeos/system/input_device_settings.h', |
| 1031 'browser/chromeos/system/input_device_settings_impl_ozone.cc', | 1033 'browser/chromeos/system/input_device_settings_impl_ozone.cc', |
| 1032 'browser/chromeos/system/input_device_settings_impl_x11.cc', | 1034 'browser/chromeos/system/input_device_settings_impl_x11.cc', |
| 1033 'browser/chromeos/system/pointer_device_observer.cc', | 1035 'browser/chromeos/system/pointer_device_observer.cc', |
| 1034 'browser/chromeos/system/pointer_device_observer.h', | 1036 'browser/chromeos/system/pointer_device_observer.h', |
| 1035 'browser/chromeos/system/system_clock.cc', | 1037 'browser/chromeos/system/system_clock.cc', |
| 1036 'browser/chromeos/system/system_clock.h', | 1038 'browser/chromeos/system/system_clock.h', |
| 1037 'browser/chromeos/system/system_clock_observer.cc', | 1039 'browser/chromeos/system/system_clock_observer.cc', |
| 1038 'browser/chromeos/system/system_clock_observer.h', | 1040 'browser/chromeos/system/system_clock_observer.h', |
| (...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1384 'browser/chromeos/attestation/attestation_signed_data.proto', | 1386 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1385 ], | 1387 ], |
| 1386 'variables': { | 1388 'variables': { |
| 1387 'proto_in_dir': 'browser/chromeos/attestation', | 1389 'proto_in_dir': 'browser/chromeos/attestation', |
| 1388 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1390 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1389 }, | 1391 }, |
| 1390 'includes': [ '../build/protoc.gypi' ] | 1392 'includes': [ '../build/protoc.gypi' ] |
| 1391 }, | 1393 }, |
| 1392 ], | 1394 ], |
| 1393 } | 1395 } |
| OLD | NEW |