⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 117023 in webkit


Ignore:
Timestamp:
May 14, 2012, 8:26:48 PM (14 years ago)
Author:
gavinp@chromium.org
Message:

[Chromium] remove skia/third_party/glu from DEPS
https://bugs.webkit.org/show_bug.cgi?id=86431

Chromium rev 136872 removed skia/third_party/glu, but nobody updated it in WebKit. This
patch fixes that.

Unreviewed, remove bad Chromium repo.

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

Legend:

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

    r117020 r117023  
     12012-05-14  Gavin Peters  <gavinp@chromium.org>
     2
     3        [Chromium] remove skia/third_party/glu from DEPS
     4        https://bugs.webkit.org/show_bug.cgi?id=86431
     5
     6        Chromium rev 136872 removed skia/third_party/glu, but nobody updated it in WebKit.  This
     7        patch fixes that.
     8
     9        Unreviewed, remove bad Chromium repo.
     10
     11        * DEPS:
     12
    1132012-05-14  Dirk Pranke <dpranke@chromium.org>
    214
  • trunk/Source/WebKit/chromium/DEPS

    r117020 r117023  
    5959  'third_party/skia/include':
    6060    From('chromium_deps', 'src/third_party/skia/include'),
    61   'third_party/skia/third_party/glu':
    62     From('chromium_deps', 'src/third_party/skia/third_party/glu'),
    6361
    6462  # testing
Note: See TracChangeset for help on using the changeset viewer.