Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(156)

Side by Side Diff: chromeos/chromeos.gyp

Issue 2585633004: ozone: Allow ozone evdev/kvm features to be enabled without running on ChromeOS. (Closed)
Patch Set: rebase Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/system/input_device_settings_impl_ozone.cc ('k') | chromeos/chromeos_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698