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

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

Issue 1832343002: Introduce BackspaceStateMachine (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+bindings/core", 2 "+bindings/core",
3 "-bindings/modules", 3 "-bindings/modules",
4 "+core", 4 "+core",
5 "-inspector/v8", 5 "-inspector/v8",
6 "+inspector/v8/public", 6 "+inspector/v8/public",
7 "-modules", 7 "-modules",
8 "+platform", 8 "+platform",
9 "+public/platform", 9 "+public/platform",
10 "-public/web", 10 "-public/web",
11 "+third_party/icu/source/common/unicode",
yosin_UTC9 2016/03/28 09:33:52 MEMO: This change is also in crrev.com/1833413002
Seigo Nonaka 2016/03/29 04:29:05 Done.
11 "+third_party/skia/include", 12 "+third_party/skia/include",
12 "-web", 13 "-web",
13 ] 14 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698