diff options
author | spang@chromium.org <spang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-20 20:57:00 +0000 |
---|---|---|
committer | spang@chromium.org <spang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-20 20:57:00 +0000 |
commit | 6289153113b8c62045ee2a8271b72d03c32ce8ae (patch) | |
tree | c65b742898959056fb561dbb7a1aa6eecb9417ee /chrome/chrome_browser_chromeos.gypi | |
parent | 3d6bf4bdf0c839b8316dd720c6ceb7cb9fb2436f (diff) | |
download | chromium_src-6289153113b8c62045ee2a8271b72d03c32ce8ae.zip chromium_src-6289153113b8c62045ee2a8271b72d03c32ce8ae.tar.gz chromium_src-6289153113b8c62045ee2a8271b72d03c32ce8ae.tar.bz2 |
Preserve --ozone-platform switches in ChromeOS command line
The ozone-platform switch selects the graphics & events backend for
Chrome if ozone is enabled. Preserve them across restarts so the same
backend is used.
Review URL: https://codereview.chromium.org/200633004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@258403 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser_chromeos.gypi')
-rw-r--r-- | chrome/chrome_browser_chromeos.gypi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/chrome_browser_chromeos.gypi b/chrome/chrome_browser_chromeos.gypi index e3f6909..b69ca80 100644 --- a/chrome/chrome_browser_chromeos.gypi +++ b/chrome/chrome_browser_chromeos.gypi @@ -1002,6 +1002,11 @@ '../printing/printing.gyp:printing', ], }], + ['use_ozone == 1', { + 'dependencies': [ + '../ui/ozone/ozone.gyp:ozone', + ], + }], ], }, { |