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

Unified Diff: components/metrics/DEPS

Issue 239093004: Move part of metrics from chrome/common to components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding a DEPS file to //components/metrics Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/metrics.gypi ('k') | components/metrics/metrics_log_base.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/metrics/DEPS
diff --git a/components/metrics/DEPS b/components/metrics/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..0dd99e0316abae7966f1a8b534a5d0eb75075bd3
--- /dev/null
+++ b/components/metrics/DEPS
@@ -0,0 +1,5 @@
+include_rules = [
+ "-chrome",
Ilya Sherman 2014/04/19 07:02:49 nit: No need to add this either, actually. Compon
bsimonnet 2014/04/21 15:17:06 Done.
+ "-net",
+ "-content",
Ilya Sherman 2014/04/19 03:44:52 nit: Please alphabetize.
bsimonnet 2014/04/21 15:17:06 Done.
+]
« no previous file with comments | « components/metrics.gypi ('k') | components/metrics/metrics_log_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698