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

Unified Diff: libvpx.gyp

Issue 1365973002: Switch libvpx from static_library to none (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: Created 5 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libvpx.gyp
diff --git a/libvpx.gyp b/libvpx.gyp
index 725d9a92f2b962370b56174379b6334eec1bdf53..10a1c4d6a74d19df0f84e4c0bd830fb9b6d532c4 100644
--- a/libvpx.gyp
+++ b/libvpx.gyp
@@ -7,7 +7,7 @@
# This libvpx target contains both encoder and decoder.
# Encoder is configured to be realtime only.
'target_name': 'libvpx',
- 'type': 'static_library',
+ 'type': 'none',
'dependencies': [
'<(DEPTH)/third_party/libvpx_new/libvpx.gyp:libvpx_new'
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698