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

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: use FILE_PATH_LITERAL 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
« no previous file with comments | « no previous file | content/browser/indexed_db/indexed_db_context_impl.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 "+third_party/flac", 55 "+third_party/flac",
56 "+third_party/gpsd", 56 "+third_party/gpsd",
57 "+third_party/libjingle", 57 "+third_party/libjingle",
58 "+third_party/mozilla", 58 "+third_party/mozilla",
59 "+third_party/npapi/bindings", 59 "+third_party/npapi/bindings",
60 "+third_party/skia", 60 "+third_party/skia",
61 "+third_party/sqlite", 61 "+third_party/sqlite",
62 "+third_party/tcmalloc", 62 "+third_party/tcmalloc",
63 "+third_party/khronos", 63 "+third_party/khronos",
64 "+third_party/webrtc", 64 "+third_party/webrtc",
65 "+third_party/zlib/google",
65 "+third_party/WebKit/Source/Platform/chromium", 66 "+third_party/WebKit/Source/Platform/chromium",
66 "+third_party/WebKit/Source/WebKit/chromium", 67 "+third_party/WebKit/Source/WebKit/chromium",
67 68
68 "+ui/android", 69 "+ui/android",
69 # Aura is analogous to Win32 or a Gtk, so it is allowed. 70 # Aura is analogous to Win32 or a Gtk, so it is allowed.
70 "+ui/aura", 71 "+ui/aura",
71 "+ui/base", 72 "+ui/base",
72 "+ui/compositor", 73 "+ui/compositor",
73 "+ui/gfx", 74 "+ui/gfx",
74 "+ui/gl", 75 "+ui/gl",
(...skipping 13 matching lines...) Expand all
88 # explicit. 89 # explicit.
89 "-ui/views", 90 "-ui/views",
90 91
91 "+webkit", 92 "+webkit",
92 "-webkit/dom_storage", 93 "-webkit/dom_storage",
93 "+webkit/dom_storage/dom_storage_types.h", 94 "+webkit/dom_storage/dom_storage_types.h",
94 95
95 # For generated JNI includes. 96 # For generated JNI includes.
96 "+jni", 97 "+jni",
97 ] 98 ]
OLDNEW
« no previous file with comments | « no previous file | content/browser/indexed_db/indexed_db_context_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698