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

Changeset 101044 in webkit


Ignore:
Timestamp:
Nov 22, 2011, 11:12:57 PM (15 years ago)
Author:
dpranke@chromium.org
Message:

Roll DEPS to r111325 to fix an issue with the linux build

https://bugs.webkit.org/show_bug.cgi?id=73004

Unreviewed, build fix.

There appears to be a bug in the Makefile generator for gyp
that is causing make to not rebuild DRT on Linux.

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

Legend:

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

    r101035 r101044  
     12011-11-22  Dirk Pranke  <dpranke@chromium.org>
     2
     3        Roll DEPS to r111325 to fix an issue with the linux build
     4
     5        https://bugs.webkit.org/show_bug.cgi?id=73004
     6
     7        Unreviewed, build fix.
     8
     9        There appears to be a bug in the Makefile generator for gyp
     10        that is causing make to not rebuild DRT on Linux.
     11
     12        * DEPS:
     13
    1142011-11-22  Kenneth Russell  <kbr@google.com>
    215
  • trunk/Source/WebKit/chromium/DEPS

    r101018 r101044  
    3333vars = {
    3434  'chromium_svn': 'http://src.chromium.org/svn/trunk/src',
    35   'chromium_rev': '111178',
     35  'chromium_rev': '111325',
    3636  'nacl_svn': 'http://src.chromium.org/native_client/trunk',
    3737  'nacl_rev': '7169',
Note: See TracChangeset for help on using the changeset viewer.