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

Unified Diff: tools/telemetry/telemetry.gyp

Issue 131563009: [telemetry] bitmaptools as a standalone executable (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move telemetry.gyp in target All to OS!=ios Created 6 years, 11 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
« no previous file with comments | « tools/android/android_tools.gyp ('k') | tools/telemetry/telemetry/core/bitmap.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'],
+ },
+ ],
}
« no previous file with comments | « tools/android/android_tools.gyp ('k') | tools/telemetry/telemetry/core/bitmap.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698