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

Side by Side Diff: content/DEPS

Issue 13949013: Implement download link in chrome://indexeddb-internals/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update to reflect new zip/ location Created 7 years, 7 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 # Do NOT add chrome to the list below. We shouldn't be including files from 1 # Do NOT add chrome to the list below. We shouldn't be including files from
2 # src/chrome in src/content. 2 # src/chrome in src/content.
3 include_rules = [ 3 include_rules = [
4 # The subdirectories in content/ will manually allow their own include 4 # The subdirectories in content/ will manually allow their own include
5 # directories in content/ so we disallow all of them. 5 # directories in content/ so we disallow all of them.
6 "-content", 6 "-content",
7 "+content/common", 7 "+content/common",
8 "+content/port/common", 8 "+content/port/common",
9 "+content/public/common", 9 "+content/public/common",
10 "+content/public/test", 10 "+content/public/test",
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 "+third_party/angle", 54 "+third_party/angle",
55 "+third_party/flac", 55 "+third_party/flac",
56 "+third_party/gpsd", 56 "+third_party/gpsd",
57 "+third_party/mozilla", 57 "+third_party/mozilla",
58 "+third_party/npapi/bindings", 58 "+third_party/npapi/bindings",
59 "+third_party/skia", 59 "+third_party/skia",
60 "+third_party/sqlite", 60 "+third_party/sqlite",
61 "+third_party/tcmalloc", 61 "+third_party/tcmalloc",
62 "+third_party/khronos", 62 "+third_party/khronos",
63 "+third_party/webrtc", 63 "+third_party/webrtc",
64 "+third_party/zip",
64 "+third_party/WebKit/Source/Platform/chromium", 65 "+third_party/WebKit/Source/Platform/chromium",
65 "+third_party/WebKit/Source/WebKit/chromium", 66 "+third_party/WebKit/Source/WebKit/chromium",
66 67
67 "+ui/android", 68 "+ui/android",
68 # Aura is analogous to Win32 or a Gtk, so it is allowed. 69 # Aura is analogous to Win32 or a Gtk, so it is allowed.
69 "+ui/aura", 70 "+ui/aura",
70 "+ui/base", 71 "+ui/base",
71 "+ui/compositor", 72 "+ui/compositor",
72 "+ui/gfx", 73 "+ui/gfx",
73 "+ui/gl", 74 "+ui/gl",
(...skipping 13 matching lines...) Expand all
87 # explicit. 88 # explicit.
88 "-ui/views", 89 "-ui/views",
89 90
90 "+webkit", 91 "+webkit",
91 "-webkit/dom_storage", 92 "-webkit/dom_storage",
92 "+webkit/dom_storage/dom_storage_types.h", 93 "+webkit/dom_storage/dom_storage_types.h",
93 94
94 # For generated JNI includes. 95 # For generated JNI includes.
95 "+jni", 96 "+jni",
96 ] 97 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698