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

Unified Diff: chromeos/chromeos.gyp

Issue 738683002: Move chromeos/tpm_* to chromeos/tpm (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix the build 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
Index: chromeos/chromeos.gyp
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
index aa101723971d1c260f439dcfa35a1621de7a606f..4f9967a5b4865cfbcc4a6a874e103f111a2e3175 100644
--- a/chromeos/chromeos.gyp
+++ b/chromeos/chromeos.gyp
@@ -401,12 +401,12 @@
'system/name_value_pairs_parser.h',
'system/statistics_provider.cc',
'system/statistics_provider.h',
- 'tpm_password_fetcher.cc',
- 'tpm_password_fetcher.h',
- 'tpm_token_info_getter.cc',
- 'tpm_token_info_getter.h',
- 'tpm_token_loader.cc',
- 'tpm_token_loader.h'
+ 'tpm/tpm_password_fetcher.cc',
+ 'tpm/tpm_password_fetcher.h',
+ 'tpm/tpm_token_info_getter.cc',
+ 'tpm/tpm_token_info_getter.h',
+ 'tpm/tpm_token_loader.cc',
+ 'tpm/tpm_token_loader.h'
],
'chromeos_test_sources': [
'app_mode/kiosk_oem_manifest_parser_unittest.cc',
@@ -465,7 +465,7 @@
'process_proxy/process_output_watcher_unittest.cc',
'process_proxy/process_proxy_unittest.cc',
'system/name_value_pairs_parser_unittest.cc',
- 'tpm_token_info_getter_unittest.cc',
+ 'tpm/tpm_token_info_getter_unittest.cc',
],
},
'includes': [
« no previous file with comments | « chrome/browser/ui/webui/chromeos/login/eula_screen_handler.h ('k') | chromeos/network/network_cert_migrator_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698