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

Unified Diff: ui/events/DEPS

Issue 2040733002: Implement LatencyInfo StructTraits (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make Windows happier Created 4 years, 6 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 | « ui/events/BUILD.gn ('k') | ui/events/latency_info.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/DEPS
diff --git a/ui/events/DEPS b/ui/events/DEPS
index e1413133572c11ef996cb575e59adaf2f79f6b37..876ea314cdd70f9ee7fc801e8c83ccfecf21be70 100644
--- a/ui/events/DEPS
+++ b/ui/events/DEPS
@@ -2,3 +2,12 @@ include_rules = [
"+ui/display",
"+ui/gfx",
]
+
+specific_include_rules = {
+ "run_all_unittests\.cc": [
+ "+mojo/edk/embedder/embedder.h",
+ ],
+ "latency_info\.h": [
+ "+mojo/public",
+ ]
+}
« no previous file with comments | « ui/events/BUILD.gn ('k') | ui/events/latency_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698