Changeset 143216 in webkit


Ignore:
Timestamp:
Feb 18, 2013 7:33:10 AM (11 years ago)
Author:
thakis@chromium.org
Message:

[chromium] Remove ahem_path from WebKit.gyp
https://bugs.webkit.org/show_bug.cgi?id=110111

Reviewed by Jochen Eisinger.

It's only used in DumpRenderTree.gyp, and that file defines its own
copy of this variable.

  • WebKit.gyp:
Location:
trunk/Source/WebKit/chromium
Files:
2 edited

Legend:

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

    r143211 r143216  
     12013-02-18  Nico Weber  <thakis@chromium.org>
     2
     3        [chromium] Remove ahem_path from WebKit.gyp
     4        https://bugs.webkit.org/show_bug.cgi?id=110111
     5
     6        Reviewed by Jochen Eisinger.
     7
     8        It's only used in DumpRenderTree.gyp, and that file defines its own
     9        copy of this variable.
     10
     11        * WebKit.gyp:
     12
    1132013-02-18  Laszlo Gombos  <l.gombos@samsung.com>
    214
  • trunk/Source/WebKit/chromium/WebKit.gyp

    r142896 r143216  
    4949            }],
    5050        ],
    51         'ahem_path': '../../../Tools/DumpRenderTree/qt/fonts/AHEM____.TTF',
    5251
    5352        # If debug_devtools is set to 1, JavaScript files for DevTools are
Note: See TracChangeset for help on using the changeset viewer.