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

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: use export_dependent_settings instead of direct_dependent_settings 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..5ee612ec297faa5589da56a9817d76a4b194aa06 100644
--- a/libvpx.gyp
+++ b/libvpx.gyp
@@ -7,15 +7,13 @@
# 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'
],
- 'direct_dependent_settings': {
- 'include_dirs': [
- '<(DEPTH)/third_party/libvpx_new/source/libvpx',
- ],
- },
+ 'export_dependent_settings': [
+ '<(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