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

Unified Diff: components/components_tests.gyp

Issue 1452603002: Supervised user web restrictions content provider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Respond to comments Created 5 years 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 7856c5f228935b667182732273f67dd23cb596e6..7863c417692b72787a639f552fc59ced8becc9f0 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -1626,6 +1626,7 @@
'components.gyp:invalidation_java',
'components.gyp:policy_java',
'components.gyp:policy_java_test_support',
+ 'components.gyp:web_restriction_java',
'../base/base.gyp:base_java',
'../base/base.gyp:base_java_test_support',
'../testing/android/junit/junit_test.gyp:junit_test_support',
@@ -1634,7 +1635,8 @@
'main_class': 'org.chromium.testing.local.JunitTestMain',
'src_paths': [
'invalidation/impl/android/junit/',
- 'policy/android/junit/'
+ 'policy/android/junit/',
+ 'web_restriction/junit/'
],
},
'includes': [ '../build/host_jar.gypi' ],

Powered by Google App Engine
This is Rietveld 408576698