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

Unified Diff: third_party/ffmpeg/generate_libs.rules

Issue 63054: Convert /third_party/ffmpeg to gyp and a python build script. (Closed)
Patch Set: Created 11 years, 8 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 | « third_party/ffmpeg/generate_libs.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/ffmpeg/generate_libs.rules
diff --git a/third_party/ffmpeg/generate_libs.rules b/third_party/ffmpeg/generate_libs.rules
deleted file mode 100644
index d09675701d2c11c479bc953dc30abd547786ccd1..0000000000000000000000000000000000000000
--- a/third_party/ffmpeg/generate_libs.rules
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<VisualStudioToolFile
- Name="Generate FFmpeg import libraries"
- Version="8.00"
- >
- <Rules>
- <CustomBuildRule
- Name="Generate FFmpeg import libraries"
- CommandLine="generate_libs.bat $(OutDir)"
- Outputs="$(OutDir)\lib\avcodec-52.lib"
- FileExtensions="*.def"
- ExecutionDescription="Generating FFmpeg import libraries..."
- >
- <Properties>
- </Properties>
- </CustomBuildRule>
- </Rules>
-</VisualStudioToolFile>
« no previous file with comments | « third_party/ffmpeg/generate_libs.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698