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

Unified Diff: ui/snapshot/DEPS

Issue 11399002: Implemented GetWindowSnapshot on RenderViewImpl (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Added stub methods for iOS Created 8 years 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 | « content/renderer/render_view_impl.cc ('k') | ui/snapshot/snapshot.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/snapshot/DEPS
diff --git a/ui/snapshot/DEPS b/ui/snapshot/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..13c975df22382da0ec508509d6b0fd2df2b96116
--- /dev/null
+++ b/ui/snapshot/DEPS
@@ -0,0 +1,7 @@
+include_rules = [
+ "+skia",
+ "+ui/aura",
+ "+ui/base",
+ "+ui/compositor",
+ "+ui/gfx",
+]
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | ui/snapshot/snapshot.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698