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

Unified Diff: ui/gfx/gfx.gyp

Issue 1295243003: Initial commit of the blimp/ folder and target (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleaned it up, addressed nyquist@ nits Created 5 years, 4 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
« blimp/common/compositor/blimp_layer_tree_settings.cc ('K') | « build/all.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)',
« blimp/common/compositor/blimp_layer_tree_settings.cc ('K') | « build/all.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698