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

Side by Side Diff: extensions/renderer/DEPS

Issue 399363002: Add support for writing unit tests for Mojo-backed apps/extensions APIs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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 "-content", 2 "-content",
3 "+content/public/common", 3 "+content/public/common",
4 "+content/public/renderer", 4 "+content/public/renderer",
5 5
6 "+gin", 6 "+gin",
7 "+mojo/bindings/js",
7 8
8 "+third_party/skia/include/core", 9 "+third_party/skia/include/core",
9 10
10 "+third_party/WebKit/public/platform", 11 "+third_party/WebKit/public/platform",
11 "+third_party/WebKit/public/web", 12 "+third_party/WebKit/public/web",
12 13
13 "-v8", 14 "-v8",
14 "+v8/include", 15 "+v8/include",
15 16
16 "+webkit/common/fileapi", 17 "+webkit/common/fileapi",
17 ] 18 ]
18 19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698