Chromium Code Reviews| Index: ui/gfx/gfx.gyp |
| diff --git a/ui/gfx/gfx.gyp b/ui/gfx/gfx.gyp |
| index 98575ae001a9ce38c1a4f8e3845164a6848b3bf0..51c9f8a7bc563578eb51d69a37c56dc319a0c15d 100644 |
| --- a/ui/gfx/gfx.gyp |
| +++ b/ui/gfx/gfx.gyp |
| @@ -68,6 +68,48 @@ |
| '../../build/android/increase_size_for_speed.gypi', |
| ], |
| }, |
| +# { |
| +# 'target_name': 'gfx_slim', |
| +# 'type': '<(component)', |
| +# 'dependencies': [ |
| +# '<(DEPTH)/base/base.gyp:base', |
| +# '<(DEPTH)/skia/skia.gyp:skia', |
| +# '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', |
| +# '<(libjpeg_gyp_path):libjpeg', |
| +# 'gfx_geometry', |
| +# ], |
| +# 'export_dependent_settings': [ |
| +# '<(DEPTH)/skia/skia.gyp:skia', |
| +# ], |
| +# 'defines': [ |
| +# 'GFX_IMPLEMENTATION', |
| +# ], |
| +# 'include_dirs': [ |
| +# ], |
| +# 'sources': [ |
| +# 'animation/tween.cc', |
| +# 'animation/tween.h', |
| +# 'codec/jpeg_codec.cc', |
| +# 'codec/jpeg_codec.h', |
| +# 'codec/png_codec.cc', |
| +# 'codec/png_codec.h', |
| +# 'gpu_memory_buffer.cc', |
| +# 'gpu_memory_buffer.h', |
| +# 'hud_font.cc', |
| +# 'hud_font.h', |
| +# 'native_widget_types.h', |
| +# 'overlay_transform.h', |
| +# 'skia_util.cc', |
| +# 'skia_util.h', |
| +# # cc file for test? |
| +# 'test/gfx_util.h', |
|
nyquist
2015/08/19 07:48:07
Why do we need to include a test file?
David Trainor- moved to gerrit
2015/08/21 00:49:46
Ah sorry none of this is necessary right now. My
|
| +# 'transform.cc', |
| +# 'transform.h', |
| +# 'transform_util.cc', |
| +# 'transform_util.h', |
| +# 'vsync_provider.h', |
| +# ] |
| +# }, |
| { |
| 'target_name': 'gfx', |
| 'type': '<(component)', |