Make Aura build respect use_cups gyp flag.

This is upstreaming a Gentoo Linux patch.

BUG=none
R=erg@chromium.org

Review URL: https://codereview.chromium.org/184293009

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@255229 0039d316-1c4b-4281-b951-d872f2087c98
parent bebd875b
......@@ -17,6 +17,7 @@
'../../../../build/linux/system.gyp:gconf',
'../../../../build/linux/system.gyp:gtk',
'../../../../build/linux/system.gyp:gtkprint',
'../../../../printing/printing.gyp:cups',
'../../../../skia/skia.gyp:skia',
'../../../../ui/base/strings/ui_strings.gyp:ui_strings',
'../../../../ui/resources/ui_resources.gyp:ui_resources',
......@@ -29,7 +30,6 @@
],
'defines': [
'LIBGTK2UI_IMPLEMENTATION',
'USE_CUPS',
],
# Several of our source files are named _gtk2.cc. This isn't to
# differentiate them from their source files (ninja and make are sane
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment