Changeset 145561 in webkit


Ignore:
Timestamp:
Mar 12, 2013 10:42:28 AM (11 years ago)
Author:
zandobersek@gmail.com
Message:

[GTK] Remove HILDON_CPPFLAGS and HILDON_CFLAGS references from GNUmakefiles
https://bugs.webkit.org/show_bug.cgi?id=112163

Reviewed by Martin Robinson.

Source/WebCore:

No new tests - no new functionality, merely a cleanup.

  • GNUmakefile.am: The Hildon dependency doesn't exist anymore so there's no need for

references to HILDON_CPPFLAGS and HILDON_CFLAGS.

Source/WebKit2:

  • GNUmakefile.am: The Hildon dependency doesn't exist anymore so there's no need for

references to HILDON_CPPFLAGS and HILDON_CFLAGS.

Location:
trunk/Source
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r145557 r145561  
     12013-03-12  Zan Dobersek  <zdobersek@igalia.com>
     2
     3        [GTK] Remove HILDON_CPPFLAGS and HILDON_CFLAGS references from GNUmakefiles
     4        https://bugs.webkit.org/show_bug.cgi?id=112163
     5
     6        Reviewed by Martin Robinson.
     7
     8        No new tests - no new functionality, merely a cleanup.
     9
     10        * GNUmakefile.am: The Hildon dependency doesn't exist anymore so there's no need for
     11        references to HILDON_CPPFLAGS and HILDON_CFLAGS.
     12
    1132013-03-12  Pavel Feldman  <pfeldman@chromium.org>
    214
  • trunk/Source/WebCore/GNUmakefile.am

    r145552 r145561  
    592592        $(javascriptcore_cppflags) \
    593593        -fno-strict-aliasing \
    594         $(HILDON_CPPFLAGS) \
    595594        $(CAIRO_CFLAGS) \
    596595        $(CLUTTER_CFLAGS) \
     
    604603        $(GSTREAMER_CFLAGS) \
    605604        $(GTK_CFLAGS) \
    606         $(HILDON_CFLAGS) \
    607605        $(LIBSECRET_CFLAGS) \
    608606        $(LIBSOUP_CFLAGS) \
  • trunk/Source/WebKit2/ChangeLog

    r145552 r145561  
     12013-03-12  Zan Dobersek  <zdobersek@igalia.com>
     2
     3        [GTK] Remove HILDON_CPPFLAGS and HILDON_CFLAGS references from GNUmakefiles
     4        https://bugs.webkit.org/show_bug.cgi?id=112163
     5
     6        Reviewed by Martin Robinson.
     7
     8        * GNUmakefile.am: The Hildon dependency doesn't exist anymore so there's no need for
     9        references to HILDON_CPPFLAGS and HILDON_CFLAGS.
     10
    1112013-03-12  Zan Dobersek  <zdobersek@igalia.com>
    212
  • trunk/Source/WebKit2/GNUmakefile.am

    r145552 r145561  
    508508        $(javascriptcore_cppflags) \
    509509        -fno-strict-aliasing \
    510         $(HILDON_CPPFLAGS) \
    511510        $(CAIRO_CFLAGS) \
    512511        $(CLUTTER_CFLAGS) \
     
    520519        $(GSTREAMER_CFLAGS) \
    521520        $(GTK_CFLAGS) \
    522         $(HILDON_CFLAGS) \
    523521        $(LIBSECRET_CFLAGS) \
    524522        $(LIBSOUP_CFLAGS) \
Note: See TracChangeset for help on using the changeset viewer.