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

Unified Diff: ppapi/proxy/DEPS

Issue 11624021: Move tracing component to src/components (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add a DEPS rule back 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
Index: ppapi/proxy/DEPS
diff --git a/ppapi/proxy/DEPS b/ppapi/proxy/DEPS
index ded8bf6c67e5c2ae2e45d8a8ea427645e46816a7..e56cd3def111b0dda15f43d730eedb676a352d8c 100644
--- a/ppapi/proxy/DEPS
+++ b/ppapi/proxy/DEPS
@@ -1,11 +1,11 @@
include_rules = [
"+base",
- "+ipc",
+ "+components/tracing",
"+gpu",
+ "+ipc",
"+media/audio",
"+skia",
"+ui/surface",
- "+content/components/tracing",
# We don't want the proxy to depend on the C++ layer, which is appropriate
# for plugins only. However, the completion callback factory is a very useful

Powered by Google App Engine
This is Rietveld 408576698