Changeset 90836 in webkit


Ignore:
Timestamp:
Jul 12, 2011 11:53:52 AM (13 years ago)
Author:
evan@chromium.org
Message:

[chromium] DRT depends on v8
https://bugs.webkit.org/show_bug.cgi?id=64376

DumpRenderTree.cpp has calls to v8:: functions, so it should have a build
dependency on v8. This fixes missing references in the shared-object build.

  • WebKit.gyp:
Location:
trunk/Source/WebKit/chromium
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/chromium/ChangeLog

    r90790 r90836  
     12011-07-12  Evan Martin  <evan@chromium.org>
     2
     3        [chromium] DRT depends on v8
     4        https://bugs.webkit.org/show_bug.cgi?id=64376
     5
     6        DumpRenderTree.cpp has calls to v8:: functions, so it should have a build
     7        dependency on v8.  This fixes missing references in the shared-object build.
     8
     9        * WebKit.gyp:
     10
    1112011-07-11  Ryosuke Niwa  <rniwa@webkit.org>
    212
  • trunk/Source/WebKit/chromium/WebKit.gyp

    r90167 r90836  
    967967                '<(chromium_src_dir)/third_party/icu/icu.gyp:icuuc',
    968968                '<(chromium_src_dir)/third_party/mesa/mesa.gyp:osmesa',
     969                '<(chromium_src_dir)/v8/tools/gyp/v8.gyp:v8',
    969970                '<(chromium_src_dir)/webkit/support/webkit_support.gyp:blob',
    970971                '<(chromium_src_dir)/webkit/support/webkit_support.gyp:webkit_support',
Note: See TracChangeset for help on using the changeset viewer.