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

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 more 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
« no previous file with comments | « components/components.gyp ('k') | components/web_restriction.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 9a711041018870acb115c0299e70a2aa59bac06e..292fe4b06569dded6800f1ba7cf2bf6d85e8e916 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -1627,6 +1627,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',
@@ -1635,7 +1636,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' ],
« no previous file with comments | « components/components.gyp ('k') | components/web_restriction.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698