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

Unified Diff: generate_gypi.sh

Issue 757313004: Remove all remaining obj_int_extract code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/libvpx/
Patch Set: Created 6 years 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 | « copy_obj.py ('k') | libvpx.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: generate_gypi.sh
===================================================================
--- generate_gypi.sh (revision 293274)
+++ generate_gypi.sh (working copy)
@@ -216,10 +216,6 @@
local source_list=$(grep -E '(\.c|\.h|\.S|\.s|\.asm)$' $1)
- # _offsets are used in pre-processing to generate files for assembly. They are
- # not part of the compiled library.
- source_list=$(echo "$source_list" | grep -v '_offsets\.c')
-
# Not sure why vpx_config is not included.
source_list=$(echo "$source_list" | grep -v 'vpx_config\.c')
« no previous file with comments | « copy_obj.py ('k') | libvpx.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698