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

Unified Diff: components/page_load_metrics/DEPS

Issue 1312213010: PageLoadMetrics renderer and browser implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Relax DCHECK constraints slightly for tests Created 5 years, 3 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
Index: components/page_load_metrics/DEPS
diff --git a/components/page_load_metrics/DEPS b/components/page_load_metrics/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..573c041f6c48c71ea47befa4d355fdc2f7983b15
--- /dev/null
+++ b/components/page_load_metrics/DEPS
@@ -0,0 +1,7 @@
+include_rules = [
+ "+content/public/test",
+ "+ipc",
+
+ "-components/page_load_metrics",
+ "+components/page_load_metrics/common",
+]

Powered by Google App Engine
This is Rietveld 408576698