Chromium Code Reviews| 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', |