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

Unified Diff: components/components_tests.gypi

Issue 12902030: Make Encryptor a component. Used by //chrome and (soon) //components/webdata. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove duplicate include. Created 7 years, 9 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/webdata.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gypi
diff --git a/components/components_tests.gypi b/components/components_tests.gypi
index 0b126e4e2f88ab2cfd38c0f3f0493496a72f6d49..158a92bd22cf5fed81c3c5e1210c380804335555 100644
--- a/components/components_tests.gypi
+++ b/components/components_tests.gypi
@@ -11,6 +11,8 @@
'type': '<(gtest_target_type)',
'sources': [
'auto_login_parser/auto_login_parser_unittest.cc',
+ 'webdata/encryptor/encryptor_password_mac_unittest.cc',
+ 'webdata/encryptor/encryptor_unittest.cc',
'navigation_interception/intercept_navigation_resource_throttle_unittest.cc',
'test/run_all_unittests.cc',
'visitedlink/test/visitedlink_unittest.cc',
@@ -24,7 +26,10 @@
'../testing/gtest.gyp:gtest',
# Dependencies of auto_login_parser
- 'components.gyp:auto_login_parser',
+ 'auto_login_parser',
+
+ # Dependencies of encryptor
+ 'encryptor',
# Dependencies of intercept_navigation_resource_throttle_unittest.cc
'../content/content.gyp:test_support_content',
@@ -32,8 +37,8 @@
'navigation_interception',
# Dependencies of visitedlink
- 'components.gyp:visitedlink_browser',
- 'components.gyp:visitedlink_renderer',
+ 'visitedlink_browser',
+ 'visitedlink_renderer',
'../content/content_resources.gyp:content_resources',
],
'conditions': [
« no previous file with comments | « components/components.gyp ('k') | components/webdata.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698