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

Unified Diff: content/components/tracing/DEPS

Issue 11411118: Add tracing support to NaCl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove content from tracing DEPS 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/common/child_trace_message_filter.cc ('k') | content/components/tracing/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/components/tracing/DEPS
diff --git a/content/components/tracing/DEPS b/content/components/tracing/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..7330946bd2833fd2fba98391bf6ed61f0a66f5bc
--- /dev/null
+++ b/content/components/tracing/DEPS
@@ -0,0 +1,9 @@
+include_rules = [
+ "+base",
tfarina 2013/02/27 15:55:39 was this and +ipc necessary? They are allowed by t
+ "+ipc",
+
+ # This component will be compiled into NaCl, so it shouldn't depend on
+ # anything else in content.
+ "-content",
+ "+content/components/tracing",
+]
« no previous file with comments | « content/common/child_trace_message_filter.cc ('k') | content/components/tracing/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698