Title: [95255] trunk/Source/WebKit/chromium
Revision
95255
Author
le...@chromium.org
Date
2011-09-15 18:32:32 -0700 (Thu, 15 Sep 2011)

Log Message

Remove TestWebKitAPI from the chromium build until it is made to work
with the shared component build.

* WebKit.gyp:

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (95254 => 95255)


--- trunk/Source/WebKit/chromium/ChangeLog	2011-09-16 01:32:14 UTC (rev 95254)
+++ trunk/Source/WebKit/chromium/ChangeLog	2011-09-16 01:32:32 UTC (rev 95255)
@@ -1,3 +1,10 @@
+2011-09-15  David Levin  <le...@chromium.org>
+
+        Remove TestWebKitAPI from the chromium build until it is made to work
+        with the shared component build.
+
+        * WebKit.gyp:
+
 2011-09-15  Eric Seidel  <e...@webkit.org>
 
         Remove ENABLE(SVG_AS_IMAGE) since all major ports have it on by default

Modified: trunk/Source/WebKit/chromium/WebKit.gyp (95254 => 95255)


--- trunk/Source/WebKit/chromium/WebKit.gyp	2011-09-16 01:32:14 UTC (rev 95254)
+++ trunk/Source/WebKit/chromium/WebKit.gyp	2011-09-16 01:32:32 UTC (rev 95255)
@@ -32,7 +32,6 @@
     'includes': [
         '../../WebCore/WebCore.gypi',
         '../../../Tools/DumpRenderTree/DumpRenderTree.gypi',
-        '../../../Tools/TestWebKitAPI/TestWebKitAPI.gypi',
         'WebKit.gypi',
         'features.gypi',
     ],
@@ -1249,28 +1248,6 @@
                 }],
             ],
         },
-        {
-            'target_name': 'TestWebKitAPI',
-            'type': 'executable',
-            'dependencies': [
-                'webkit',
-                '../../_javascript_Core/_javascript_Core.gyp/_javascript_Core.gyp:wtf',
-                '../../WebCore/WebCore.gyp/WebCore.gyp:webcore',
-                '<(chromium_src_dir)/base/base.gyp:test_support_base',
-                '<(chromium_src_dir)/testing/gtest.gyp:gtest',
-                '<(chromium_src_dir)/testing/gmock.gyp:gmock',
-                '<(chromium_src_dir)/webkit/support/webkit_support.gyp:webkit_support',
-            ],
-            'include_dirs+': [
-                '../../../Tools/TestWebKitAPI',
-                'public',
-                'src',
-            ],
-            'sources': [
-                'tests/RunAllTests.cpp',
-                '<@(TestWebKitAPI_files)',
-            ],
-        },
     ], # targets
     'conditions': [
         ['OS=="win"', {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to