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

Unified Diff: libvpx.gyp

Issue 469363004: libvpx.gyp: Remove redundant sources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/libvpx/
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: 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'],
« 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