Changeset 60622 in webkit


Ignore:
Timestamp:
Jun 3, 2010 8:56:38 AM (14 years ago)
Author:
Dimitri Glazkov
Message:

[DRT/Chromium] Checking out lighttpd
https://bugs.webkit.org/show_bug.cgi?id=39948

Patch by Kent Tamura <tkent@chromium.org> on 2010-06-03
Reviewed by Dimitri Glazkov.

  • Add lighttpd only on Windows. It is used by new-run-webkit-tests.
  • Add libvpx.
  • Remove pthreads-win32 from DEPS. It has not been used since Chromium r28642.
  • Update Chromium revision to use Windows resource query code and webkit_glue dependency fix.
  • DEPS:
Location:
trunk/WebKit/chromium
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/chromium/ChangeLog

    r60610 r60622  
     12010-06-03  Kent Tamura  <tkent@chromium.org>
     2
     3        Reviewed by Dimitri Glazkov.
     4
     5        [DRT/Chromium] Checking out lighttpd
     6        https://bugs.webkit.org/show_bug.cgi?id=39948
     7
     8        - Add lighttpd only on Windows. It is used by new-run-webkit-tests.
     9        - Add libvpx.
     10        - Remove pthreads-win32 from DEPS.
     11          It has not been used since Chromium r28642.
     12        - Update Chromium revision to use Windows resource query code and
     13          webkit_glue dependency fix.
     14
     15        * DEPS:
     16
    1172010-06-02  Tony Chang  <tony@chromium.org>
    218
  • trunk/WebKit/chromium/DEPS

    r60594 r60622  
    3333vars = {
    3434  'chromium_svn': 'http://src.chromium.org/svn/trunk/src',
    35   'chromium_rev': '47248',
    36 
    37   'pthreads-win32_rev': '26716',
     35  'chromium_rev': '48624',
    3836}
    3937
     
    9694  'third_party/ffmpeg': # needed by webkit/media
    9795    Var('chromium_svn')+'/third_party/ffmpeg@'+Var('chromium_rev'),
     96  'third_party/libvpx/include':
     97    From('chromium_deps', 'src/third_party/libvpx/include'),
     98  'third_party/libvpx/lib':
     99    From('chromium_deps', 'src/third_party/libvpx/lib'),
    98100  'third_party/yasm': # needed by ffmpeg
    99101    Var('chromium_svn')+'/third_party/yasm@'+Var('chromium_rev'),
     
    160162    'third_party/ffmpeg/binaries/chromium/win/ia32':
    161163      From('chromium_deps', 'src/third_party/ffmpeg/binaries/chromium/win/ia32'),
    162     'third_party/pthreads-win32':
    163       'http://src.chromium.org/svn/trunk/deps/third_party/pthreads-win32@'+Var('pthreads-win32_rev'),
     164    'third_party/lighttpd':
     165      From('chromium_deps', 'src/third_party/lighttpd'),
    164166    # base.gypi depends on nss on Windows
    165167    'third_party/nss':
Note: See TracChangeset for help on using the changeset viewer.