diff options
author | dconnelly@chromium.org <dconnelly@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-27 13:34:05 +0000 |
---|---|---|
committer | dconnelly@chromium.org <dconnelly@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-27 13:34:05 +0000 |
commit | e6c76577a69a6f4be1d3438fa9a04e202ed649ba (patch) | |
tree | b0d26a0a14f893768ade7aef3171d507636c5e13 /components/policy.gypi | |
parent | e4b33452e599d61c2cedfac2167fcb5f9e91dd29 (diff) | |
download | chromium_src-e6c76577a69a6f4be1d3438fa9a04e202ed649ba.zip chromium_src-e6c76577a69a6f4be1d3438fa9a04e202ed649ba.tar.gz chromium_src-e6c76577a69a6f4be1d3438fa9a04e202ed649ba.tar.bz2 |
Revert of https://codereview.chromium.org/78603003/
Reason for revert: broke win again :/
TBR=jochen@chromium.org
NOTREECHECKS=true
NOTRY=true
Review URL: https://codereview.chromium.org/91103004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@237562 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/policy.gypi')
-rw-r--r-- | components/policy.gypi | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/components/policy.gypi b/components/policy.gypi index 72edce3..4580dea 100644 --- a/components/policy.gypi +++ b/components/policy.gypi @@ -36,8 +36,6 @@ 'policy/core/common/policy_switches.cc', 'policy/core/common/policy_switches.h', 'policy/core/common/policy_types.h', - 'policy/core/common/preferences_mac.cc', - 'policy/core/common/preferences_mac.h', 'policy/core/common/registry_dict_win.cc', 'policy/core/common/registry_dict_win.h', 'policy/core/common/schema.cc', @@ -65,22 +63,5 @@ }], ], }, - { - 'target_name': 'policy_test_support', - 'type': 'static_library', - 'defines!': ['POLICY_COMPONENT_IMPLEMENTATION'], - 'dependencies': [], - 'include_dirs': [ - '..', - ], - 'sources': [ - 'policy/core/common/preferences_mock_mac.cc', - 'policy/core/common/preferences_mock_mac.h', - # TODO: Remove this once there are more test support files. - # Prevents the Windows build from breaking. - 'policy/stub_to_remove.cc', - ], - 'conditions': [], - }, ], } |