Changeset 85607 in webkit


Ignore:
Timestamp:
May 3, 2011 9:21:43 AM (13 years ago)
Author:
adamk@chromium.org
Message:

2011-05-02 Adam Klein <adamk@chromium.org>

Reviewed by Tony Chang.

Roll chromium DEPS to r83722, add new crypto directory to DEPS
https://bugs.webkit.org/show_bug.cgi?id=59992

  • .gitignore: Ignore new chromium/crypto directory.

2011-05-02 Adam Klein <adamk@chromium.org>

Reviewed by Tony Chang.

Roll chromium DEPS to r83722, add new crypto directory to DEPS
https://bugs.webkit.org/show_bug.cgi?id=59992

  • DEPS:
Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/.gitignore

    r83789 r85607  
    5959Source/WebKit/chromium/base/
    6060Source/WebKit/chromium/chromium_deps/
     61Source/WebKit/chromium/crypto/
    6162Source/WebKit/chromium/depot_tools/
    6263Source/WebKit/chromium/gfx/
  • trunk/ChangeLog

    r85595 r85607  
     12011-05-02  Adam Klein  <adamk@chromium.org>
     2
     3        Reviewed by Tony Chang.
     4
     5        Roll chromium DEPS to r83722, add new crypto directory to DEPS
     6        https://bugs.webkit.org/show_bug.cgi?id=59992
     7
     8        * .gitignore:
     9        Ignore new chromium/crypto directory.
     10
    1112011-05-03  Carlos Garcia Campos  <cgarcia@igalia.com>
    212
  • trunk/Source/WebKit/chromium/ChangeLog

    r85603 r85607  
     12011-05-02  Adam Klein  <adamk@chromium.org>
     2
     3        Reviewed by Tony Chang.
     4
     5        Roll chromium DEPS to r83722, add new crypto directory to DEPS
     6        https://bugs.webkit.org/show_bug.cgi?id=59992
     7
     8        * DEPS:
     9
    1102011-05-02  Adam Roben  <aroben@apple.com>
    211
  • trunk/Source/WebKit/chromium/DEPS

    r83936 r85607  
    3333vars = {
    3434  'chromium_svn': 'http://src.chromium.org/svn/trunk/src',
    35   'chromium_rev': '81564'
     35  'chromium_rev': '83722'
    3636}
    3737
     
    7676  'net':
    7777    Var('chromium_svn')+'/net@'+Var('chromium_rev'),
     78  'crypto':
     79    Var('chromium_svn')+'/crypto@'+Var('chromium_rev'),
    7880  'sdch':
    7981    Var('chromium_svn')+'/sdch@'+Var('chromium_rev'),
Note: See TracChangeset for help on using the changeset viewer.