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

Unified Diff: remoting/remoting_test.gypi

Issue 1334253002: Fix running gyp with configuration_policy=0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: History rewrite Created 5 years, 3 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 | « remoting/host/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting_test.gypi
diff --git a/remoting/remoting_test.gypi b/remoting/remoting_test.gypi
index b1a02c71645f2be8a3bbf32b0efdd298ca05d365..996760c4a1ff768df15c110dbee9402827a42c60 100644
--- a/remoting/remoting_test.gypi
+++ b/remoting/remoting_test.gypi
@@ -10,7 +10,6 @@
'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
- '../components/components.gyp:policy_component_test_support',
'../net/net.gyp:net_test_support',
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
@@ -114,6 +113,11 @@
['exclude', '^host/'],
]
}],
+ ['configuration_policy == 1', {
+ 'dependencies': [
+ '../components/components.gyp:policy_component_test_support',
+ ],
+ }],
],
},
{
@@ -176,7 +180,6 @@
'../base/base.gyp:base',
'../base/base.gyp:base_i18n',
'../base/base.gyp:test_support_base',
- '../components/components.gyp:policy',
'../ipc/ipc.gyp:ipc',
'../net/net.gyp:net_test_support',
'../ppapi/ppapi.gyp:ppapi_cpp',
@@ -398,6 +401,11 @@
'../base/allocator/allocator.gyp:allocator',
],
}],
+ ['configuration_policy == 1', {
+ 'dependencies': [
+ '../components/components.gyp:policy',
+ ],
+ }],
], # end of 'conditions'
}, # end of target 'remoting_unittests'
{
« no previous file with comments | « remoting/host/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698