diff options
author | jschuh@chromium.org <jschuh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-28 18:07:44 +0000 |
---|---|---|
committer | jschuh@chromium.org <jschuh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-28 18:07:44 +0000 |
commit | 418c3cb40cbbf9d2e1336353f9ec5ce6f4cbb7a1 (patch) | |
tree | c0bd6e7e59801b480856da505d0835417e1fe574 /chrome/chrome_dll.gypi | |
parent | 01cf589c36d50698579d255e09ae219d263263b4 (diff) | |
download | chromium_src-418c3cb40cbbf9d2e1336353f9ec5ce6f4cbb7a1.zip chromium_src-418c3cb40cbbf9d2e1336353f9ec5ce6f4cbb7a1.tar.gz chromium_src-418c3cb40cbbf9d2e1336353f9ec5ce6f4cbb7a1.tar.bz2 |
Turn on UIPI for the GPU sandbox.
GPU sandbox will start with UIPI by default. I had to move some switch values under ui/gfx/gl in order to avoid dependency hell.
BUG=90750
Review URL: http://codereview.chromium.org/7517012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94500 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_dll.gypi')
-rw-r--r-- | chrome/chrome_dll.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi index 6ad675d..acf0cfd 100644 --- a/chrome/chrome_dll.gypi +++ b/chrome/chrome_dll.gypi @@ -694,6 +694,7 @@ '../content/common/sandbox_policy.cc', '../content/common/sandbox_init_wrapper_win.cc', '../content/common/url_constants.cc', + '../ui/gfx/gl/gl_switches.cc', ], 'msvs_settings': { 'VCLinkerTool': { |