Chromium Code Reviews| Index: libvpx.gyp |
| =================================================================== |
| --- libvpx.gyp (revision 289698) |
| +++ libvpx.gyp (working copy) |
| @@ -478,9 +478,6 @@ |
| 'process_outputs_as_sources': 1, |
| }, |
| ], |
| - 'sources': [ |
| - '<(INTERMEDIATE_DIR)/vp8_asm_enc_offsets.obj', |
| - ], |
| }, { |
| 'variables': { |
| 'unpack_lib_search_path_list': [ |
| @@ -552,9 +549,6 @@ |
| 'process_outputs_as_sources': 1, |
| }, |
| ], |
| - 'sources': [ |
| - '<(INTERMEDIATE_DIR)/vpx_scale_asm_offsets.obj', |
| - ], |
| }, { |
| 'variables': { |
| 'unpack_lib_search_path_list': [ |
| @@ -568,10 +562,6 @@ |
| 'unpack_lib_name':'vpx_scale_asm_offsets.o' |
| }, |
| 'includes': ['unpack_lib_posix.gypi'], |
| - # Need this otherwise gyp won't run the rule on them. |
| - 'sources': [ |
| - '<(INTERMEDIATE_DIR)/vpx_scale_asm_offsets.o', |
| - ], |
|
Nico
2014/08/14 22:29:22
This branch doesn't have an action with process_ou
Tom Finegan
2014/08/14 22:47:35
There's a process_outputs_as_sources from the incl
Nico
2014/08/14 22:48:53
Ah! lgtm
|
| }], |
| ], |
| 'includes': ['obj_int_extract.gypi'], |