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

Unified Diff: chromeos/chromeos.gyp

Issue 2297193007: mash: Provide a fake chromeos StatisticsProvider in ash (Closed)
Patch Set: build file Created 4 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromeos/BUILD.gn ('k') | chromeos/system/fake_statistics_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/chromeos.gyp
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
index 2c5f5bd4162e18f22c54f14687e87d92da4e1992..13142d29564011b390371b8fb01b196c22acd8fb 100644
--- a/chromeos/chromeos.gyp
+++ b/chromeos/chromeos.gyp
@@ -363,6 +363,11 @@
'settings/timezone_settings_helper.h',
'system/devicetype.cc',
'system/devicetype.h',
+
+ # Used when running mash, both on Linux and on real devices.
+ 'system/fake_statistics_provider.cc',
+ 'system/fake_statistics_provider.h',
+
'system/name_value_pairs_parser.cc',
'system/name_value_pairs_parser.h',
'system/statistics_provider.cc',
@@ -563,8 +568,6 @@
'network/mock_network_device_handler.h',
'network/onc/onc_test_utils.cc',
'network/onc/onc_test_utils.h',
- 'system/fake_statistics_provider.cc',
- 'system/fake_statistics_provider.h',
],
'include_dirs': [
'..',
« no previous file with comments | « chromeos/BUILD.gn ('k') | chromeos/system/fake_statistics_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698