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

Unified Diff: ui/snapshot/snapshot.gyp

Issue 281003002: Make ui::Snapshot asynchronous on Android, remove CompositeAndReadback. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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/snapshot/snapshot.gyp
diff --git a/ui/snapshot/snapshot.gyp b/ui/snapshot/snapshot.gyp
index a6a997e0b5d9f87c700cd5a6231101ba228e4df2..4167c6091f082a63d6af4a9be88d422bea06a039 100644
--- a/ui/snapshot/snapshot.gyp
+++ b/ui/snapshot/snapshot.gyp
@@ -11,8 +11,10 @@
'target_name': 'snapshot',
'type': '<(component)',
'dependencies': [
- '../../skia/skia.gyp:skia',
'../../base/base.gyp:base',
+ '../../cc/cc.gyp:cc',
+ '../../gpu/gpu.gyp:command_buffer_common',
+ '../../skia/skia.gyp:skia',
'../base/ui_base.gyp:ui_base',
'../gfx/gfx.gyp:gfx',
'../gfx/gfx.gyp:gfx_geometry',
@@ -23,6 +25,8 @@
'sources': [
'snapshot.h',
'snapshot_android.cc',
+ 'snapshot_async.cc',
+ 'snapshot_async.h',
'snapshot_aura.cc',
'snapshot_export.h',
'snapshot_ios.mm',

Powered by Google App Engine
This is Rietveld 408576698