diff options
author | tommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-03 19:35:22 +0000 |
---|---|---|
committer | tommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-03 19:35:22 +0000 |
commit | 0fcfffb4ac7a8bc2370d84404f79c73cf2da558e (patch) | |
tree | f3d1e1441d5199820a8eabaa2eb9081a8ee21045 /chrome_frame/chrome_frame.gyp | |
parent | 481acef9c8eef81c8e7f02a51602987348d42e2c (diff) | |
download | chromium_src-0fcfffb4ac7a8bc2370d84404f79c73cf2da558e.zip chromium_src-0fcfffb4ac7a8bc2370d84404f79c73cf2da558e.tar.gz chromium_src-0fcfffb4ac7a8bc2370d84404f79c73cf2da558e.tar.bz2 |
Move elevation registration into a separate rgs script and leave removal of it up to the installer.
TEST=Manual registration of npchrome_frame continues to register the elevation policy, but unregistration of the DLL will not remove the elevation policy (since the installer now does that).
BUG=none
Review URL: http://codereview.chromium.org/6286083
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73645 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/chrome_frame.gyp')
-rw-r--r-- | chrome_frame/chrome_frame.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome_frame/chrome_frame.gyp b/chrome_frame/chrome_frame.gyp index ffd770c..4d4f6a6 100644 --- a/chrome_frame/chrome_frame.gyp +++ b/chrome_frame/chrome_frame.gyp @@ -960,6 +960,7 @@ '../chrome/chrome.gyp:utility', ], 'sources': [ + 'chrome_frame_elevation.rgs', 'chrome_frame_npapi.rgs', 'chrome_frame_npapi_entrypoints.cc', 'chrome_frame_npapi_entrypoints.h', |