Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(353)

Unified Diff: trunk/deps/third_party/libvpx/libvpx.gyp

Issue 474153002: Revert 289715 "libvpx.gyp: Remove redundant sources." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/deps/third_party/libvpx/libvpx.gyp
===================================================================
--- trunk/deps/third_party/libvpx/libvpx.gyp (revision 289814)
+++ trunk/deps/third_party/libvpx/libvpx.gyp (working copy)
@@ -478,6 +478,9 @@
'process_outputs_as_sources': 1,
},
],
+ 'sources': [
+ '<(INTERMEDIATE_DIR)/vp8_asm_enc_offsets.obj',
+ ],
}, {
'variables': {
'unpack_lib_search_path_list': [
@@ -549,6 +552,9 @@
'process_outputs_as_sources': 1,
},
],
+ 'sources': [
+ '<(INTERMEDIATE_DIR)/vpx_scale_asm_offsets.obj',
+ ],
}, {
'variables': {
'unpack_lib_search_path_list': [
@@ -562,6 +568,10 @@
'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',
+ ],
}],
],
'includes': ['obj_int_extract.gypi'],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698