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

Unified Diff: ui/views/DEPS

Issue 1161933007: ui: Introduce CanvasPainter, remove PaintContext(gfx::Canvas*). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: canvaspainter: . Created 5 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
Index: ui/views/DEPS
diff --git a/ui/views/DEPS b/ui/views/DEPS
index c1d35702503042904707d76ec2a0842c12051b73..3aa966453a94ba46d3a0fd39e84bc17cebc688ee 100644
--- a/ui/views/DEPS
+++ b/ui/views/DEPS
@@ -25,4 +25,7 @@ specific_include_rules = {
"examples_browser_main_parts\.cc": [
"+ui/wm/test"
],
+ "view_unittest\.cc": [
+ "+cc/playback"
+ ],
}

Powered by Google App Engine
This is Rietveld 408576698