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

Side by Side Diff: extensions/renderer/DEPS

Issue 302463005: Add support for AMD to the extensions module system. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 6 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
« no previous file with comments | « chrome/test/base/module_system_test.cc ('k') | extensions/renderer/dispatcher.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/test/base/module_system_test.cc ('k') | extensions/renderer/dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698