Changeset 86432 in webkit


Ignore:
Timestamp:
May 13, 2011 8:09:03 AM (13 years ago)
Author:
zecke@webkit.org
Message:

[android] OS(ANDROID) does not imply PLATFORM(ANDROID)

https://bugs.webkit.org/show_bug.cgi?id=59888

It is possible to build QtWebKit and others for OS(ANDROID). Let
the buildsystem decide which platform is to be build.

Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r86383 r86432  
     12011-05-01  Holger Hans Peter Freyther  <holger@moiji-mobile.com>
     2
     3        Reviewed by Steve Block.
     4
     5        [android] OS(ANDROID) does not imply PLATFORM(ANDROID)
     6        https://bugs.webkit.org/show_bug.cgi?id=59888
     7
     8        It is possible to build QtWebKit and others for OS(ANDROID). Let
     9        the buildsystem decide which platform is to be build.
     10
     11        * wtf/Platform.h:
     12
    1132011-05-12  Maciej Stachowiak  <mjs@apple.com>
    214
  • trunk/Source/JavaScriptCore/wtf/Platform.h

    r86318 r86432  
    534534#endif
    535535
    536 /* PLATFORM(ANDROID) */
    537 /* FIXME: this is sometimes used as an OS() switch, and other times to drive
    538    policy choices */
    539 #if defined(ANDROID)
    540 #define WTF_PLATFORM_ANDROID 1
    541 #endif
    542 
    543536/* Graphics engines */
    544537
Note: See TracChangeset for help on using the changeset viewer.