Changeset 78838 in webkit


Ignore:
Timestamp:
Feb 17, 2011 9:26:27 AM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2011-02-17 Steve Lacey <sjl@chromium.org>

Reviewed by Darin Fisher.

Roll chromium deps to 75190. Includes new dependency
on libjingle.

https://bugs.webkit.org/show_bug.cgi?id=54588

  • DEPS:
Location:
trunk/Source/WebKit/chromium
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/chromium/ChangeLog

    r78819 r78838  
     12011-02-17  Steve Lacey  <sjl@chromium.org>
     2
     3        Reviewed by Darin Fisher.
     4
     5        Roll chromium deps to 75190. Includes new dependency
     6        on libjingle.
     7
     8        https://bugs.webkit.org/show_bug.cgi?id=54588
     9
     10        * DEPS:
     11
    1122011-02-17  Pavel Podivilov  <podivilov@chromium.org>
    213
  • trunk/Source/WebKit/chromium/DEPS

    r78598 r78838  
    3333vars = {
    3434  'chromium_svn': 'http://src.chromium.org/svn/trunk/src',
    35   'chromium_rev': '74986'
     35  'chromium_rev': '75190'
    3636}
    3737
     
    104104  'third_party/ffmpeg': # needed by webkit/media
    105105    From('chromium_deps', 'src/third_party/ffmpeg'),
     106  'third_party/libjingle/source':
     107    From('chromium_deps', 'src/third_party/libjingle/source'),
    106108  'third_party/libwebp':
    107109    Var('chromium_svn')+'/third_party/libwebp@'+Var('chromium_rev'),
Note: See TracChangeset for help on using the changeset viewer.