Update generated asm offsets scripts.

Libvpx updated the unpack scripts to fix building dependencies.

Roll libvpx 269083:273304
See https://codereview.chromium.org/295313002/
https://codereview.chromium.org/298063002/
https://codereview.chromium.org/305533008/
https://codereview.chromium.org/305703002/
https://codereview.chromium.org/298383003/
https://codereview.chromium.org/302863004/
for the libvpx changes.

BUG=377062
R=andrew@webrtc.org, michaelbai@chromium.org

Review URL: https://webrtc-codereview.appspot.com/12579008

git-svn-id: http://webrtc.googlecode.com/svn/trunk@6272 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
fgalligan@google.com 2014-05-29 17:08:34 +00:00
parent caa01b172e
commit 2a8efa8971
4 changed files with 14 additions and 18 deletions

2
DEPS
View File

@ -96,7 +96,7 @@ deps = {
From("chromium_deps", "src/third_party/libsrtp"), From("chromium_deps", "src/third_party/libsrtp"),
"third_party/libvpx": "third_party/libvpx":
Var("chromium_trunk") + "/deps/third_party/libvpx@269083", Var("chromium_trunk") + "/deps/third_party/libvpx@273304",
"third_party/libyuv": "third_party/libyuv":
(Var("googlecode_url") % "libyuv") + "/trunk@1000", (Var("googlecode_url") % "libyuv") + "/trunk@1000",

View File

@ -18,7 +18,7 @@
], ],
'sources': ['<(shared_generated_dir)/nsx_core_neon_offsets.o',], 'sources': ['<(shared_generated_dir)/nsx_core_neon_offsets.o',],
'variables' : { 'variables' : {
'unpack_lib_name':'nsx_core_neon_offsets.o', 'object_file_to_extract':'nsx_core_neon_offsets.o',
}, },
'includes': [ 'includes': [
'../../../third_party/libvpx/unpack_lib_posix.gypi', '../../../third_party/libvpx/unpack_lib_posix.gypi',
@ -33,7 +33,7 @@
'<(DEPTH)/third_party/libvpx/libvpx.gyp:libvpx_obj_int_extract#host', '<(DEPTH)/third_party/libvpx/libvpx.gyp:libvpx_obj_int_extract#host',
], ],
'variables': { 'variables': {
'unpack_lib_name':'aecm_core_neon_offsets.o', 'object_file_to_extract':'aecm_core_neon_offsets.o',
}, },
'sources': ['<(shared_generated_dir)/aecm_core_neon_offsets.o',], 'sources': ['<(shared_generated_dir)/aecm_core_neon_offsets.o',],
'includes': [ 'includes': [

View File

@ -18,7 +18,7 @@
], ],
'sources': ['<(shared_generated_dir)/nsx_core_neon_offsets.o',], 'sources': ['<(shared_generated_dir)/nsx_core_neon_offsets.o',],
'variables' : { 'variables' : {
'unpack_lib_name':'nsx_core_neon_offsets.o', 'object_file_to_extract':'nsx_core_neon_offsets.o',
}, },
'includes': [ 'includes': [
'../../../../third_party/libvpx/unpack_lib_posix.gypi', '../../../../third_party/libvpx/unpack_lib_posix.gypi',
@ -33,7 +33,7 @@
'<(DEPTH)/third_party/libvpx/libvpx.gyp:libvpx_obj_int_extract#host', '<(DEPTH)/third_party/libvpx/libvpx.gyp:libvpx_obj_int_extract#host',
], ],
'variables': { 'variables': {
'unpack_lib_name':'aecm_core_neon_offsets.o', 'object_file_to_extract':'aecm_core_neon_offsets.o',
}, },
'sources': ['<(shared_generated_dir)/aecm_core_neon_offsets.o',], 'sources': ['<(shared_generated_dir)/aecm_core_neon_offsets.o',],
'includes': [ 'includes': [

View File

@ -10,24 +10,19 @@
# and gen_core_neon_offsets_chromium.gyp # and gen_core_neon_offsets_chromium.gyp
{ {
'variables': { 'variables': {
'variables' : { 'unpack_lib': '<(shared_generated_dir)/lib_core_neon_offsets.a',
'lib_intermediate_name': '', 'conditions' : [
'conditions' : [ ['android_webview_build==1', {
['android_webview_build==1', { 'unpack_lib' : '$(abspath $(call intermediates-dir-for,STATIC_LIBRARIES,lib_core_neon_offsets,,,$(gyp_var_prefix)))/lib_core_neon_offsets.a',
'lib_intermediate_name' : '$(abspath $(call intermediates-dir-for,STATIC_LIBRARIES,lib_core_neon_offsets,,,$(gyp_var_prefix)))/lib_core_neon_offsets.a', }],
}], ],
],
},
'shared_generated_dir': '<(SHARED_INTERMEDIATE_DIR)/audio_processing/asm_offsets', 'shared_generated_dir': '<(SHARED_INTERMEDIATE_DIR)/audio_processing/asm_offsets',
'output_dir': '<(shared_generated_dir)', 'output_dir': '<(shared_generated_dir)',
'output_format': 'cheader', 'output_format': 'cheader',
'unpack_lib_search_path_list': [ 'unpack_lib_search_path_list': [
'-a', '<(PRODUCT_DIR)/lib_core_neon_offsets.a', '-a', '<(unpack_lib)',
'-a', '<(LIB_DIR)/webrtc/modules/audio_processing/lib_core_neon_offsets.a',
'-a', '<(LIB_DIR)/third_party/webrtc/modules/audio_processing/lib_core_neon_offsets.a',
'-a', '<(lib_intermediate_name)',
], ],
'unpack_lib_output_dir':'<(shared_generated_dir)', 'object_file_output_dir':'<(shared_generated_dir)',
}, },
'includes': [ 'includes': [
'../../build/common.gypi', '../../build/common.gypi',
@ -38,6 +33,7 @@
{ {
'target_name': 'lib_core_neon_offsets', 'target_name': 'lib_core_neon_offsets',
'type': 'static_library', 'type': 'static_library',
'product_dir': '<(shared_generated_dir)',
'android_unmangled_name': 1, 'android_unmangled_name': 1,
'hard_dependency': 1, 'hard_dependency': 1,
'sources': [ 'sources': [