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

Unified Diff: components/screenshot_taker/DEPS

Issue 706013004: Move non-browser specific ScreenshotTaker code to ui/snapshot. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Restrict to use_aura==1 and fix gn build Created 6 years, 1 month 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/screenshot_taker/DEPS
diff --git a/ash/desktop_background/DEPS b/components/screenshot_taker/DEPS
similarity index 89%
copy from ash/desktop_background/DEPS
copy to components/screenshot_taker/DEPS
index d79a7d00f02f555fc59623916adefe7fa2dde037..abfea5928656fbc95c07e10d56d09fbd2f7ec4c2 100644
--- a/ash/desktop_background/DEPS
+++ b/components/screenshot_taker/DEPS
@@ -1,4 +1,5 @@
include_rules = [
"+content/public/browser",
"+content/public/test",
+ "+ui",
]

Powered by Google App Engine
This is Rietveld 408576698