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

Side by Side Diff: extensions/renderer/DEPS

Issue 412713002: Move apps/shell to extensions/shell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 40% 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
« no previous file with comments | « extensions/DEPS ('k') | extensions/shell/DEPS » ('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",
3 "+content/public/common",
4 "+content/public/renderer", 2 "+content/public/renderer",
5 3
6 "+gin", 4 "+gin",
7 5
8 "+third_party/skia/include/core", 6 "+third_party/skia/include/core",
9 7
10 "+third_party/WebKit/public/platform", 8 "+third_party/WebKit/public/platform",
11 "+third_party/WebKit/public/web", 9 "+third_party/WebKit/public/web",
12 10
13 "-v8", 11 "-v8",
14 "+v8/include", 12 "+v8/include",
15 13
16 "+webkit/common/fileapi", 14 "+webkit/common/fileapi",
17 ] 15 ]
18 16
OLDNEW
« no previous file with comments | « extensions/DEPS ('k') | extensions/shell/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698