| 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 977 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 988 'browser/chromeos/system/input_device_settings.cc', | 988 'browser/chromeos/system/input_device_settings.cc', |
| 989 'browser/chromeos/system/input_device_settings.h', | 989 'browser/chromeos/system/input_device_settings.h', |
| 990 'browser/chromeos/system/input_device_settings_impl_ozone.cc', | 990 'browser/chromeos/system/input_device_settings_impl_ozone.cc', |
| 991 'browser/chromeos/system/input_device_settings_impl_x11.cc', | 991 'browser/chromeos/system/input_device_settings_impl_x11.cc', |
| 992 'browser/chromeos/system/pointer_device_observer.cc', | 992 'browser/chromeos/system/pointer_device_observer.cc', |
| 993 'browser/chromeos/system/pointer_device_observer.h', | 993 'browser/chromeos/system/pointer_device_observer.h', |
| 994 'browser/chromeos/system/system_clock.cc', | 994 'browser/chromeos/system/system_clock.cc', |
| 995 'browser/chromeos/system/system_clock.h', | 995 'browser/chromeos/system/system_clock.h', |
| 996 'browser/chromeos/system/system_clock_observer.cc', | 996 'browser/chromeos/system/system_clock_observer.cc', |
| 997 'browser/chromeos/system/system_clock_observer.h', | 997 'browser/chromeos/system/system_clock_observer.h', |
| 998 'browser/chromeos/system/timezone_resolver_manager.cc', |
| 999 'browser/chromeos/system/timezone_resolver_manager.h', |
| 998 'browser/chromeos/system/timezone_util.cc', | 1000 'browser/chromeos/system/timezone_util.cc', |
| 999 'browser/chromeos/system/timezone_util.h', | 1001 'browser/chromeos/system/timezone_util.h', |
| 1000 'browser/chromeos/system_logs/command_line_log_source.cc', | 1002 'browser/chromeos/system_logs/command_line_log_source.cc', |
| 1001 'browser/chromeos/system_logs/command_line_log_source.h', | 1003 'browser/chromeos/system_logs/command_line_log_source.h', |
| 1002 'browser/chromeos/system_logs/dbus_log_source.cc', | 1004 'browser/chromeos/system_logs/dbus_log_source.cc', |
| 1003 'browser/chromeos/system_logs/dbus_log_source.h', | 1005 'browser/chromeos/system_logs/dbus_log_source.h', |
| 1004 'browser/chromeos/system_logs/debug_daemon_log_source.cc', | 1006 'browser/chromeos/system_logs/debug_daemon_log_source.cc', |
| 1005 'browser/chromeos/system_logs/debug_daemon_log_source.h', | 1007 'browser/chromeos/system_logs/debug_daemon_log_source.h', |
| 1006 'browser/chromeos/system_logs/debug_log_writer.cc', | 1008 'browser/chromeos/system_logs/debug_log_writer.cc', |
| 1007 'browser/chromeos/system_logs/debug_log_writer.h', | 1009 'browser/chromeos/system_logs/debug_log_writer.h', |
| (...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1336 'browser/chromeos/attestation/attestation_signed_data.proto', | 1338 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1337 ], | 1339 ], |
| 1338 'variables': { | 1340 'variables': { |
| 1339 'proto_in_dir': 'browser/chromeos/attestation', | 1341 'proto_in_dir': 'browser/chromeos/attestation', |
| 1340 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1342 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1341 }, | 1343 }, |
| 1342 'includes': [ '../build/protoc.gypi' ] | 1344 'includes': [ '../build/protoc.gypi' ] |
| 1343 }, | 1345 }, |
| 1344 ], | 1346 ], |
| 1345 } | 1347 } |
| OLD | NEW |