0

Globally replace <(library) with static_library

We provided <(library) as a variable to support a peculiar
build configuration on Linux.  We no longer support that build
configuration, so we can simplify this code to no longer use
a variable.

Review URL: http://codereview.chromium.org/7051014

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86004 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
evan@chromium.org
2011-05-19 23:18:53 +00:00
parent ab03674571
commit 5a54733814
89 changed files with 157 additions and 160 deletions
app
base
allocator
base.gypbase.gypi
third_party
dynamic_annotations
breakpad
build
chrome
content
courgette
crypto
ipc
jingle
media
net
net.gyp
third_party
printing
remoting
sandbox
sdch
skia
testing
third_party
bspatch
bzip2
cacheinvalidation
cld
expat
harfbuzz-ng
harfbuzz
iaccessible2
iccjpeg
isimpledom
libevent
libjingle
libjpeg
libphonenumber
libwebp
libxml
libxslt
lzma_sdk
mach_override
modp_b64
ocmock
openmax
protobuf
qcms
snappy
sqlite
undoview
zlib
ui
views
webkit

@ -47,7 +47,7 @@
'targets': [
{
'target_name': 'app_base',
'type': '<(library)',
'type': 'static_library',
'msvs_guid': '4631946D-7D5F-44BD-A5A8-504C0A7033BE',
'variables': {
'app_base_target': 1,
@ -324,7 +324,7 @@
'targets': [
{
'target_name': 'app_base_nacl_win64',
'type': '<(library)',
'type': 'static_library',
'msvs_guid': '4987C6F9-B230-48E5-BF91-418EAE69AD90',
'dependencies': [
# app resources and ui_strings should be shared with the 32-bit

@ -10,7 +10,7 @@
'targets': [
{
'target_name': 'allocator',
'type': '<(library)',
'type': 'static_library',
'msvs_guid': 'C564F145-9172-42C3-BFCB-60FDEA124321',
'include_dirs': [
'.',

@ -12,7 +12,7 @@
'targets': [
{
'target_name': 'base_i18n',
'type': '<(library)',
'type': 'static_library',
'msvs_guid': '968F3222-9798-4D21-BE08-15ECB5EF2994',
'dependencies': [
'base',
@ -60,7 +60,7 @@
# dynamic library. Note that this library cannot depend on base because
# base depends on base_static.
'target_name': 'base_static',
'type': '<(library)',
'type': 'static_library',
'sources': [
'base_switches.cc',
'base_switches.h',
@ -75,7 +75,7 @@
# TODO(rvargas): Remove this when gyp finally supports a clean model.
# See bug 36232.
'target_name': 'base_static_win64',
'type': '<(library)',
'type': 'static_library',
'sources': [
'base_switches.cc',
'base_switches.h',
@ -293,7 +293,7 @@
},
{
'target_name': 'test_support_base',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'base',
'base_static',
@ -335,7 +335,7 @@
},
{
'target_name': 'test_support_perf',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'base',
'../testing/gtest.gyp:gtest',

@ -604,7 +604,7 @@
'targets': [
{
'target_name': 'base_nacl_win64',
'type': '<(library)',
'type': 'static_library',
'msvs_guid': 'CEE1F794-DC70-4FED-B7C4-4C12986672FE',
'variables': {
'base_target': 1,
@ -638,7 +638,7 @@
'targets': [
{
'target_name': 'symbolize',
'type': '<(library)',
'type': 'static_library',
'variables': {
'chromium_code': 0,
},
@ -663,7 +663,7 @@
},
{
'target_name': 'xdg_mime',
'type': '<(library)',
'type': 'static_library',
'variables': {
'chromium_code': 0,
},

@ -6,7 +6,7 @@
'targets': [
{
'target_name': 'dynamic_annotations',
'type': '<(library)',
'type': 'static_library',
'msvs_guid': 'EF3AD1A1-5FA6-4B70-9CCC-F5AE4C6D0892',
'include_dirs': [
'../../../',
@ -22,7 +22,7 @@
'targets': [
{
'target_name': 'dynamic_annotations_win64',
'type': '<(library)',
'type': 'static_library',
'msvs_guid': 'E8055455-0065-427B-9461-34A16FAD1973',
# We can't use dynamic_annotations target for win64 build since it is
# a 32-bit library.

@ -25,7 +25,7 @@
'targets': [
{
'target_name': 'breakpad_utilities',
'type': '<(library)',
'type': 'static_library',
'sources': [
'src/common/convert_UTF.c',
'src/client/mac/handler/breakpad_nlist_64.cc',
@ -174,7 +174,7 @@
},
{
'target_name': 'breakpad',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'breakpad_utilities',
'crash_inspector',
@ -283,7 +283,7 @@
'targets': [
{
'target_name': 'breakpad_client',
'type': '<(library)',
'type': 'static_library',
'sources': [
'src/client/linux/crash_generation/crash_generation_client.cc',
@ -338,7 +338,7 @@
{
# Breakpad r693 uses some files from src/processor in unit tests.
'target_name': 'breakpad_processor_support',
'type': '<(library)',
'type': 'static_library',
'sources': [
'src/processor/basic_code_modules.cc',

@ -36,7 +36,7 @@
'targets': [
{
'target_name': 'breakpad_handler',
'type': '<(library)',
'type': 'static_library',
'variables': {
'breakpad_handler_target': 1,
},
@ -58,7 +58,7 @@
# BREAKPAD_NO_TERMINATE_THREAD as that define makes breakpad crash
# when created and destroyed in DllMain.
'target_name': 'breakpad_handler_dll',
'type': '<(library)',
'type': 'static_library',
'variables': {
'breakpad_handler_target': 1,
},
@ -72,7 +72,7 @@
},
{
'target_name': 'breakpad_handler_win64',
'type': '<(library)',
'type': 'static_library',
'variables': {
'breakpad_handler_target': 1,
},

@ -26,7 +26,7 @@
'targets': [
{
'target_name': 'breakpad_sender',
'type': '<(library)',
'type': 'static_library',
'msvs_guid': '9946A048-043B-4F8F-9E07-9297B204714C',
'variables': {
'breakpad_sender_target': 1,
@ -41,7 +41,7 @@
},
{
'target_name': 'breakpad_sender_win64',
'type': '<(library)',
'type': 'static_library',
'msvs_guid': '237AEB58-9D74-41EF-9D49-A6ECE24EA8BC',
'variables': {
'breakpad_sender_target': 1,

@ -62,7 +62,7 @@
'chromeos%': '<(chromeos)',
'touchui%': '<(touchui)',
'host_arch%': '<(host_arch)',
'library%': '<(library)',
'library%': 'static_library',
'toolkit_views%': '<(toolkit_views)',
# Override branding to select the desired branding flavor.
@ -117,7 +117,7 @@
# 'library' for static libraries.
# By default, component is set to whatever library is set to and
# it can be overriden by the GYP command line or by ~/.gyp/include.gypi.
'component%': '<(library)',
'component%': 'static_library',
# Set to select the Title Case versions of strings in GRD files.
'use_titlecase_in_grd_files%': 0,
@ -217,7 +217,7 @@
'arm_neon%': '<(arm_neon)',
'sysroot%': '<(sysroot)',
'disable_sse2%': '<(disable_sse2)',
'library%': '<(library)',
'library%': 'static_library',
'component%': '<(component)',
'use_titlecase_in_grd_files%': '<(use_titlecase_in_grd_files)',
'use_third_party_translations%': '<(use_third_party_translations)',

@ -137,7 +137,7 @@
},
{
'target_name': 'policy',
'type': '<(library)',
'type': 'static_library',
'hard_dependency': 1,
'direct_dependent_settings': {
'include_dirs': [
@ -174,7 +174,7 @@
'targets': [
{
'target_name': 'policy_win64',
'type': '<(library)',
'type': 'static_library',
'hard_dependency': 1,
'sources': [
'<(policy_constant_header_path)',

@ -56,7 +56,7 @@
},
{
'target_name': 'sync_proto_cpp',
'type': '<(library)',
'type': 'static_library',
'sources': [
'<(protoc_out_dir)/chrome/browser/sync/protocol/sync.pb.cc',
'<(protoc_out_dir)/chrome/browser/sync/protocol/sync.pb.h',

@ -416,7 +416,7 @@
},
{
'target_name': 'debugger',
'type': '<(library)',
'type': 'static_library',
'msvs_guid': '57823D8C-A317-4713-9125-2C91FDFD12D6',
'dependencies': [
'chrome_extra_resources',
@ -477,7 +477,7 @@
},
{
'target_name': 'utility',
'type': '<(library)',
'type': 'static_library',
'msvs_guid': '4D2B38E6-65FF-4F97-B88A-E441DF54EBF7',
'dependencies': [
'../base/base.gyp:base',
@ -501,7 +501,7 @@
},
{
'target_name': 'profile_import',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
],
@ -515,7 +515,7 @@
# Provides a syncapi dynamic library target from checked-in binaries,
# or from compiling a stub implementation.
'target_name': 'syncapi',
'type': '<(library)',
'type': 'static_library',
'sources': [
'browser/sync/engine/http_post_provider_factory.h',
'browser/sync/engine/http_post_provider_interface.h',
@ -553,7 +553,7 @@
},
{
'target_name': 'sync',
'type': '<(library)',
'type': 'static_library',
'sources': [
'browser/sync/engine/all_status.cc',
'browser/sync/engine/all_status.h',
@ -740,7 +740,7 @@
# A library for sending and receiving server-issued notifications.
{
'target_name': 'sync_notifier',
'type': '<(library)',
'type': 'static_library',
'sources': [
'browser/sync/notifier/cache_invalidation_packet_handler.cc',
'browser/sync/notifier/cache_invalidation_packet_handler.h',
@ -782,7 +782,7 @@
},
{
'target_name': 'service',
'type': '<(library)',
'type': 'static_library',
'msvs_guid': '2DA87614-55C5-4E56-A17E-0CD099786197',
'dependencies': [
'chrome_strings',
@ -1469,7 +1469,7 @@
},
{
'target_name': 'automation',
'type': '<(library)',
'type': 'static_library',
'msvs_guid': '1556EF78-C7E6-43C8-951F-F6B43AC0DD12',
'dependencies': [
'theme_resources',

@ -6,7 +6,7 @@
'targets': [
{
'target_name': 'browser',
'type': '<(library)',
'type': 'static_library',
'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
'dependencies': [
'app/policy/cloud_policy_codegen.gyp:policy',
@ -4549,7 +4549,7 @@
},
{
'target_name': 'in_memory_url_index_cache_proto_cpp',
'type': '<(library)',
'type': 'static_library',
'sources': [
'<(protoc_out_dir)/chrome/browser/history/in_memory_url_index_cache.pb.cc',
'<(protoc_out_dir)/chrome/browser/history/in_memory_url_index_cache.pb.h',

@ -85,7 +85,7 @@
'targets': [
{
'target_name': 'common',
'type': '<(library)',
'type': 'static_library',
'msvs_guid': '899F1280-3441-4D1F-BA04-CCD6208D9146',
'variables': {
'chrome_common_target': 1,
@ -350,7 +350,7 @@
},
{
'target_name': 'common_net',
'type': '<(library)',
'type': 'static_library',
'sources': [
'common/net/http_return.h',
'common/net/net_resource_provider.cc',
@ -473,7 +473,7 @@
'targets': [
{
'target_name': 'common_nacl_win64',
'type': '<(library)',
'type': 'static_library',
'msvs_guid': '3AB5C5E9-470C-419B-A0AE-C7381FB632FA',
'variables': {
'chrome_common_target': 1,

@ -87,7 +87,7 @@
'targets': [
{
'target_name': 'installer_util',
'type': '<(library)',
'type': 'static_library',
'msvs_guid': 'EFBB1436-A63F-4CD8-9E99-B89226E782EC',
'variables': {
'installer_util_target': 1,
@ -141,7 +141,7 @@
},
{
'target_name': 'installer_util_nacl_win64',
'type': '<(library)',
'type': 'static_library',
'msvs_guid': '91016F29-C324-4236-8AA0-032765E71582',
'variables': {
'installer_util_target': 1,
@ -169,7 +169,7 @@
'targets': [
{
'target_name': 'installer_util',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'common_constants',
'chrome_resources',

@ -6,7 +6,7 @@
'targets': [
{
'target_name': 'renderer',
'type': '<(library)',
'type': 'static_library',
'msvs_guid': '9301A569-5D2B-4D11-9332-B1E30AEACB8D',
'dependencies': [
'common',

@ -21,7 +21,7 @@
# This target contains mocks and test utilities that don't belong in
# production libraries but are used by more than one test executable.
'target_name': 'test_support_common',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'browser',
'common',
@ -223,7 +223,7 @@
},
{
'target_name': 'test_support_ui',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'test_support_common',
'chrome_resources',
@ -272,7 +272,7 @@
},
{
'target_name': 'test_support_sync',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
'../testing/gmock.gyp:gmock',
@ -297,7 +297,7 @@
},
{
'target_name': 'test_support_syncapi',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
'syncapi',
@ -318,7 +318,7 @@
},
{
'target_name': 'test_support_sync_notifier',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'../testing/gmock.gyp:gmock',
'sync_notifier',
@ -333,7 +333,7 @@
},
{
'target_name': 'test_support_unit',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'test_support_common',
'chrome_resources',
@ -770,7 +770,7 @@
# The documention of the protocol implemented is at:
# http://code.google.com/p/selenium/wiki/JsonWireProtocol
'target_name': 'chromedriver_lib',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'browser',
'chrome',

@ -55,7 +55,7 @@
'targets': [
{
'target_name': 'common_constants',
'type': '<(library)',
'type': 'static_library',
'variables': {
'common_constants_target': 1,
},
@ -74,7 +74,7 @@
'targets': [
{
'target_name': 'common_constants_win64',
'type': '<(library)',
'type': 'static_library',
'variables': {
'common_constants_target': 1,
},

@ -9,7 +9,7 @@
'targets': [
{
'target_name': 'default_plugin',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
':default_plugin_resources',
'<(DEPTH)/base/base.gyp:base',

@ -260,7 +260,7 @@
'targets': [
{
'target_name': 'lzma',
'type': '<(library)',
'type': 'static_library',
'defines': [
'<@(lzma_common_defines)',
'<@(lzma_decompress_defines)',

@ -53,9 +53,6 @@
'targets': [
{
'target_name': 'nacl',
# The TLS (Thread Local Storage) access used by NaCl on x86-64
# on Linux/ELF can't be linked into a shared library, so we
# can't use '<(library)' here. See http://crbug.com/35829.
'type': 'static_library',
'msvs_guid': '83E86DAF-5763-4711-AD34-5FDAE395560C',
'variables': {
@ -97,7 +94,7 @@
'targets': [
{
'target_name': 'nacl_win64',
'type': '<(library)',
'type': 'static_library',
'msvs_guid': '14135464-9FB9-42E3-99D8-791116FA1204',
'variables': {
'nacl_target': 1,

@ -6,7 +6,7 @@
'targets': [
{
'target_name': 'content_browser',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'content_common',
'../app/app.gyp:app_resources',

@ -6,7 +6,7 @@
'targets': [
{
'target_name': 'content_common',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
'../ipc/ipc.gyp:ipc',

@ -9,7 +9,7 @@
'targets': [
{
'target_name': 'content_gpu',
'type': '<(library)',
'type': 'static_library',
'msvs_guid': 'F10F1ECD-D84D-4C33-8468-9DDFE19F4D8A',
'dependencies': [
'content_common',

@ -6,7 +6,7 @@
'targets': [
{
'target_name': 'content_plugin',
'type': '<(library)',
'type': 'static_library',
'msvs_guid': '20A560A0-2CD0-4D9E-A58B-1F24B99C087A',
'dependencies': [
'content_common',

@ -6,7 +6,7 @@
'targets': [
{
'target_name': 'content_ppapi_plugin',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
'../ppapi/ppapi_internal.gyp:ppapi_proxy',

@ -7,7 +7,7 @@
{
'target_name': 'content_renderer',
'msvs_guid': '9AAA8CF2-9B3D-4895-8CB9-D70BBD125EAD',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'content_common',
'../jingle/jingle.gyp:jingle_glue',

@ -6,7 +6,7 @@
'targets': [
{
'target_name': 'content_worker',
'type': '<(library)',
'type': 'static_library',
'msvs_guid': 'C78D02D0-A366-4EC6-A248-AA8E64C4BA18',
'dependencies': [
'content_common',

@ -44,7 +44,7 @@
'targets': [
{
'target_name': 'courgette_lib',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
'../third_party/lzma_sdk/lzma_sdk.gyp:lzma_sdk',
@ -149,7 +149,7 @@
'targets': [
{
'target_name': 'courgette_lib64',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'../base/base.gyp:base_nacl_win64',
'../third_party/lzma_sdk/lzma_sdk.gyp:lzma_sdk64',

@ -10,7 +10,7 @@
{
'target_name': 'crypto',
'product_name': 'crcrypto', # Avoid colliding with OpenSSL's libcrypto
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
],

@ -76,7 +76,7 @@
},
{
'target_name': 'test_support_ipc',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'ipc',
'../base/base.gyp:base',

@ -55,7 +55,7 @@
'targets': [
{
'target_name': 'ipc',
'type': '<(library)',
'type': 'static_library',
'variables': {
'ipc_target': 1,
},
@ -77,7 +77,7 @@
'targets': [
{
'target_name': 'ipc_win64',
'type': '<(library)',
'type': 'static_library',
'variables': {
'ipc_target': 1,
},

@ -10,7 +10,7 @@
# A library of various utils for integration with libjingle.
{
'target_name': 'jingle_glue',
'type': '<(library)',
'type': 'static_library',
'sources': [
'glue/channel_socket_adapter.cc',
'glue/channel_socket_adapter.h',
@ -37,7 +37,7 @@
# its own library.
{
'target_name': 'notifier',
'type': '<(library)',
'type': 'static_library',
'sources': [
'notifier/base/chrome_async_socket.cc',
'notifier/base/chrome_async_socket.h',
@ -119,7 +119,7 @@
},
{
'target_name': 'notifier_test_util',
'type': '<(library)',
'type': 'static_library',
'sources': [
'notifier/base/fake_base_task.cc',
'notifier/base/fake_base_task.h',
@ -132,7 +132,7 @@
},
{
'target_name': 'jingle_glue_test_util',
'type': '<(library)',
'type': 'static_library',
'sources': [
'glue/fake_network_manager.cc',
'glue/fake_network_manager.h',

@ -10,7 +10,7 @@
'targets': [
{
'target_name': 'media',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'yuv_convert',
'../base/base.gyp:base',
@ -256,7 +256,7 @@
},
{
'target_name': 'cpu_features',
'type': '<(library)',
'type': 'static_library',
'include_dirs': [
'..',
],
@ -278,7 +278,7 @@
},
{
'target_name': 'yuv_convert',
'type': '<(library)',
'type': 'static_library',
'include_dirs': [
'..',
],
@ -305,7 +305,7 @@
},
{
'target_name': 'yuv_convert_sse2',
'type': '<(library)',
'type': 'static_library',
'include_dirs': [
'..',
],
@ -445,7 +445,7 @@
},
{
'target_name': 'media_test_support',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'media',
'../base/base.gyp:base',
@ -710,7 +710,7 @@
},
{
'target_name': 'omx_wrapper',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
'../third_party/openmax/openmax.gyp:il',

@ -9,7 +9,7 @@
'targets': [
{
'target_name': 'net',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
'../base/base.gyp:base_i18n',
@ -1127,7 +1127,7 @@
},
{
'target_name': 'net_test_support',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'net',
'../base/base.gyp:base',
@ -1250,7 +1250,7 @@
},
{
'target_name': 'http_server',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'net',
'../base/base.gyp:base',
@ -1360,7 +1360,7 @@
},
{
'target_name': 'curvecp',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
'net.gyp:net',

@ -23,7 +23,7 @@
{
'target_name': 'ssl',
'product_name': 'ssl',
'type': '<(library)',
'type': 'static_library',
'sources': [
'ssl/authcert.c',
'ssl/cmpcert.c',

@ -9,7 +9,7 @@
'targets': [
{
'target_name': 'printing',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'../app/app.gyp:app_base', # Only required for Font support
'../base/base.gyp:base',

@ -54,7 +54,7 @@
{
'target_name': 'chromotocol_proto_lib',
'type': '<(library)',
'type': 'static_library',
'export_dependent_settings': [
'<(DEPTH)/third_party/protobuf/protobuf.gyp:protobuf_lite',
'chromotocol_proto',

@ -48,7 +48,7 @@
{
'target_name': 'trace_proto_lib',
'type': '<(library)',
'type': 'static_library',
'export_dependent_settings': [
'<(DEPTH)/third_party/protobuf/protobuf.gyp:protobuf_lite',
'trace_proto',

@ -214,7 +214,7 @@
}, # end of target 'webapp_me2mom'
{
'target_name': 'remoting_base',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
'../ui/ui.gyp:ui_gfx',
@ -287,7 +287,7 @@
{
'target_name': 'remoting_host',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'remoting_base',
'remoting_jingle_glue',
@ -378,7 +378,7 @@
{
'target_name': 'remoting_client',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'remoting_base',
'remoting_jingle_glue',
@ -440,7 +440,7 @@
{
'target_name': 'remoting_jingle_glue',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
'../jingle/jingle.gyp:jingle_glue',
@ -473,7 +473,7 @@
{
'target_name': 'remoting_protocol',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'remoting_base',
'remoting_jingle_glue',
@ -549,7 +549,7 @@
{
'target_name': 'differ_block',
'type': '<(library)',
'type': 'static_library',
'include_dirs': [
'..',
],
@ -571,7 +571,7 @@
{
'target_name': 'differ_block_sse2',
'type': '<(library)',
'type': 'static_library',
'include_dirs': [
'..',
],

@ -157,7 +157,7 @@
},
{
'target_name': 'sandbox',
'type': '<(library)',
'type': 'static_library',
'conditions': [
['target_arch!="arm"', {
'dependencies': [
@ -181,7 +181,7 @@
'targets': [
{
'target_name': 'sandbox',
'type': '<(library)',
'type': 'static_library',
'variables': {
'sandbox_windows_target': 1,
},
@ -231,7 +231,7 @@
},
{
'target_name': 'sandbox_win64',
'type': '<(library)',
'type': 'static_library',
'variables': {
'sandbox_windows_target': 1,
},

@ -9,7 +9,7 @@
'targets': [
{
'target_name': 'sdch',
'type': '<(library)',
'type': 'static_library',
'msvs_guid': 'F54ABC59-5C00-414A-A9BA-BAF26D1699F0',
'sources': [
'open-vcdiff/src/addrcache.cc',

@ -879,7 +879,7 @@
# separately as well.
{
'target_name': 'skia_opts',
'type': '<(library)',
'type': 'static_library',
'include_dirs': [
'..',
'config',

@ -6,7 +6,7 @@
'targets': [
{
'target_name': 'gmock',
'type': '<(library)',
'type': 'static_library',
'msvs_guid': 'F9D886ED-B09F-4B74-932F-D8E4691E6B7F',
'dependencies': [
'gtest.gyp:gtest',
@ -51,7 +51,7 @@
},
{
'target_name': 'gmock_main',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'gmock',
],

@ -6,7 +6,7 @@
'targets': [
{
'target_name': 'gtest',
'type': '<(library)',
'type': 'static_library',
'msvs_guid': 'BFE8E2A7-3B3B-43B0-A994-3058B852DB8B',
'sources': [
'gtest/include/gtest/gtest-death-test.h',
@ -123,7 +123,7 @@
},
{
'target_name': 'gtest_main',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'gtest',
],

@ -6,7 +6,7 @@
'targets': [
{
'target_name': 'bspatch',
'type': '<(library)',
'type': 'static_library',
'msvs_guid': 'D7ED06E8-6138-4CE3-A906-5EF1D9C804E0',
'dependencies': [
'../lzma_sdk/lzma_sdk.gyp:lzma_sdk',

@ -18,7 +18,7 @@
'targets': [
{
'target_name': 'bzip2',
'type': '<(library)',
'type': 'static_library',
'defines': ['BZ_NO_STDIO'],
'msvs_guid': '2A70CBF0-847E-4E3A-B926-542A656DC7FE',
'sources': [

@ -61,7 +61,7 @@
# The C++ files generated from the cache invalidation protocol buffers.
{
'target_name': 'cacheinvalidation_proto_cpp',
'type': '<(library)',
'type': 'static_library',
'sources': [
'<(protoc_out_dir)/<(proto_dir_relpath)/internal.pb.h',
'<(protoc_out_dir)/<(proto_dir_relpath)/internal.pb.cc',
@ -93,7 +93,7 @@
# only on this.
{
'target_name': 'cacheinvalidation',
'type': '<(library)',
'type': 'static_library',
'sources': [
'overrides/google/cacheinvalidation/callback.h',
'overrides/google/cacheinvalidation/compiler-specific.h',

@ -6,7 +6,7 @@
'targets': [
{
'target_name': 'cld',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'../icu/icu.gyp:icuuc',
],

@ -33,7 +33,7 @@
'targets': [
{
'target_name': 'expat',
'type': '<(library)',
'type': 'static_library',
'sources': [
'files/lib/expat.h',
'files/lib/xmlparse.c',

@ -6,7 +6,7 @@
'targets': [
{
'target_name': 'harfbuzz',
'type': '<(library)',
'type': 'static_library',
'sources': [
'src/hb-blob-private.h',
'src/hb-blob.c',

@ -8,7 +8,7 @@
'targets': [
{
'target_name': 'harfbuzz',
'type': '<(library)',
'type': 'static_library',
'sources': [
'contrib/harfbuzz-freetype.c',
'contrib/harfbuzz-unicode.c',

@ -16,7 +16,7 @@
'targets': [
{
'target_name': 'iaccessible2',
'type': '<(library)',
'type': 'static_library',
'msvs_guid': 'C974E070-3787-490A-87B0-E333B06CA1E2',
'sources': [
'ia2_api_all.idl',

@ -7,7 +7,7 @@
{
'target_name': 'iccjpeg',
'product_name': 'iccjpeg',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'<(libjpeg_gyp_path):libjpeg',
],

@ -16,7 +16,7 @@
'targets': [
{
'target_name': 'isimpledom',
'type': '<(library)',
'type': 'static_library',
'msvs_guid': '1814CEEB-49E2-407F-AF99-FA755A7D2607',
'sources': [
'ISimpleDOMDocument.idl',

@ -12,7 +12,7 @@
{
'target_name': 'libevent',
'product_name': 'event',
'type': '<(library)',
'type': 'static_library',
'sources': [
'buffer.c',
'evbuffer.c',

@ -131,7 +131,7 @@
'targets': [
{
'target_name': 'libjingle',
'type': '<(library)',
'type': 'static_library',
'sources': [
'overrides/talk/base/basictypes.h',
'overrides/talk/base/constructormagic.h',
@ -354,7 +354,7 @@
# properly.
{
'target_name': 'libjingle_p2p',
'type': '<(library)',
'type': 'static_library',
'sources': [
'source/talk/p2p/base/candidate.h',
'source/talk/p2p/base/common.h',

@ -18,7 +18,7 @@
'targets': [
{
'target_name': 'libjpeg',
'type': '<(library)',
'type': 'static_library',
'msvs_guid': '238CE175-76CE-4A25-A676-69D115885601',
'sources': [
'jcapimin.c',

@ -30,7 +30,7 @@
},
'targets': [{
'target_name': 'libphonenumber',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'../icu/icu.gyp:icui18n',
'../icu/icu.gyp:icuuc',

@ -11,7 +11,7 @@
'targets': [
{
'target_name': 'libwebp_enc',
'type': '<(library)',
'type': 'static_library',
'include_dirs': ['.'],
'sources': [
'enc/analysis.c',
@ -31,7 +31,7 @@
},
{
'target_name': 'libwebp_dec',
'type': '<(library)',
'type': 'static_library',
'include_dirs': ['.'],
'sources': [
'dec/bits.c',

@ -39,7 +39,7 @@
],
},
}, { # else: OS != "linux" or ! use_system_libxml
'type': '<(library)',
'type': 'static_library',
'msvs_guid': 'F9810DE8-CBC3-4605-A7B1-ECA2D5292FD7',
'sources': [
'linux/config.h',

@ -38,7 +38,7 @@
],
},
}, { # else: OS != "linux" or ! use_system_libxml
'type': '<(library)',
'type': 'static_library',
'msvs_guid': 'FC0E1FD0-5DD7-4041-A1C9-CD3C376E4EED',
'sources': [
'libxslt/attributes.c',

@ -37,7 +37,7 @@
'targets': [
{
'target_name': 'lzma_sdk',
'type': '<(library)',
'type': 'static_library',
'defines': [
'_LZMA_PROB32',
'_LZMA_IN_CB',
@ -65,7 +65,7 @@
'targets': [
{
'target_name': 'lzma_sdk64',
'type': '<(library)',
'type': 'static_library',
'defines': [
'_LZMA_PROB32',
'_LZMA_IN_CB',

@ -10,7 +10,7 @@
'targets' : [
{
'target_name' : 'mach_override',
'type': '<(library)',
'type': 'static_library',
'sources': [
'mach_override.c',
'mach_override.h',

@ -6,7 +6,7 @@
'targets': [
{
'target_name': 'modp_b64',
'type': '<(library)',
'type': 'static_library',
'msvs_guid': '7100F41F-868D-4E99-80A2-AF8E6574749D',
'sources': [
'modp_b64.cc',

@ -10,7 +10,7 @@
'targets' : [
{
'target_name' : 'ocmock',
'type': '<(library)',
'type': 'static_library',
'include_dirs': [ '.', '../..', ],
'direct_dependent_settings': {
'include_dirs': [ '.', ],

@ -32,7 +32,7 @@
},
'conditions': [
['OS!="linux"', {
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'../../base/base.gyp:base',
],
@ -59,7 +59,7 @@
'intermediate_dir': '<(INTERMEDIATE_DIR)',
'output_root': '<(SHARED_INTERMEDIATE_DIR)/openmax',
},
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'../../base/base.gyp:base',
],

@ -37,7 +37,7 @@
# to your .proto file.
{
'target_name': 'protobuf_lite',
'type': '<(library)',
'type': 'static_library',
'toolsets': ['host', 'target'],
'sources': [
'src/google/protobuf/stubs/common.h',
@ -97,7 +97,7 @@
# DO NOT LINK AGAINST THIS TARGET IN CHROME CODE --agl
{
'target_name': 'protobuf_full_do_not_use',
'type': '<(library)',
'type': 'static_library',
'toolsets': ['host','target'],
'sources': [
'src/google/protobuf/descriptor.h',

@ -7,7 +7,7 @@
{
'target_name': 'qcms',
'product_name': 'qcms',
'type': '<(library)',
'type': 'static_library',
'sources': [
'qcms.h',
'qcmsint.h',

@ -18,7 +18,7 @@
'targets': [
{
'target_name': 'snappy',
'type': '<(library)',
'type': 'static_library',
'include_dirs': [
'<(os_include)',
'src',

@ -66,7 +66,7 @@
},
}, { # else: OS != "linux" or ! use_system_sqlite
'product_name': 'sqlite3',
'type': '<(library)',
'type': 'static_library',
'msvs_guid': '6EAD4A4B-2BBC-4974-8E45-BB5C16CC2AC9',
'sources': [
'amalgamation/sqlite3.h',

@ -6,7 +6,7 @@
'targets': [
{
'target_name': 'undoview',
'type': '<(library)',
'type': 'static_library',
'sources': [
'undo_manager.h',
'undo_manager.c',

@ -20,7 +20,7 @@
'targets': [
{
'target_name': 'zlib',
'type': '<(library)',
'type': 'static_library',
'msvs_guid': '8423AF0D-4B88-4EBF-94E1-E4D00D00E21C',
'sources': [
'contrib/minizip/ioapi.c',
@ -79,7 +79,7 @@
'targets': [
{
'target_name': 'zlib',
'type': '<(library)',
'type': 'static_library',
'direct_dependent_settings': {
'defines': [
'USE_SYSTEM_ZLIB',

@ -19,7 +19,7 @@
'targets': [
{
'target_name': 'compositor',
'type': '<(library)',
'type': 'static_library',
'msvs_guid': '21CEE0E3-6F4E-4F01-B8C9-F7751CC21AA9',
'dependencies': [
'<(DEPTH)/base/base.gyp:base',

@ -34,7 +34,7 @@
'targets': [
{
'target_name': 'gl',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'<(DEPTH)/app/app.gyp:app_base',
'<(DEPTH)/base/base.gyp:base',

@ -36,7 +36,7 @@
'targets': [
{
'target_name': 'surface',
'type': '<(library)',
'type': 'static_library',
'msvs_guid': '6C99567D-6F02-43B5-BB35-D8E3F8D0D6D2',
'dependencies': [
'<(DEPTH)/base/base.gyp:base',

@ -6,7 +6,7 @@
'targets': [
{
'target_name': 'ui_base',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
'../skia/skia.gyp:skia',

@ -38,7 +38,7 @@
},
{
'target_name': 'ui_gfx',
'type': '<(library)',
'type': 'static_library',
'msvs_guid': '13A8D36C-0467-4B4E-BAA3-FD69C45F076A',
'dependencies': [
'../base/base.gyp:base',

@ -6,7 +6,7 @@
'targets': [
{
'target_name': 'v2',
'type': '<(library)',
'type': 'static_library',
'msvs_guid': '70760ECA-4D8B-47A4-ACDC-D3E7F25F0543',
'dependencies': [
'../skia/skia.gyp:skia',

@ -59,7 +59,7 @@
'targets': [
{
'target_name': 'views',
'type': '<(library)',
'type': 'static_library',
'msvs_guid': '6F9258E5-294F-47B2-919D-17FFE7A8B751',
'dependencies': [
'../app/app.gyp:app_base',

@ -6,7 +6,7 @@
'targets': [
{
'target_name': 'appcache',
'type': '<(library)',
'type': 'static_library',
'msvs_guid': '0B945915-31A7-4A07-A5B5-568D737A39B1',
'dependencies': [
'<(DEPTH)/app/app.gyp:app_base',

@ -6,7 +6,7 @@
'targets': [
{
'target_name': 'blob',
'type': '<(library)',
'type': 'static_library',
'msvs_guid': '02567509-F7CA-4E84-8524-4F72DA2D3111',
'dependencies': [
'<(DEPTH)/app/app.gyp:app_base',

@ -6,7 +6,7 @@
'targets': [
{
'target_name': 'database',
'type': '<(library)',
'type': 'static_library',
'msvs_guid': '1DA00DDD-44E5-4C56-B2CC-414FB0164492',
'dependencies': [
'<(DEPTH)/app/app.gyp:app_base',

@ -6,7 +6,7 @@
'targets': [
{
'target_name': 'fileapi',
'type': '<(library)',
'type': 'static_library',
'msvs_guid': '40B53211-03ED-4932-8D53-52B172599DFE',
'dependencies': [
'<(DEPTH)/app/app.gyp:app_base',

@ -58,7 +58,7 @@
},
{
'target_name': 'webkit_user_agent',
'type': '<(library)',
'type': 'static_library',
'msvs_guid': 'DB162DE1-7D56-4C4A-8A9F-80D396CD7AA8',
'dependencies': [
'<(DEPTH)/app/app.gyp:app_base',
@ -102,7 +102,7 @@
},
{
'target_name': 'glue',
'type': '<(library)',
'type': 'static_library',
'msvs_guid': 'C66B126D-0ECE-4CA2-B6DC-FA780AFBBF09',
'dependencies': [
'<(DEPTH)/app/app.gyp:app_base',

@ -6,7 +6,7 @@
'targets': [
{
'target_name': 'webkit_gpu',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'<(DEPTH)/base/base.gyp:base',
'<(DEPTH)/third_party/angle/src/build_angle.gyp:translator_common',

@ -6,7 +6,7 @@
'targets': [
{
'target_name': 'quota',
'type': '<(library)',
'type': 'static_library',
'msvs_guid': '36A9AAD2-10DD-42CF-BF51-3CC79D26FCB4',
'dependencies': [
'<(DEPTH)/app/app.gyp:app_base',

@ -9,7 +9,7 @@
'targets': [
{
'target_name': 'webkit_support',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'<(DEPTH)/base/base.gyp:base',
'<(DEPTH)/ui/ui.gyp:ui_gfx',
@ -72,7 +72,7 @@
{
'target_name': 'webkit_support_common',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'<(DEPTH)/base/base.gyp:base',
'<(DEPTH)/crypto/crypto.gyp:crypto',

@ -23,7 +23,7 @@
'targets': [
{
'target_name': 'test_shell_common',
'type': '<(library)',
'type': 'static_library',
'variables': {
'chromium_code': 1,
},