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

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

Issue 1963293002: Replacing Indexed DB Chromium IPC with Mojo Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Refactoring after Passing URLRequestContextGetter. Created 4 years, 4 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/location.h", 2 "+base/location.h",
3 "+base/logging.h", 3 "+base/logging.h",
4 "+base/metrics", 4 "+base/metrics",
5 "+base/trace_event", 5 "+base/trace_event",
6 "-bindings", 6 "-bindings",
7 "+cc", 7 "+cc",
8 "-cc/blink", 8 "-cc/blink",
9 "+content/browser/indexed_db",
9 "-core", 10 "-core",
10 "-modules", 11 "-modules",
11 "+mojo/public", 12 "+mojo/public",
12 "+platform", 13 "+platform",
13 "+platform/weborigin", 14 "+platform/weborigin",
14 "+public/platform", 15 "+public/platform",
15 "-public/web", 16 "-public/web",
16 "+third_party/skia", 17 "+third_party/skia",
17 "+url", 18 "+url",
18 "-web", 19 "-web",
19 ] 20 ]
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