summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfgalligan@chromium.org <fgalligan@chromium.org@4ff67af0-8c30-449e-8e8b-ad334ec8d88c>2014-05-24 17:26:04 +0000
committerfgalligan@chromium.org <fgalligan@chromium.org@4ff67af0-8c30-449e-8e8b-ad334ec8d88c>2014-05-24 17:26:04 +0000
commit2f414b4490fce61f6139338ec86a9db914a7f53c (patch)
tree714e559c702d4a42f0afcb0e0d19f5aed33bb505
parentdf22d34b4ce67063e8323a8a7f23931d29e8a0de (diff)
downloadlibvpx-2f414b4490fce61f6139338ec86a9db914a7f53c.tar.gz
libvpx: Update dependencies of generated asm offsets.
Add the generation scripts as inputs in case they change. BUG=377062 TBR=tomfinegan@chromium.org Review URL: https://codereview.chromium.org/298063002 git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/libvpx@272748 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
-rw-r--r--libvpx.gyp10
-rw-r--r--unpack_lib_posix.gypi1
2 files changed, 9 insertions, 2 deletions
diff --git a/libvpx.gyp b/libvpx.gyp
index a1b719f..d77dbfa 100644
--- a/libvpx.gyp
+++ b/libvpx.gyp
@@ -486,7 +486,10 @@
'actions': [
{
'action_name': 'copy_enc_offsets_obj',
- 'inputs': [ '<(ninja_obj_dir)/encoder/libvpx_asm_offsets_vp8.vp8_asm_enc_offsets.obj' ],
+ 'inputs': [
+ 'copy_obj.py',
+ '<(ninja_obj_dir)/encoder/libvpx_asm_offsets_vp8.vp8_asm_enc_offsets.obj',
+ ],
'outputs': [ '<(INTERMEDIATE_DIR)/vp8_asm_enc_offsets.obj' ],
'action': [
'python',
@@ -556,7 +559,10 @@
'actions': [
{
'action_name': 'copy_enc_offsets_obj',
- 'inputs': [ '<(ninja_obj_dir)/encoder/libvpx_asm_offsets_vpx_scale.vpx_scale_asm_offsets.obj' ],
+ 'inputs': [
+ 'copy_obj.py',
+ '<(ninja_obj_dir)/encoder/libvpx_asm_offsets_vpx_scale.vpx_scale_asm_offsets.obj',
+ ],
'outputs': [ '<(INTERMEDIATE_DIR)/vpx_scale_asm_offsets.obj' ],
'action': [
'python',
diff --git a/unpack_lib_posix.gypi b/unpack_lib_posix.gypi
index 2209e5e..d16ca9c 100644
--- a/unpack_lib_posix.gypi
+++ b/unpack_lib_posix.gypi
@@ -39,6 +39,7 @@
},
'action_name': 'unpack_lib_posix',
'inputs': [
+ 'unpack_lib_posix.sh',
'<(unpack_lib)',
],
'outputs': [