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

Side by Side Diff: third_party/WebKit/public/platform/DEPS

Issue 1904163002: Move Web Notifications to use Mojo Base URL: https://chromium.googlesource.com/chromium/src.git@skbitmap-blink
Patch Set: it works \o/ Created 4 years, 7 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 "+base/logging.h", 2 "+base/logging.h",
3 "+base/metrics", 3 "+base/metrics",
4 "+base/trace_event", 4 "+base/trace_event",
5 "-bindings", 5 "-bindings",
6 "+cc", 6 "+cc",
7 "-cc/blink", 7 "-cc/blink",
8 "-core", 8 "-core",
9 "-modules", 9 "-modules",
10 "+mojo/public",
11 "+platform", 10 "+platform",
12 "+platform/weborigin", 11 "+platform/weborigin",
13 "+public/platform", 12 "+public/platform",
14 "-public/web", 13 "-public/web",
15 "+third_party/skia", 14 "+third_party/skia",
16 "+url", 15 "+url",
17 "-web", 16 "-web",
18 ] 17 ]
OLDNEW
« no previous file with comments | « third_party/WebKit/public/blink_headers.gypi ('k') | third_party/WebKit/public/platform/Platform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698