Changeset 71279 in webkit


Ignore:
Timestamp:
Nov 3, 2010 4:10:57 PM (13 years ago)
Author:
abarth@webkit.org
Message:

2010-11-03 Adam Barth <abarth@webkit.org>

Roll Chromium DEPs
https://bugs.webkit.org/show_bug.cgi?id=48959

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

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/chromium/ChangeLog

    r71272 r71279  
     12010-11-03  Adam Barth  <abarth@webkit.org>
     2
     3        Roll Chromium DEPs
     4        https://bugs.webkit.org/show_bug.cgi?id=48959
     5
     6        * DEPS:
     7
    182010-11-03  Kenneth Russell  <kbr@google.com>
    29
  • trunk/WebKit/chromium/DEPS

    r70796 r71279  
    3333vars = {
    3434  'chromium_svn': 'http://src.chromium.org/svn/trunk/src',
    35   'chromium_rev': '64214'
     35  'chromium_rev': '64970'
    3636}
    3737
     
    9292  'printing':
    9393    Var('chromium_svn')+'/printing@'+Var('chromium_rev'),
     94  'ppapi':
     95    Var('chromium_svn')+'/ppapi@'+Var('chromium_rev'),
    9496  'third_party/angle':  # needed by the gpu process
    9597    From('chromium_deps', 'src/third_party/angle'),
     
    112114  'third_party/icu':
    113115    From('chromium_deps', 'src/third_party/icu'),
    114   'third_party/ppapi':
    115     From('chromium_deps', 'src/third_party/ppapi'),
    116116  'third_party/ots':
    117117    From('chromium_deps', 'src/third_party/ots'),
Note: See TracChangeset for help on using the changeset viewer.