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

Unified Diff: components/components_tests.gyp

Issue 1387633002: Update instrumentation tests to use PreTestHooks for policies (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments, use a map instead of hacking PolicyData's equality Created 5 years, 1 month 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 198e0765728aa7447015cea3383db67bb05bc02e..f9975f0302bd17c7ee7855a1d47c70f0b5d0e2fb 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -1567,17 +1567,12 @@
'type': 'none',
'dependencies': [
'components.gyp:invalidation_java',
+ 'components.gyp:policy_java',
+ 'components.gyp:policy_java_test_support',
'../base/base.gyp:base_java',
'../base/base.gyp:base_java_test_support',
'../testing/android/junit/junit_test.gyp:junit_test_support',
],
- 'conditions': [
- ['configuration_policy == 1', {
- 'dependencies': [
- 'components.gyp:policy_java',
- ],
- }],
- ],
'variables': {
'main_class': 'org.chromium.testing.local.JunitTestMain',
'src_paths': [

Powered by Google App Engine
This is Rietveld 408576698