| 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'
|
| {
|
|
|