Ignore:
Timestamp:
Nov 27, 2009, 4:18:01 PM (15 years ago)
Author:
Laszlo Gombos
Message:

2009-11-27 Shinichiro Hamaji <[email protected]>

Unreviewed.

Move GOwnPtr* from wtf to wtf/gtk
https://bugs.webkit.org/show_bug.cgi?id=31793

Build fix for chromium after r51423.
Exclude gtk directory from chromium build.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCore.gyp/JavaScriptCore.gyp

    r51423 r51452  
    115115        ['include', '../wtf/'],
    116116        # GLib/GTK, even though its name doesn't really indicate.
    117         ['exclude', '/(glib/.*)\\.(cpp|h)$'],
     117        ['exclude', '/(gtk|glib)/.*\\.(cpp|h)$'],
    118118        ['exclude', '(Default|Gtk|Mac|None|Qt|Win|Wx)\\.(cpp|mm)$'],
    119119        ['exclude', 'wtf/CurrentTime\\.cpp$'],
Note: See TracChangeset for help on using the changeset viewer.