Remove '<(library)' in gyp files.

This will remove all usage of '<(library)' in all webrtc gyp files. 
Review URL: https://webrtc-codereview.appspot.com/1049005

git-svn-id: http://webrtc.googlecode.com/svn/trunk@3392 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
wjia@webrtc.org 2013-01-18 23:42:21 +00:00
parent bb599b7089
commit a3c82bf667
35 changed files with 40 additions and 40 deletions

View File

@ -20,7 +20,7 @@
'targets': [
{
'target_name': 'google-gflags',
'type': '<(library)',
'type': 'static_library',
'include_dirs': [
'<(gflags_gen_arch_root)/include/private', # For config.h
'<(gflags_gen_arch_root)/include', # For configured files.

View File

@ -10,7 +10,7 @@
'targets': [
{
'target_name': 'resampler',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'signal_processing',
],

View File

@ -10,7 +10,7 @@
'targets': [
{
'target_name': 'signal_processing',
'type': '<(library)',
'type': 'static_library',
'include_dirs': [
'include',
],
@ -109,7 +109,7 @@
'targets': [
{
'target_name': 'signal_processing_neon',
'type': '<(library)',
'type': 'static_library',
'includes': ['../../build/arm_neon.gypi',],
'sources': [
'cross_correlation_neon.S',

View File

@ -10,7 +10,7 @@
'targets': [
{
'target_name': 'vad',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'signal_processing',
],

View File

@ -10,7 +10,7 @@
'targets': [
{
'target_name': 'CNG',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'<(webrtc_root)/common_audio/common_audio.gyp:signal_processing',
],

View File

@ -10,7 +10,7 @@
'targets': [
{
'target_name': 'G711',
'type': '<(library)',
'type': 'static_library',
'include_dirs': [
'include',
],

View File

@ -9,7 +9,7 @@
'targets': [
{
'target_name': 'G722',
'type': '<(library)',
'type': 'static_library',
'include_dirs': [
'include',
],

View File

@ -10,7 +10,7 @@
'targets': [
{
'target_name': 'iLBC',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'<(webrtc_root)/common_audio/common_audio.gyp:signal_processing',
],

View File

@ -10,7 +10,7 @@
'targets': [
{
'target_name': 'iSACFix',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'<(webrtc_root)/common_audio/common_audio.gyp:signal_processing',
'<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers',
@ -91,7 +91,7 @@
'targets': [
{
'target_name': 'isac_neon',
'type': '<(library)',
'type': 'static_library',
'includes': ['../../../../../../build/arm_neon.gypi',],
'dependencies': [
'<(webrtc_root)/common_audio/common_audio.gyp:signal_processing',

View File

@ -10,7 +10,7 @@
'targets': [
{
'target_name': 'iSAC',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'<(webrtc_root)/common_audio/common_audio.gyp:signal_processing',
],

View File

@ -10,7 +10,7 @@
'targets': [
{
'target_name': 'PCM16B',
'type': '<(library)',
'type': 'static_library',
'include_dirs': [
'include',
],

View File

@ -33,7 +33,7 @@
'targets': [
{
'target_name': 'audio_coding_module',
'type': '<(library)',
'type': 'static_library',
'defines': [
'<@(audio_coding_defines)',
],

View File

@ -10,7 +10,7 @@
'targets': [
{
'target_name': 'NetEq',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'CNG',
'<(webrtc_root)/common_audio/common_audio.gyp:signal_processing',
@ -244,7 +244,7 @@
{
'target_name': 'NetEqTestTools',
# Collection of useful functions used in other tests
'type': '<(library)',
'type': 'static_library',
'variables': {
# Expects RTP packets without payloads when enabled.
'neteq_dummy_rtp%': 0,

View File

@ -10,7 +10,7 @@
'targets': [
{
'target_name': 'audio_conference_mixer',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'audio_processing',
'webrtc_utility',

View File

@ -10,7 +10,7 @@
'targets': [
{
'target_name': 'audio_device',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'<(webrtc_root)/common_audio/common_audio.gyp:resampler',
'<(webrtc_root)/common_audio/common_audio.gyp:signal_processing',

View File

@ -10,7 +10,7 @@
'targets': [
{
'target_name': 'bitrate_controller',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers',
],

View File

@ -10,7 +10,7 @@
'targets': [
{
'target_name': 'media_file',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'webrtc_utility',
'<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers',

View File

@ -10,7 +10,7 @@
'targets': [
{
'target_name': 'paced_sender',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers',
],

View File

@ -10,7 +10,7 @@
'targets': [
{
'target_name': 'remote_bitrate_estimator',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
# system_wrappers
'<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers',

View File

@ -10,7 +10,7 @@
'targets': [
{
'target_name': 'rtp_rtcp',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers',
'<(webrtc_root)/modules/modules.gyp:remote_bitrate_estimator',

View File

@ -45,7 +45,7 @@
{
'target_name': 'matlab_plotting',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'matlab_plotting_include',
'<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers',

View File

@ -10,7 +10,7 @@
'targets': [
{
'target_name': 'udp_transport',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers',
],

View File

@ -10,7 +10,7 @@
'targets': [
{
'target_name': 'webrtc_utility',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'audio_coding_module',
'<(webrtc_root)/common_audio/common_audio.gyp:resampler',

View File

@ -10,7 +10,7 @@
'targets': [
{
'target_name': 'webrtc_i420',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers',
],

View File

@ -12,7 +12,7 @@
'targets': [
{
'target_name': 'video_codecs_test_framework',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'<(webrtc_root)/test/test.gyp:test_support',
],

View File

@ -12,7 +12,7 @@
'targets': [
{
'target_name': 'test_framework',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'<(DEPTH)/testing/gtest.gyp:gtest',

View File

@ -23,7 +23,7 @@
'targets': [
{
'target_name': 'webrtc_vp8',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers',
'<(webrtc_root)/common_video/common_video.gyp:common_video',

View File

@ -10,7 +10,7 @@
'targets': [
{
'target_name': 'webrtc_video_coding',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'webrtc_i420',
'<(webrtc_root)/common_video/common_video.gyp:common_video',

View File

@ -10,7 +10,7 @@
'targets': [
{
'target_name': 'video_processing',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'webrtc_utility',
'<(webrtc_root)/common_audio/common_audio.gyp:signal_processing',
@ -62,7 +62,7 @@
'targets': [
{
'target_name': 'video_processing_sse2',
'type': '<(library)',
'type': 'static_library',
'sources': [
'content_analysis_sse2.cc',
],

View File

@ -11,7 +11,7 @@
'targets': [
{
'target_name': 'system_wrappers',
'type': '<(library)',
'type': 'static_library',
'include_dirs': [
'spreadsortlib',
'../interface',
@ -198,7 +198,7 @@
'chromium_code': 0,
},
'target_name': 'cpu_features_android',
'type': '<(library)',
'type': 'static_library',
'sources': [
# TODO(leozwang): Ideally we want to audomatically exclude .c files
# as with .cc files, gyp currently only excludes .cc files.

View File

@ -12,7 +12,7 @@
'targets': [
{
'target_name': 'libtest',
'type': '<(library)',
'type': 'static_library',
'sources': [
# Helper classes
'include/bit_flip_encryption.h',

View File

@ -18,7 +18,7 @@
# GYP generation would occur, because the libyuv.gypi unittest target
# depends on test_support_main. See issue #160 for more info.
'target_name': 'metrics',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'<(webrtc_root)/common_video/common_video.gyp:common_video',
'<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers',

View File

@ -9,7 +9,7 @@
'targets': [
{
'target_name': 'libvietest',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers',
'<(DEPTH)/testing/gtest.gyp:gtest',

View File

@ -17,7 +17,7 @@
'targets': [
{
'target_name': 'video_engine_core',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
# common_video

View File

@ -10,7 +10,7 @@
'targets': [
{
'target_name': 'voice_engine_core',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'<(webrtc_root)/common_audio/common_audio.gyp:resampler',
'<(webrtc_root)/common_audio/common_audio.gyp:signal_processing',