Changeset 83714 in webkit


Ignore:
Timestamp:
Apr 13, 2011 2:33:25 AM (13 years ago)
Author:
hans@chromium.org
Message:

2011-04-12 Hans Wennborg <hans@chromium.org>

Reviewed by Jeremy Orlow.

Chromium: Set ENABLE_LEVELDB=1 and add leveldb and snappy to DEPS
https://bugs.webkit.org/show_bug.cgi?id=58343

Set ENABLE_LEVELDB=1 so that code gets compiled by the EWS bots.
Add the necessary dependencies to the DEPS file.

  • DEPS:
  • features.gypi:
Location:
trunk/Source/WebKit/chromium
Files:
3 edited

Legend:

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

    r83701 r83714  
     12011-04-12  Hans Wennborg  <hans@chromium.org>
     2
     3        Reviewed by Jeremy Orlow.
     4
     5        Chromium: Set ENABLE_LEVELDB=1 and add leveldb and snappy to DEPS
     6        https://bugs.webkit.org/show_bug.cgi?id=58343
     7
     8        Set ENABLE_LEVELDB=1 so that code gets compiled by the EWS bots.
     9        Add the necessary dependencies to the DEPS file.
     10
     11        * DEPS:
     12        * features.gypi:
     13
    1142011-04-12  Kent Tamura  <tkent@chromium.org>
    215
  • trunk/Source/WebKit/chromium/DEPS

    r83617 r83714  
    124124  'third_party/libjpeg_turbo':
    125125    From('chromium_deps', 'src/third_party/libjpeg_turbo'),
     126  'third_party/leveldb':
     127    From('chromium_deps', 'src/third_party/leveldb'),
     128  'third_party/snappy/src':
     129    From('chromium_deps', 'src/third_party/snappy/src'),
    126130  'third_party':
    127131    Var('chromium_svn')+'/third_party@'+Var('chromium_rev'),
  • trunk/Source/WebKit/chromium/features.gypi

    r83443 r83714  
    6666        'ENABLE_JAVASCRIPT_DEBUGGER=1',
    6767        'ENABLE_JSC_MULTIPLE_THREADS=0',
    68         'ENABLE_LEVELDB=0',
     68        'ENABLE_LEVELDB=1',
    6969        'ENABLE_LINK_PREFETCH=1',
    7070        'ENABLE_MATHML=0',
Note: See TracChangeset for help on using the changeset viewer.