Changeset 128901 in webkit


Ignore:
Timestamp:
Sep 18, 2012 9:21:10 AM (12 years ago)
Author:
peter@chromium.org
Message:

Roll chromium DEPS to r157342
https://bugs.webkit.org/show_bug.cgi?id=96963

Patch by Terry Anderson <tdanderson@chromium.org> on 2012-09-18
Reviewed by Stephen White.

Roll chromium DEPS to r157342. Also include the top-level directory
google_apis as a dependency, which was required for r157130.

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

Legend:

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

    r128828 r128901  
     12012-09-18  Terry Anderson  <tdanderson@chromium.org>
     2
     3        Roll chromium DEPS to r157342
     4        https://bugs.webkit.org/show_bug.cgi?id=96963
     5
     6        Reviewed by Stephen White.
     7
     8        Roll chromium DEPS to r157342. Also include the top-level directory
     9        google_apis as a dependency, which was required for r157130.
     10
     11        * DEPS:
     12
    1132012-09-17  Brian Anderson  <brianderson@chromium.org>
    214
  • trunk/Source/WebKit/chromium/DEPS

    r128717 r128901  
    3333vars = {
    3434  'chromium_svn': 'http://src.chromium.org/svn/trunk/src',
    35   'chromium_rev': '157063'
     35  'chromium_rev': '157342'
    3636}
    3737
     
    9292  'cc':
    9393    Var('chromium_svn')+'/cc@'+Var('chromium_rev'),
     94  'google_apis':
     95    Var('chromium_svn')+'/google_apis@' + Var('chromium_rev'),
    9496  'gpu':
    9597    Var('chromium_svn')+'/gpu@'+Var('chromium_rev'),
Note: See TracChangeset for help on using the changeset viewer.