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

Unified Diff: chromeos/chromeos.gyp

Issue 799683003: Move chromeos::version_loader to src/chromeos/system (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 | « chrome/chrome_tests_unit.gypi ('k') | chromeos/system/version_loader.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 4f9967a5b4865cfbcc4a6a874e103f111a2e3175..c22a1b4e2f573a92827403902ba5d8ccb3ccefdc 100644
--- a/chromeos/chromeos.gyp
+++ b/chromeos/chromeos.gyp
@@ -401,6 +401,8 @@
'system/name_value_pairs_parser.h',
'system/statistics_provider.cc',
'system/statistics_provider.h',
+ 'system/version_loader.cc',
+ 'system/version_loader.h',
'tpm/tpm_password_fetcher.cc',
'tpm/tpm_password_fetcher.h',
'tpm/tpm_token_info_getter.cc',
@@ -465,6 +467,7 @@
'process_proxy/process_output_watcher_unittest.cc',
'process_proxy/process_proxy_unittest.cc',
'system/name_value_pairs_parser_unittest.cc',
+ 'system/version_loader_unittest.cc',
'tpm/tpm_token_info_getter_unittest.cc',
],
},
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chromeos/system/version_loader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698