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

Unified Diff: flac.gyp

Issue 11744028: Prepare to use generated shim headers for FLAC (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/flac/
Patch Set: Created 7 years, 12 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 | « flac.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: flac.gyp
===================================================================
--- flac.gyp (revision 174038)
+++ flac.gyp (working copy)
@@ -94,11 +94,23 @@
{
'target_name': 'libflac',
'type': 'none',
- 'direct_dependent_settings': {
- 'defines': [
- 'USE_SYSTEM_FLAC',
+ 'variables': {
+ 'headers_root_path': 'include',
+ 'header_filenames': [
+ 'FLAC/callback.h',
+ 'FLAC/metadata.h',
+ 'FLAC/assert.h',
+ 'FLAC/export.h',
+ 'FLAC/format.h',
+ 'FLAC/stream_decoder.h',
+ 'FLAC/stream_encoder.h',
+ 'FLAC/ordinals.h',
+ 'FLAC/all.h',
],
},
+ 'includes': [
+ '../../build/shim_headers.gypi',
+ ],
'link_settings': {
'ldflags': [
'<!@(pkg-config --libs-only-L --libs-only-other flac)',
« no previous file with comments | « flac.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698