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

Unified Diff: third_party/ffmpeg/ffmpeg.gyp

Issue 113860: Make the GUID upper case (so Visual Studio won't try to correct... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 7 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: third_party/ffmpeg/ffmpeg.gyp
===================================================================
--- third_party/ffmpeg/ffmpeg.gyp (revision 16906)
+++ third_party/ffmpeg/ffmpeg.gyp (working copy)
@@ -99,7 +99,7 @@
{
'target_name': 'ffmpeg_binaries',
'type': 'none',
- 'msvs_guid': '4E4070E1-EFD9-4ef1-8634-3960956F6F10',
+ 'msvs_guid': '4E4070E1-EFD9-4EF1-8634-3960956F6F10',
'conditions': [
['OS=="win"', {
'sources': [
« 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