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

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: Improve constness for thread-proxied calls Created 7 years, 8 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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 # implementations that are strongly tied to Google servers, i.e. we 43 # implementations that are strongly tied to Google servers, i.e. we
44 # don't expect alternate implementations to be provided by the 44 # don't expect alternate implementations to be provided by the
45 # embedder. 45 # embedder.
46 "-google_apis", 46 "-google_apis",
47 47
48 # Don't allow inclusion of these other libs we shouldn't be calling directly. 48 # Don't allow inclusion of these other libs we shouldn't be calling directly.
49 "-v8", 49 "-v8",
50 "-tools", 50 "-tools",
51 51
52 # Allow inclusion of third-party code: 52 # Allow inclusion of third-party code:
53 "+components/zip",
53 "+third_party/angle", 54 "+third_party/angle",
54 "+third_party/flac", 55 "+third_party/flac",
55 "+third_party/gpsd", 56 "+third_party/gpsd",
56 "+third_party/mozilla", 57 "+third_party/mozilla",
57 "+third_party/npapi/bindings", 58 "+third_party/npapi/bindings",
58 "+third_party/skia", 59 "+third_party/skia",
59 "+third_party/sqlite", 60 "+third_party/sqlite",
60 "+third_party/tcmalloc", 61 "+third_party/tcmalloc",
61 "+third_party/khronos", 62 "+third_party/khronos",
62 "+third_party/webrtc", 63 "+third_party/webrtc",
(...skipping 23 matching lines...) Expand all
86 # explicit. 87 # explicit.
87 "-ui/views", 88 "-ui/views",
88 89
89 "+webkit", 90 "+webkit",
90 "-webkit/dom_storage", 91 "-webkit/dom_storage",
91 "+webkit/dom_storage/dom_storage_types.h", 92 "+webkit/dom_storage/dom_storage_types.h",
92 93
93 # For generated JNI includes. 94 # For generated JNI includes.
94 "+jni", 95 "+jni",
95 ] 96 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698