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

Unified Diff: components/components_tests.gyp

Issue 168993002: Move encryptor API out of webdata. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rm unused includes Created 6 years, 10 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 | « components/components.gyp ('k') | components/encryptor.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index fe61159df34dff9cbd0eb5e5dce4e85516c28a45..841b7a1eb0eb86e6be2851a58a1cc9b26a0aea83 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -80,9 +80,9 @@
'variations/variations_seed_processor_unittest.cc',
'variations/variations_seed_simulator_unittest.cc',
'visitedlink/test/visitedlink_unittest.cc',
- 'webdata/encryptor/encryptor_password_mac_unittest.cc',
- 'webdata/encryptor/encryptor_unittest.cc',
- 'webdata/encryptor/ie7_password_unittest_win.cc',
+ 'encryptor/encryptor_password_mac_unittest.cc',
+ 'encryptor/encryptor_unittest.cc',
+ 'encryptor/ie7_password_unittest_win.cc',
'web_modal/web_contents_modal_dialog_manager_unittest.cc',
],
'include_dirs': [
« no previous file with comments | « components/components.gyp ('k') | components/encryptor.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698