| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 # These files lists are shared with the GN build. | 8 # These files lists are shared with the GN build. |
| 9 'chromeos_sources': [ | 9 'chromeos_sources': [ |
| 10 'accelerometer/accelerometer_reader.cc', | 10 'accelerometer/accelerometer_reader.cc', |
| (...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 383 'process_proxy/process_proxy_registry.cc', | 383 'process_proxy/process_proxy_registry.cc', |
| 384 'process_proxy/process_proxy_registry.h', | 384 'process_proxy/process_proxy_registry.h', |
| 385 'settings/cros_settings_names.cc', | 385 'settings/cros_settings_names.cc', |
| 386 'settings/cros_settings_names.h', | 386 'settings/cros_settings_names.h', |
| 387 'settings/cros_settings_provider.cc', | 387 'settings/cros_settings_provider.cc', |
| 388 'settings/cros_settings_provider.h', | 388 'settings/cros_settings_provider.h', |
| 389 'settings/timezone_settings.cc', | 389 'settings/timezone_settings.cc', |
| 390 'settings/timezone_settings.h', | 390 'settings/timezone_settings.h', |
| 391 'settings/timezone_settings_helper.cc', | 391 'settings/timezone_settings_helper.cc', |
| 392 'settings/timezone_settings_helper.h', | 392 'settings/timezone_settings_helper.h', |
| 393 'system/devicemode.cc', |
| 394 'system/devicemode.h', |
| 393 'system/devicetype.cc', | 395 'system/devicetype.cc', |
| 394 'system/devicetype.h', | 396 'system/devicetype.h', |
| 395 | 397 |
| 396 # Used when running mash, both on Linux and on real devices. | 398 # Used when running mash, both on Linux and on real devices. |
| 397 'system/fake_statistics_provider.cc', | 399 'system/fake_statistics_provider.cc', |
| 398 'system/fake_statistics_provider.h', | 400 'system/fake_statistics_provider.h', |
| 399 | 401 |
| 400 'system/name_value_pairs_parser.cc', | 402 'system/name_value_pairs_parser.cc', |
| 401 'system/name_value_pairs_parser.h', | 403 'system/name_value_pairs_parser.h', |
| 402 'system/statistics_provider.cc', | 404 'system/statistics_provider.cc', |
| (...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 755 '../build/isolate.gypi', | 757 '../build/isolate.gypi', |
| 756 ], | 758 ], |
| 757 'sources': [ | 759 'sources': [ |
| 758 'chromeos_unittests.isolate', | 760 'chromeos_unittests.isolate', |
| 759 ], | 761 ], |
| 760 }, | 762 }, |
| 761 ], | 763 ], |
| 762 }], | 764 }], |
| 763 ], | 765 ], |
| 764 } | 766 } |
| OLD | NEW |