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

Side by Side Diff: content/DEPS

Issue 11411118: Add tracing support to NaCl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: unify ppapi_trace_message_filter and child_trace_message_filter Created 8 years 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 "+cc", 4 "+cc",
5 5
6 "+crypto", 6 "+crypto",
7 7
8 # The subdirectories in content/ will manually allow their own include 8 # The subdirectories in content/ will manually allow their own include
9 # directories in content/ so we disallow all of them. 9 # directories in content/ so we disallow all of them.
10 "-content", 10 "-content",
11 "+content/common", 11 "+content/common",
12 "+content/components/tracing",
jam 2012/12/06 01:36:16 put this in content/browser instead
12 "+content/port/common", 13 "+content/port/common",
13 "+content/public/common", 14 "+content/public/common",
14 "+content/public/test", 15 "+content/public/test",
15 "+content/shell", # for content_browsertests 16 "+content/shell", # for content_browsertests
16 "+content/test", 17 "+content/test",
17 18
18 "+google_apis", 19 "+google_apis",
19 20
20 "+grit/content_resources.h", 21 "+grit/content_resources.h",
21 "+grit/ui_resources.h", 22 "+grit/ui_resources.h",
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 # explicit. 71 # explicit.
71 "-ui/views", 72 "-ui/views",
72 73
73 "+webkit", 74 "+webkit",
74 "-webkit/dom_storage", 75 "-webkit/dom_storage",
75 "+webkit/dom_storage/dom_storage_types.h", 76 "+webkit/dom_storage/dom_storage_types.h",
76 77
77 # For generated JNI includes. 78 # For generated JNI includes.
78 "+jni", 79 "+jni",
79 ] 80 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698