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

Unified Diff: components/test/DEPS

Issue 2687583002: Add support for single sample metrics. (Closed)
Patch Set: Fix ios hopefully; address comments. Created 3 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
Index: components/test/DEPS
diff --git a/components/test/DEPS b/components/test/DEPS
index 595f6482f8dc2d83c98b88efe92fb21d816b5e58..d26e972224fbcab59810418c78deff9c51040450 100644
--- a/components/test/DEPS
+++ b/components/test/DEPS
@@ -8,3 +8,9 @@ include_rules = [
"+net",
"+ui",
]
+
+specific_include_rules = {
+ "run_all_unittests\.cc": [
+ "+mojo/edk/embedder",
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698