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

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: Rebase. 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
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 26fd49c8785695864d9c5ed04a73f0df67f3d95d..5f83515c1dbe33e81d7171a409b5d1d5221c9e01 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -625,12 +625,14 @@
}],
['chromeos==1', {
'sources': [
+ 'ownership/owner_key_util_chromeos_unittest.cc',
'pairing/message_buffer_unittest.cc',
],
'sources!': [
'storage_monitor/storage_monitor_linux_unittest.cc',
],
'dependencies': [
+ 'components.gyp:ownership',
'components.gyp:pairing',
'../chromeos/chromeos.gyp:chromeos_test_support',
],

Powered by Google App Engine
This is Rietveld 408576698