Changeset 51926 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
Dec 9, 2009, 2:47:04 PM (15 years ago)
Author:
[email protected]
Message:

2009-12-09 Steve Block <[email protected]>

Reviewed by Adam Barth.

Adds Android Makefiles for building with V8.
https://bugs.webkit.org/show_bug.cgi?id=32278

  • Android.mk: Modified. Includes Makefiles for V8.

2009-12-09 Steve Block <[email protected]>

Reviewed by Adam Barth.

Updates Android Makefiles with latest additions.
https://bugs.webkit.org/show_bug.cgi?id=32278

  • Android.mk: Modified.
  • Android.v8.wtf.mk: Modified.

2009-12-09 Steve Block <[email protected]>

Reviewed by Adam Barth.

Adds Android Makefiles for building with V8.
Also updates existing Android Makefiles with latest additions.
https://bugs.webkit.org/show_bug.cgi?id=32278

Build fix only, no new tests.

  • Android.derived.jscbindings.mk: Modified.
  • Android.derived.mk: Modified.
  • Android.derived.v8bindings.mk: Added.
  • Android.jscbindings.mk: Modified.
  • Android.mk: Modified.
  • Android.v8bindings.mk: Added.
Location:
trunk/JavaScriptCore
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/Android.mk

    r51882 r51926  
    168168        wtf/dtoa.cpp \
    169169        \
     170        wtf/android/MainThreadAndroid.cpp \
     171        \
    170172        wtf/unicode/CollatorDefault.cpp \
    171173        wtf/unicode/UTF8.cpp \
  • trunk/JavaScriptCore/Android.v8.wtf.mk

    r51858 r51926  
    4646        wtf/ThreadingPthreads.cpp \
    4747        \
     48        wtf/android/MainThreadAndroid.cpp \
     49        \
    4850        wtf/TypeTraits.cpp \
    4951        wtf/dtoa.cpp \
  • trunk/JavaScriptCore/ChangeLog

    r51914 r51926  
     12009-12-09  Steve Block  <[email protected]>
     2
     3        Reviewed by Adam Barth.
     4
     5        Updates Android Makefiles with latest additions.
     6        https://bugs.webkit.org/show_bug.cgi?id=32278
     7
     8        * Android.mk: Modified.
     9        * Android.v8.wtf.mk: Modified.
     10
    1112009-12-09  Sam Weinig  <[email protected]>
    212
Note: See TracChangeset for help on using the changeset viewer.