Changeset 174008 in webkit


Ignore:
Timestamp:
Sep 26, 2014 9:57:45 AM (10 years ago)
Author:
berto@igalia.com
Message:

[GTK] Don't include full path names in WebKitEnumTypes.h
https://bugs.webkit.org/show_bug.cgi?id=137148

Reviewed by Carlos Garcia Campos.

Replace @filename@ with @basename@ in the template, since we don't
want to include the full path name in the generated header.

  • UIProcess/API/gtk/WebKitEnumTypes.h.template:
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r173990 r174008  
     12014-09-26  Alberto Garcia  <berto@igalia.com>
     2
     3        [GTK] Don't include full path names in WebKitEnumTypes.h
     4        https://bugs.webkit.org/show_bug.cgi?id=137148
     5
     6        Reviewed by Carlos Garcia Campos.
     7
     8        Replace @filename@ with @basename@ in the template, since we don't
     9        want to include the full path name in the generated header.
     10
     11        * UIProcess/API/gtk/WebKitEnumTypes.h.template:
     12
    1132014-09-25  Yusuke Suzuki  <utatane.tea@gmail.com>
    214
  • trunk/Source/WebKit2/UIProcess/API/gtk/WebKitEnumTypes.h.template

    r150018 r174008  
    3434
    3535/*** BEGIN file-production ***/
    36 /* Enumerations from @filename@. */
     36/* Enumerations from @basename@. */
    3737/*** END file-production ***/
    3838
Note: See TracChangeset for help on using the changeset viewer.