Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(417)

Side by Side Diff: printing/DEPS

Issue 1934013002: Enable the cups backend when --enable-native-cups is specified. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cupsFlag
Patch Set: Cleaned Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+jni", 2 "+jni",
3 "+skia/ext", 3 "+skia/ext",
4 "+third_party/icu/source/common/unicode", 4 "+third_party/icu/source/common/unicode",
5 "+third_party/icu/source/i18n/unicode", 5 "+third_party/icu/source/i18n/unicode",
6 "+third_party/skia", 6 "+third_party/skia",
7 "+ui/aura", 7 "+ui/aura",
8 "+ui/base/resource", 8 "+ui/base/resource",
9 "+ui/base/text", 9 "+ui/base/text",
10 "+ui/gfx", 10 "+ui/gfx",
11 "+win8/util", 11 "+win8/util",
12
13 "+chrome/common",
Lei Zhang 2016/06/28 19:09:47 Sorry, you can't do this. That's what the red try
skau 2016/06/28 21:40:15 Thanks. I've moved it to webui
12 ] 14 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698