diff options
author | gab@chromium.org <gab@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-06 00:40:31 +0000 |
---|---|---|
committer | gab@chromium.org <gab@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-06 00:40:31 +0000 |
commit | bd04f249bcc2416abcecd551ac4133ed92e75397 (patch) | |
tree | 1e607e7bf2760962a7ef4aa4acd80d8bdeffa3ca /printing/printing.gyp | |
parent | fd2951978e515252cb1e67866fddfdcd514430c3 (diff) | |
download | chromium_src-bd04f249bcc2416abcecd551ac4133ed92e75397.zip chromium_src-bd04f249bcc2416abcecd551ac4133ed92e75397.tar.gz chromium_src-bd04f249bcc2416abcecd551ac4133ed92e75397.tar.bz2 |
Decouple IsMetroProcess() calls, introducing IsSingleWindowMetroMode().
Many things were calling IsMetroProcess() when the intent was really to turn things ON/OFF for Metro Chrome, this does not apply to Metro Ash however.
Details of how this has been decoupled can be found at https://docs.google.com/spreadsheet/ccc?key=0AtwXJ4IPPZBAdEdaWUpLYk9IM3I1bTJleFJobXN3Z2c (more decoupling will be needed later and has been listed in separate columns on this spreadsheet; however for now this CL only applies the first column).
Also introduces win8_util where some other win8-specific things currently in base should eventually also be refactored into.
BUG=151718
TEST=This makes a bunch of things just work now in Metro Ash :).
Review URL: https://chromiumcodereview.appspot.com/11411286
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171366 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'printing/printing.gyp')
-rw-r--r-- | printing/printing.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/printing/printing.gyp b/printing/printing.gyp index bbbf4a3..90f51af 100644 --- a/printing/printing.gyp +++ b/printing/printing.gyp @@ -132,6 +132,9 @@ ], }], ['OS=="win"', { + 'dependencies': [ + '../win8/win8.gyp:win8_util', + ], 'conditions': [ ['use_aura==0', { 'sources': [ |