diff options
author | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-22 22:43:58 +0000 |
---|---|---|
committer | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-22 22:43:58 +0000 |
commit | cc0542991896f555eb6296e818a997ea15d3e8bd (patch) | |
tree | a88dd3cfd847fd58e1ffecfeb80568fae03712c9 /printing/printing.gyp | |
parent | ddabf40051999238dbb8257ba05de15d1efb44bc (diff) | |
download | chromium_src-cc0542991896f555eb6296e818a997ea15d3e8bd.zip chromium_src-cc0542991896f555eb6296e818a997ea15d3e8bd.tar.gz chromium_src-cc0542991896f555eb6296e818a997ea15d3e8bd.tar.bz2 |
Use BaseShellDialog for print dialog on Windows
This puts the print dialog on a background thread which is necessary so other
top level windows can keep painting as Aura does the compositor swaps on the
UI thread.
R=sky@chromium.org,vitalybuka@chromium.org
BUG=180997
Review URL: https://codereview.chromium.org/27441003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@230235 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'printing/printing.gyp')
-rw-r--r-- | printing/printing.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/printing/printing.gyp b/printing/printing.gyp index 455786e..c7ff11e 100644 --- a/printing/printing.gyp +++ b/printing/printing.gyp @@ -18,6 +18,7 @@ '../third_party/icu/icu.gyp:icui18n', '../third_party/icu/icu.gyp:icuuc', '../ui/gfx/gfx.gyp:gfx', + '../ui/ui.gyp:shell_dialogs', '../ui/ui.gyp:ui', '../url/url.gyp:url_lib', ], |