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

Unified Diff: speex.gyp

Issue 8692003: set type 'settings' to 'none' in gyp file in case using the system lib (Closed) Base URL: http://git.chromium.org/chromium/deps/speex.git@master
Patch Set: Created 9 years, 1 month 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: speex.gyp
diff --git a/speex.gyp b/speex.gyp
index b98c56bac23a73d921abd1560b36a6468738b3a4..ea5e0ef652c90a41596d233cc21f25e43e442c18 100644
--- a/speex.gyp
+++ b/speex.gyp
@@ -94,7 +94,7 @@
'targets': [
{
'target_name': 'libspeex',
- 'type': 'settings',
+ 'type': 'none',
'direct_dependent_settings': {
'cflags': [
'<!@(pkg-config --cflags speex)',
« 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