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

Unified Diff: ui/android/ui_android.gyp

Issue 2133873004: content: Move Surfaces related code out of RWHVA. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: .. Created 4 years, 5 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/android/ui_android.gyp
diff --git a/ui/android/ui_android.gyp b/ui/android/ui_android.gyp
index 5e7517897d9a6871bbd2a9b6ca7cad504c8ab933..653bbbc4357811084115442f039d8cced55cc6e5 100644
--- a/ui/android/ui_android.gyp
+++ b/ui/android/ui_android.gyp
@@ -14,6 +14,7 @@
'dependencies': [
'../../base/base.gyp:base',
'../../cc/cc.gyp:cc',
+ '../../cc/cc.gyp:cc_surfaces',
David Trainor- moved to gerrit 2016/08/04 16:05:46 Don't need gyp changes IIRC
Khushal 2016/08/09 20:54:07 YES!!
'../../skia/skia.gyp:skia',
'../gfx/gfx.gyp:gfx',
'../gfx/gfx.gyp:gfx_geometry',
@@ -26,6 +27,8 @@
'animation_utils.h',
'context_provider_factory.cc',
'context_provider_factory.h',
+ 'delegated_frame_host_android.cc',
+ 'delegated_frame_host_android.h',
'edge_effect.cc',
'edge_effect.h',
'edge_effect_base.cc',
« ui/android/delegated_frame_host_android.cc ('K') | « ui/android/delegated_frame_host_android.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698