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

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: nits 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..58a2c814b5395870adc637edf6af928136061db1
--- /dev/null
+++ b/components/page_load_metrics/DEPS
@@ -0,0 +1,8 @@
+include_rules = [
+ "+content/public/test",
+ "+ipc",
+ "+third_party/WebKit/public",
jochen (gone - plz use gerrit) 2015/09/18 08:30:47 that should be in renderer
+
+ "-components/page_load_metrics",
+ "+components/page_load_metrics/common",
+]

Powered by Google App Engine
This is Rietveld 408576698