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 343 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
354 'network/shill_property_handler.cc', | 354 'network/shill_property_handler.cc', |
355 'network/shill_property_handler.h', | 355 'network/shill_property_handler.h', |
356 'network/shill_property_util.cc', | 356 'network/shill_property_util.cc', |
357 'network/shill_property_util.h', | 357 'network/shill_property_util.h', |
358 'process_proxy/process_output_watcher.cc', | 358 'process_proxy/process_output_watcher.cc', |
359 'process_proxy/process_output_watcher.h', | 359 'process_proxy/process_output_watcher.h', |
360 'process_proxy/process_proxy.cc', | 360 'process_proxy/process_proxy.cc', |
361 'process_proxy/process_proxy.h', | 361 'process_proxy/process_proxy.h', |
362 'process_proxy/process_proxy_registry.cc', | 362 'process_proxy/process_proxy_registry.cc', |
363 'process_proxy/process_proxy_registry.h', | 363 'process_proxy/process_proxy_registry.h', |
| 364 'quirks_client/quirks_client.cc', |
| 365 'quirks_client/quirks_client.h', |
364 'settings/cros_settings_names.cc', | 366 'settings/cros_settings_names.cc', |
365 'settings/cros_settings_names.h', | 367 'settings/cros_settings_names.h', |
366 'settings/cros_settings_provider.cc', | 368 'settings/cros_settings_provider.cc', |
367 'settings/cros_settings_provider.h', | 369 'settings/cros_settings_provider.h', |
368 'settings/timezone_settings.cc', | 370 'settings/timezone_settings.cc', |
369 'settings/timezone_settings.h', | 371 'settings/timezone_settings.h', |
370 'settings/timezone_settings_helper.cc', | 372 'settings/timezone_settings_helper.cc', |
371 'settings/timezone_settings_helper.h', | 373 'settings/timezone_settings_helper.h', |
372 'system/devicetype.cc', | 374 'system/devicetype.cc', |
373 'system/devicetype.h', | 375 'system/devicetype.h', |
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
687 '../build/isolate.gypi', | 689 '../build/isolate.gypi', |
688 ], | 690 ], |
689 'sources': [ | 691 'sources': [ |
690 'chromeos_unittests.isolate', | 692 'chromeos_unittests.isolate', |
691 ], | 693 ], |
692 }, | 694 }, |
693 ], | 695 ], |
694 }], | 696 }], |
695 ], | 697 ], |
696 } | 698 } |
OLD | NEW |