| Index: components/components_tests.gyp
|
| diff --git a/components/components_tests.gyp b/components/components_tests.gyp
|
| index 2c1eea3c0c5f49e2cb3b78734add88f57c1468c2..7a79b2c0fa28a686cef1e5a438d4438c34bacc5b 100644
|
| --- a/components/components_tests.gyp
|
| +++ b/components/components_tests.gyp
|
| @@ -189,10 +189,8 @@
|
| }],
|
| ['configuration_policy==1', {
|
| 'dependencies': [
|
| - # TODO(joaodasilva): remove this dependency. This is needed to
|
| - # get the include path for policy_constants.h.
|
| - '../chrome/app/policy/cloud_policy_codegen.gyp:policy_test_support',
|
| 'components.gyp:policy_component_test_support',
|
| + 'components.gyp:policy_test_support',
|
| ],
|
| 'sources': [
|
| 'policy/core/browser/policy_header_io_helper_unittest.cc',
|
|
|