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', |
], |
}, |
+# { |
Kevin Marshall
2015/08/21 18:46:35
Just delete this? There's always the Git revision
David Trainor- moved to gerrit
2015/08/21 19:02:24
Ah sorry I forgot to do this :(. Thanks!
|
+# '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', |
+# 'transform.cc', |
+# 'transform.h', |
+# 'transform_util.cc', |
+# 'transform_util.h', |
+# 'vsync_provider.h', |
+# ] |
+# }, |
{ |
'target_name': 'gfx', |
'type': '<(component)', |