Changeset 117023 in webkit
- Timestamp:
- May 14, 2012, 8:26:48 PM (14 years ago)
- Location:
- trunk/Source/WebKit/chromium
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/chromium/ChangeLog
r117020 r117023 1 2012-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 1 13 2012-05-14 Dirk Pranke <dpranke@chromium.org> 2 14 -
trunk/Source/WebKit/chromium/DEPS
r117020 r117023 59 59 'third_party/skia/include': 60 60 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'),63 61 64 62 # testing
Note:
See TracChangeset
for help on using the changeset viewer.