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

Side by Side Diff: ui/base/DEPS

Issue 1968993002: Compressing .pak resources with new option: "type=GZIPPABLE_BINDATA" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed Python formatting Created 4 years, 6 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
« no previous file with comments | « ui/base/BUILD.gn ('k') | ui/base/resource/resource_bundle.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+jni", 2 "+jni",
3 "+net", 3 "+net",
4 "+skia/ext", 4 "+skia/ext",
5 "+third_party/skia", 5 "+third_party/skia",
6 "+third_party/zlib/zlib.h",
6 "+ui/display", 7 "+ui/display",
7 "+ui/events", 8 "+ui/events",
8 "+ui/gfx", 9 "+ui/gfx",
9 "+ui/resources/grit/ui_resources.h", 10 "+ui/resources/grit/ui_resources.h",
10 "+ui/resources/grit/ui_unscaled_resources.h", 11 "+ui/resources/grit/ui_unscaled_resources.h",
11 "+ui/resources/grit/webui_resources.h", 12 "+ui/resources/grit/webui_resources.h",
12 "+ui/strings/grit/app_locale_settings.h", 13 "+ui/strings/grit/app_locale_settings.h",
13 "+ui/strings/grit/ui_strings.h", 14 "+ui/strings/grit/ui_strings.h",
14 ] 15 ]
OLDNEW
« no previous file with comments | « ui/base/BUILD.gn ('k') | ui/base/resource/resource_bundle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698