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

Side by Side Diff: extensions/renderer/DEPS

Issue 359413004: Add support for using AMD modules from extensions modules. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 | 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 "+gin",
7
6 "+third_party/skia/include/core", 8 "+third_party/skia/include/core",
7 9
8 "+third_party/WebKit/public/platform", 10 "+third_party/WebKit/public/platform",
9 "+third_party/WebKit/public/web", 11 "+third_party/WebKit/public/web",
10 12
11 "-v8", 13 "-v8",
12 "+v8/include", 14 "+v8/include",
13 15
14 "+webkit/common/fileapi", 16 "+webkit/common/fileapi",
15 ] 17 ]
16 18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698