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

Unified Diff: components/tracing/DEPS

Issue 11624021: Move tracing component to src/components (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Namespace change 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 | « components/components_tracing_untrusted.gyp ('k') | components/tracing/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/tracing/DEPS
diff --git a/content/components/tracing/DEPS b/components/tracing/DEPS
similarity index 82%
rename from content/components/tracing/DEPS
rename to components/tracing/DEPS
index 7330946bd2833fd2fba98391bf6ed61f0a66f5bc..b1418ce72552979b4bf8cd7c8b688c2a4e3a6a93 100644
--- a/content/components/tracing/DEPS
+++ b/components/tracing/DEPS
@@ -1,9 +1,9 @@
include_rules = [
"+base",
"+ipc",
+ "+components/tracing",
# This component will be compiled into NaCl, so it shouldn't depend on
# anything else in content.
Jói 2012/12/21 11:09:44 delete the "else"
kaiwang 2012/12/21 18:57:43 Done.
"-content",
- "+content/components/tracing",
]
« no previous file with comments | « components/components_tracing_untrusted.gyp ('k') | components/tracing/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698