Changeset 60456 in webkit


Ignore:
Timestamp:
May 31, 2010 5:44:33 PM (14 years ago)
Author:
tkent@chromium.org
Message:

2010-05-31 Kent Tamura <tkent@chromium.org>

Reviewed by Dimitri Glazkov.

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

  • Checking out lighttpd only on Windows. It is used by new-run-webkit-tests.
  • Update Chromium revision to use Windows resource query code
  • DEPS:
Location:
trunk/WebKit/chromium
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/chromium/ChangeLog

    r60444 r60456  
     12010-05-31  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        - Checking out lighttpd only on Windows. It is used by new-run-webkit-tests.
     9        - Update Chromium revision to use Windows resource query code
     10
     11        * DEPS:
     12
    1132010-05-31  Yury Semikhatsky  <yurys@chromium.org>
    214
  • trunk/WebKit/chromium/DEPS

    r59744 r60456  
    3333vars = {
    3434  'chromium_svn': 'http://src.chromium.org/svn/trunk/src',
    35   'chromium_rev': '47248',
     35  'chromium_rev': '48589',
    3636
    3737  'pthreads-win32_rev': '26716',
     38  'lighttpd_rev': '33737',
    3839}
    3940
     
    162163    'third_party/pthreads-win32':
    163164      'http://src.chromium.org/svn/trunk/deps/third_party/pthreads-win32@'+Var('pthreads-win32_rev'),
     165    'third_party/lighttpd':
     166      'http://src.chromium.org/svn/trunk/deps/third_party/lighttpd@'+Var('lighttpd_rev'),
    164167    # base.gypi depends on nss on Windows
    165168    'third_party/nss':
Note: See TracChangeset for help on using the changeset viewer.