Changeset 60954 in webkit


Ignore:
Timestamp:
Jun 10, 2010 6:44:36 AM (14 years ago)
Author:
eric@webkit.org
Message:

2010-06-10 Vangelis Kokkevis <vangelis@chromium.org>

Reviewed by Dimitri Glazkov.

[chromium] Adding the ANGLE project to the DEPS file as it's required
by the gpu-accelerated compositor.
https://bugs.webkit.org/show_bug.cgi?id=40379

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

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/chromium/ChangeLog

    r60934 r60954  
     12010-06-10  Vangelis Kokkevis  <vangelis@chromium.org>
     2
     3        Reviewed by Dimitri Glazkov.
     4
     5        [chromium] Adding the ANGLE project to the DEPS file as it's required
     6        by the gpu-accelerated compositor.
     7        https://bugs.webkit.org/show_bug.cgi?id=40379
     8
     9        * DEPS:
     10
    1112010-06-09  Bo Liu  <boliu@chromium.org>
    212
  • trunk/WebKit/chromium/DEPS

    r60884 r60954  
    8181    From('chromium_deps', 'src/googleurl'),
    8282
    83   # webkit dependencis
     83  # webkit dependencies
    8484  'webkit': Var('chromium_svn')+'/webkit@'+Var('chromium_rev'),
    8585
     
    9090  'media':
    9191    Var('chromium_svn')+'/media@'+Var('chromium_rev'),
     92  'third_party/angle':  # needed by the gpu process
     93    From('chromium_deps', 'src/third_party/angle'),
    9294  'third_party/glew':  # webgl related
    9395    Var('chromium_svn')+'/third_party/glew@'+Var('chromium_rev'),
Note: See TracChangeset for help on using the changeset viewer.