summaryrefslogtreecommitdiffstats
path: root/chromeos/chromeos.gyp
diff options
context:
space:
mode:
authorsatorux <satorux@chromium.org>2014-12-11 17:32:36 -0800
committerCommit bot <commit-bot@chromium.org>2014-12-12 01:33:45 +0000
commit612142321c115cc876e1d5306c22b35f1859ab74 (patch)
treec4a4944473d3d72c7b281559588dac4114db1b43 /chromeos/chromeos.gyp
parent1b703ab9a57fe860a017163c0580641ae337cbab (diff)
downloadchromium_src-612142321c115cc876e1d5306c22b35f1859ab74.zip
chromium_src-612142321c115cc876e1d5306c22b35f1859ab74.tar.gz
chromium_src-612142321c115cc876e1d5306c22b35f1859ab74.tar.bz2
Move chromeos/tpm_* to chromeos/tpm
These files are moved in favor of less files to have in the top-level chromeos directory. BUG=none TEST=builds as before Review URL: https://codereview.chromium.org/738683002 Cr-Commit-Position: refs/heads/master@{#308020}
Diffstat (limited to 'chromeos/chromeos.gyp')
-rw-r--r--chromeos/chromeos.gyp14
1 files changed, 7 insertions, 7 deletions
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
index aa10172..4f9967a 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': [