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

Side by Side Diff: third_party/WebKit/Source/core/DEPS

Issue 1835303002: Implementation of the GreenWeb language extensions. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change GreenWeb-related CSS property names such that they apply in the desired order at runtime. Created 4 years, 8 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 | « ipc/ipc_message.cc ('k') | third_party/WebKit/Source/core/css/CSSPrimitiveValueMappings.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 "+bindings/core", 2 "+bindings/core",
3 "-bindings/modules", 3 "-bindings/modules",
4 "+content/renderer",
4 "+core", 5 "+core",
5 "-modules", 6 "-modules",
6 "+platform", 7 "+platform",
7 "+public/platform", 8 "+public/platform",
8 "-public/web", 9 "-public/web",
9 "+third_party/skia/include", 10 "+third_party/skia/include",
10 "-web", 11 "-web",
11 ] 12 ]
OLDNEW
« no previous file with comments | « ipc/ipc_message.cc ('k') | third_party/WebKit/Source/core/css/CSSPrimitiveValueMappings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698