Changeset 136811 in webkit


Ignore:
Timestamp:
Dec 5, 2012 11:46:31 PM (11 years ago)
Author:
tasak@google.com
Message:

Add win8/* to Chromium DEPS (r171376)
https://bugs.webkit.org/show_bug.cgi?id=104228

Reviewed by Hajime Morita.

Since updated chromium DEPS to r171376, now printing/printing.gyp
requires win8/* for windows build.

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

Legend:

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

    r136802 r136811  
     12012-12-05  Takashi Sakamoto  <tasak@google.com>
     2
     3        Add win8/* to Chromium DEPS (r171376)
     4        https://bugs.webkit.org/show_bug.cgi?id=104228
     5
     6        Reviewed by Hajime Morita.
     7
     8        Since updated chromium DEPS to r171376, now printing/printing.gyp
     9        requires win8/* for windows build.
     10
     11        * DEPS:
     12
    1132012-12-05  Takashi Sakamoto  <tasak@google.com>
    214
  • trunk/Source/WebKit/chromium/DEPS

    r136798 r136811  
    126126  'ui':
    127127    Var('chromium_svn')+'/ui@'+Var('chromium_rev'),
     128  'win8':
     129    Var('chromium_svn')+'/win8@'+Var('chromium_rev'),
    128130
    129131  # other third party
Note: See TracChangeset for help on using the changeset viewer.