Index: tools/telemetry/telemetry.gyp |
diff --git a/third_party/libwebm/libwebm.gyp b/tools/telemetry/telemetry.gyp |
similarity index 55% |
copy from third_party/libwebm/libwebm.gyp |
copy to tools/telemetry/telemetry.gyp |
index e27740765db46ceed6b30822f920ec10c79118d6..150f76c231bf9cf10d84319fa1c6bd303c6e8664 100644 |
--- a/third_party/libwebm/libwebm.gyp |
+++ b/tools/telemetry/telemetry.gyp |
@@ -3,16 +3,14 @@ |
# found in the LICENSE file. |
{ |
- 'includes': [ |
- 'libwebm.gypi', |
- ], |
'targets': [ |
{ |
- 'target_name': 'libwebm', |
- 'type': 'static_library', |
+ 'target_name': 'bitmaptools', |
+ 'type': 'executable', |
'sources': [ |
- '<@(libwebm_sources)' |
- ] |
- }, # target libwebm |
- ] |
+ 'telemetry/core/bitmaptools.cc', |
+ ], |
+ 'toolsets': ['host'], |
+ }, |
+ ], |
} |