diff options
author | danno@chromium.org <danno@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-27 12:31:34 +0000 |
---|---|---|
committer | danno@chromium.org <danno@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-27 12:31:34 +0000 |
commit | 934c6e5446780bf26b8ee9fd171aa69db4b0f253 (patch) | |
tree | 0b31702844a9ffb41fb84f729d29232c6d85eba1 /chrome/chrome_exe.gypi | |
parent | 150f43b345029c037176b4d23c2c32aacd8b6dfc (diff) | |
download | chromium_src-934c6e5446780bf26b8ee9fd171aa69db4b0f253.zip chromium_src-934c6e5446780bf26b8ee9fd171aa69db4b0f253.tar.gz chromium_src-934c6e5446780bf26b8ee9fd171aa69db4b0f253.tar.bz2 |
Revert 72784 - Policy: generate boilerplate policy type and constant code.
This is the first step to being able to re-constitute policy from a non-generic protobuf in a policy request in a fully automated way (i.e. the code for the process can be generated). The non-generic protobuf is required for automatic merging of policy on the server-side.
BUG=68309
TEST=existing policy/provider tests
Review URL: http://codereview.chromium.org/6002015
TBR=danno@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72785 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_exe.gypi')
-rw-r--r-- | chrome/chrome_exe.gypi | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi index 319a078..1d9768c 100644 --- a/chrome/chrome_exe.gypi +++ b/chrome/chrome_exe.gypi @@ -443,7 +443,6 @@ 'dependencies': [ 'installer_util', 'installer_util_strings', - 'policy', '../breakpad/breakpad.gyp:breakpad_handler', '../breakpad/breakpad.gyp:breakpad_sender', '../sandbox/sandbox.gyp:sandbox', @@ -490,10 +489,9 @@ # On Windows make sure we've built Win64 version of chrome_dll, # which contains all of the library code with Chromium # functionality. + 'chrome_dll_nacl_win64', 'installer_util_nacl_win64', 'common_constants_win64', - 'chrome_dll_nacl_win64', - 'policy_win64', '../breakpad/breakpad.gyp:breakpad_handler_win64', '../breakpad/breakpad.gyp:breakpad_sender_win64', '../base/base.gyp:base_nacl_win64', |