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: extensions/renderer/DEPS

Issue 235943018: Move extensions bindings code out of //chrome (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move the rest Created 6 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 | Annotate | Revision Log
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 "+third_party/skia/include/core",
7
8 "+third_party/WebKit/public/platform",
6 "+third_party/WebKit/public/web", 9 "+third_party/WebKit/public/web",
7 10
8 "-v8", 11 "-v8",
9 "+v8/include", 12 "+v8/include",
13
14 "+webkit/common/fileapi",
10 ] 15 ]
11 16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698