Changeset 109459 in webkit


Ignore:
Timestamp:
Mar 1, 2012 4:05:16 PM (12 years ago)
Author:
dpranke@chromium.org
Message:

Remove deprecated FFmpeg build directories.
https://bugs.webkit.org/show_bug.cgi?id=79282

We've switched the layout of the FFmpeg repo in Chrome and these paths
are no longer needed or valid.

Patch by Dale Curtis <dalecurtis@chromium.org> on 2012-03-01
Reviewed by Dirk Pranke.

Source/WebCore:

No new tests. It either compiles or not.

  • WebCore.gyp/WebCore.gyp:

Source/WebKit/chromium:

  • DEPS:
Location:
trunk/Source
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r109458 r109459  
     12012-03-01  Dale Curtis  <dalecurtis@chromium.org>
     2
     3        Remove deprecated FFmpeg build directories.
     4        https://bugs.webkit.org/show_bug.cgi?id=79282
     5
     6        We've switched the layout of the FFmpeg repo in Chrome and these paths
     7        are no longer needed or valid.
     8
     9        Reviewed by Dirk Pranke.
     10
     11        No new tests. It either compiles or not.
     12
     13        * WebCore.gyp/WebCore.gyp:
     14
    1152012-03-01  Xingnan Wang  <xingnan.wang@intel.com>
    216
  • trunk/Source/WebCore/WebCore.gyp/WebCore.gyp

    r109068 r109459  
    13631363          'direct_dependent_settings': {
    13641364            'include_dirs': [
    1365               '<(chromium_src_dir)/third_party/ffmpeg/patched-ffmpeg',
    13661365              '<(chromium_src_dir)/third_party/ffmpeg',
    13671366            ],
  • trunk/Source/WebKit/chromium/ChangeLog

    r109445 r109459  
     12012-03-01  Dale Curtis  <dalecurtis@chromium.org>
     2
     3        Remove deprecated FFmpeg build directories.
     4        https://bugs.webkit.org/show_bug.cgi?id=79282
     5
     6        We've switched the layout of the FFmpeg repo in Chrome and these paths
     7        are no longer needed or valid.
     8
     9        Reviewed by Dirk Pranke.
     10
     11        * DEPS:
     12
    1132012-03-01  Dirk Pranke  <dpranke@chromium.org>
    214
  • trunk/Source/WebKit/chromium/DEPS

    r109445 r109459  
    146146    'third_party/cygwin':
    147147      From('chromium_deps', 'src/third_party/cygwin'),
    148     'third_party/ffmpeg/binaries/chromium/win/ia32':
    149       From('chromium_deps', 'src/third_party/ffmpeg/binaries/chromium/win/ia32'),
    150148    'third_party/lighttpd':
    151149      From('chromium_deps', 'src/third_party/lighttpd'),
Note: See TracChangeset for help on using the changeset viewer.