Changeset 101011 in webkit


Ignore:
Timestamp:
Nov 22, 2011 10:30:20 AM (12 years ago)
Author:
dpranke@chromium.org
Message:

Roll Chromium DEPS to r110960 and set the disable_nacl flag.
https://bugs.webkit.org/show_bug.cgi?id=72911

Unreviewed, build fix.

ppapi starts to depend on the NaCl gyp files as of r109739, so
we need to pass disable_nacl when running gyp to avoid pulling
in too much of NaCl.

  • DEPS:
  • gyp_webkit:
Location:
trunk/Source/WebKit/chromium
Files:
3 edited

Legend:

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

    r100998 r101011  
     12011-11-22  Dirk Pranke  <dpranke@chromium.org>
     2
     3        Roll Chromium DEPS to r110960 and set the disable_nacl flag.
     4        https://bugs.webkit.org/show_bug.cgi?id=72911
     5
     6        Unreviewed, build fix.
     7
     8        ppapi starts to depend on the NaCl gyp files as of r109739, so
     9        we need to pass disable_nacl when running gyp to avoid pulling
     10        in too much of NaCl.
     11
     12        * DEPS:
     13        * gyp_webkit:
     14
    1152011-11-22  Pavel Feldman  <pfeldman@google.com>
    216
  • trunk/Source/WebKit/chromium/DEPS

    r100855 r101011  
    3333vars = {
    3434  'chromium_svn': 'http://src.chromium.org/svn/trunk/src',
    35   'chromium_rev': '109696'
     35  'chromium_rev': '110359',
     36  'nacl_svn': 'http://src.chromium.org/native_client/trunk',
     37  'nacl_rev': '7169',
    3638}
    3739
     
    9496  'media':
    9597    Var('chromium_svn')+'/media@'+Var('chromium_rev'),
     98  'native_client/build':
     99    Var('nacl_svn')+'/src/native_client/build@'+Var('nacl_rev'),
    96100  'printing':
    97101    Var('chromium_svn')+'/printing@'+Var('chromium_rev'),
  • trunk/Source/WebKit/chromium/gyp_webkit

    r98045 r101011  
    120120               '-Dv8_use_snapshot=false',
    121121               '-Dmsvs_use_common_release=0',
     122               '-Ddisable_nacl=1',
    122123
    123124               # WebKit doesn't use the chromium style checker.
Note: See TracChangeset for help on using the changeset viewer.