Title: [124158] trunk/Tools
Revision
124158
Author
[email protected]
Date
2012-07-30 19:56:50 -0700 (Mon, 30 Jul 2012)

Log Message

chromium win compile broken after removing webkit.py
https://bugs.webkit.org/show_bug.cgi?id=92549

Reviewed by Ryosuke Niwa.

Remove the stub file for webkit.py now that it's no longer
necessary.

* Scripts/webkitpy/layout_tests/port/webkit.py: Removed.

Modified Paths

Removed Paths

Diff

Modified: trunk/Tools/ChangeLog (124157 => 124158)


--- trunk/Tools/ChangeLog	2012-07-31 02:56:09 UTC (rev 124157)
+++ trunk/Tools/ChangeLog	2012-07-31 02:56:50 UTC (rev 124158)
@@ -1,3 +1,15 @@
+2012-07-30  Dirk Pranke  <[email protected]>
+
+        chromium win compile broken after removing webkit.py
+        https://bugs.webkit.org/show_bug.cgi?id=92549
+
+        Reviewed by Ryosuke Niwa.
+
+        Remove the stub file for webkit.py now that it's no longer
+        necessary.
+
+        * Scripts/webkitpy/layout_tests/port/webkit.py: Removed.
+
 2012-07-30  Ryosuke Niwa  <[email protected]>
 
         Windows build fix attempt after r124092.

Deleted: trunk/Tools/Scripts/webkitpy/layout_tests/port/webkit.py (124157 => 124158)


--- trunk/Tools/Scripts/webkitpy/layout_tests/port/webkit.py	2012-07-31 02:56:09 UTC (rev 124157)
+++ trunk/Tools/Scripts/webkitpy/layout_tests/port/webkit.py	2012-07-31 02:56:50 UTC (rev 124158)
@@ -1,35 +0,0 @@
-#!/usr/bin/env python
-# Copyright (C) 2010 Google Inc. All rights reserved.
-# Copyright (C) 2010 Gabor Rapcsanyi <[email protected]>, University of Szeged
-# Copyright (C) 2011, 2012 Apple Inc. All rights reserved.
-#
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions are
-# met:
-#
-#     * Redistributions of source code must retain the above copyright
-# notice, this list of conditions and the following disclaimer.
-#     * Redistributions in binary form must reproduce the above
-# copyright notice, this list of conditions and the following disclaimer
-# in the documentation and/or other materials provided with the
-# distribution.
-#     * Neither the Google name nor the names of its
-# contributors may be used to endorse or promote products derived from
-# this software without specific prior written permission.
-#
-# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-# FIXME: this is a stub file needed to ensure that chrome still compiles
-# until we can remove this from the browser_tests.isolate file downstream.
-# See https://bugs.webkit.org/show_bug.cgi?id=92549
-pass
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to