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

Unified Diff: components/components_tests.gyp

Issue 494093002: OwnerKeyUtil is moved to components/ownership. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed GYP file. Created 6 years, 4 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/ownership.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 593ab6c6cd3ba781ba3d5d514dc6425b45ee3bb4..f4e8ae6b7652eeae26b4b633e159c386ff1a3d3e 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -155,6 +155,7 @@
'os_crypt/ie7_password_win_unittest.cc',
'os_crypt/keychain_password_mac_unittest.mm',
'os_crypt/os_crypt_unittest.cc',
+ 'ownership/owner_key_util_impl_unittest.cc',
'password_manager/core/browser/browser_save_password_progress_logger_unittest.cc',
'password_manager/core/browser/log_router_unittest.cc',
'password_manager/core/browser/login_database_unittest.cc',
@@ -363,6 +364,9 @@
# Dependencies of os_crypt
'components.gyp:os_crypt',
+ # Dependencies of ownership
+ 'components.gyp:ownership',
+
# Dependencies of password_manager
'components.gyp:password_manager_core_browser',
'components.gyp:password_manager_core_browser_test_support',
« no previous file with comments | « components/components.gyp ('k') | components/ownership.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698