Chromium Code Reviews| 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 1004 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1015 'browser/chromeos/status/network_menu.h', | 1015 'browser/chromeos/status/network_menu.h', |
| 1016 'browser/chromeos/system/automatic_reboot_manager.cc', | 1016 'browser/chromeos/system/automatic_reboot_manager.cc', |
| 1017 'browser/chromeos/system/automatic_reboot_manager.h', | 1017 'browser/chromeos/system/automatic_reboot_manager.h', |
| 1018 'browser/chromeos/system/automatic_reboot_manager_observer.h', | 1018 'browser/chromeos/system/automatic_reboot_manager_observer.h', |
| 1019 'browser/chromeos/system/device_change_handler.cc', | 1019 'browser/chromeos/system/device_change_handler.cc', |
| 1020 'browser/chromeos/system/device_change_handler.h', | 1020 'browser/chromeos/system/device_change_handler.h', |
| 1021 'browser/chromeos/system/device_disabling_manager.cc', | 1021 'browser/chromeos/system/device_disabling_manager.cc', |
| 1022 'browser/chromeos/system/device_disabling_manager.h', | 1022 'browser/chromeos/system/device_disabling_manager.h', |
| 1023 'browser/chromeos/system/device_disabling_manager_default_delegate.cc', | 1023 'browser/chromeos/system/device_disabling_manager_default_delegate.cc', |
| 1024 'browser/chromeos/system/device_disabling_manager_default_delegate.h', | 1024 'browser/chromeos/system/device_disabling_manager_default_delegate.h', |
| 1025 'browser/chromeos/system/fake_input_device_settings.cc', | |
| 1026 'browser/chromeos/system/fake_input_device_settings.h', | |
|
Nico
2016/06/30 17:25:51
we usually consider files called fake_foo to be te
stevenjb
2016/07/01 18:53:49
I don't know about "usually" but for chrome os we
| |
| 1025 'browser/chromeos/system/input_device_settings.cc', | 1027 'browser/chromeos/system/input_device_settings.cc', |
| 1026 'browser/chromeos/system/input_device_settings.h', | 1028 'browser/chromeos/system/input_device_settings.h', |
| 1027 'browser/chromeos/system/input_device_settings_impl_ozone.cc', | 1029 'browser/chromeos/system/input_device_settings_impl_ozone.cc', |
| 1028 'browser/chromeos/system/input_device_settings_impl_x11.cc', | 1030 'browser/chromeos/system/input_device_settings_impl_x11.cc', |
| 1029 'browser/chromeos/system/pointer_device_observer.cc', | 1031 'browser/chromeos/system/pointer_device_observer.cc', |
| 1030 'browser/chromeos/system/pointer_device_observer.h', | 1032 'browser/chromeos/system/pointer_device_observer.h', |
| 1031 'browser/chromeos/system/system_clock.cc', | 1033 'browser/chromeos/system/system_clock.cc', |
| 1032 'browser/chromeos/system/system_clock.h', | 1034 'browser/chromeos/system/system_clock.h', |
| 1033 'browser/chromeos/system/system_clock_observer.cc', | 1035 'browser/chromeos/system/system_clock_observer.cc', |
| 1034 'browser/chromeos/system/system_clock_observer.h', | 1036 'browser/chromeos/system/system_clock_observer.h', |
| (...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1378 'browser/chromeos/attestation/attestation_signed_data.proto', | 1380 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1379 ], | 1381 ], |
| 1380 'variables': { | 1382 'variables': { |
| 1381 'proto_in_dir': 'browser/chromeos/attestation', | 1383 'proto_in_dir': 'browser/chromeos/attestation', |
| 1382 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1384 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1383 }, | 1385 }, |
| 1384 'includes': [ '../build/protoc.gypi' ] | 1386 'includes': [ '../build/protoc.gypi' ] |
| 1385 }, | 1387 }, |
| 1386 ], | 1388 ], |
| 1387 } | 1389 } |
| OLD | NEW |