Title: [143674] trunk/Source/WebKit/chromium
Revision
143674
Author
pilg...@chromium.org
Date
2013-02-21 17:40:21 -0800 (Thu, 21 Feb 2013)

Log Message

[Chromium] Remove chromium/public/platform directory
https://bugs.webkit.org/show_bug.cgi?id=110471

Reviewed by Adam Barth.

Part of a larger refactoring series; see tracking bug 82948.

* WebKit.gyp:
* public/platform: Removed.
* public/platform/WebKitPlatformSupport.h: Removed.
* public/platform/android: Removed.
* public/platform/default: Removed.
* public/platform/linux: Removed.
* public/platform/mac: Removed.
* public/platform/win: Removed.
* src/WebKit.cpp:

Modified Paths

Removed Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (143673 => 143674)


--- trunk/Source/WebKit/chromium/ChangeLog	2013-02-22 01:27:56 UTC (rev 143673)
+++ trunk/Source/WebKit/chromium/ChangeLog	2013-02-22 01:40:21 UTC (rev 143674)
@@ -1,3 +1,22 @@
+2013-02-21  Mark Pilgrim  <pilg...@chromium.org>
+
+        [Chromium] Remove chromium/public/platform directory
+        https://bugs.webkit.org/show_bug.cgi?id=110471
+
+        Reviewed by Adam Barth.
+
+        Part of a larger refactoring series; see tracking bug 82948.
+        
+        * WebKit.gyp:
+        * public/platform: Removed.
+        * public/platform/WebKitPlatformSupport.h: Removed.
+        * public/platform/android: Removed.
+        * public/platform/default: Removed.
+        * public/platform/linux: Removed.
+        * public/platform/mac: Removed.
+        * public/platform/win: Removed.
+        * src/WebKit.cpp:
+
 2013-02-21  Dirk Pranke  <dpra...@chromium.org>
 
         [chromium] support the lucid version of freetype on precise in DRT

Modified: trunk/Source/WebKit/chromium/WebKit.gyp (143673 => 143674)


--- trunk/Source/WebKit/chromium/WebKit.gyp	2013-02-22 01:27:56 UTC (rev 143673)
+++ trunk/Source/WebKit/chromium/WebKit.gyp	2013-02-22 01:40:21 UTC (rev 143674)
@@ -291,7 +291,6 @@
                 'public/mac/WebSandboxSupport.h',
                 'public/mac/WebScreenInfoFactory.h',
                 'public/mac/WebSubstringUtil.h',
-                'public/platform/WebKitPlatformSupport.h',
                 'public/win/WebInputEventFactory.h',
                 'public/win/WebSandboxSupport.h',
                 'public/win/WebScreenInfoFactory.h',

Deleted: trunk/Source/WebKit/chromium/public/platform/WebKitPlatformSupport.h (143673 => 143674)


--- trunk/Source/WebKit/chromium/public/platform/WebKitPlatformSupport.h	2013-02-22 01:27:56 UTC (rev 143673)
+++ trunk/Source/WebKit/chromium/public/platform/WebKitPlatformSupport.h	2013-02-22 01:40:21 UTC (rev 143674)
@@ -1,31 +0,0 @@
-/*
- * Copyright (C) 2010 Google 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 name of Google Inc. 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.
- */
-
-#include "../../../../Platform/chromium/public/Platform.h"

Modified: trunk/Source/WebKit/chromium/src/WebKit.cpp (143673 => 143674)


--- trunk/Source/WebKit/chromium/src/WebKit.cpp	2013-02-22 01:27:56 UTC (rev 143673)
+++ trunk/Source/WebKit/chromium/src/WebKit.cpp	2013-02-22 01:40:21 UTC (rev 143674)
@@ -42,7 +42,6 @@
 #include "V8Binding.h"
 #include "V8RecursionScope.h"
 #include "WebSocket.h"
-#include "platform/WebKitPlatformSupport.h"
 #include "v8.h"
 #include <public/Platform.h>
 #include <public/WebPrerenderingSupport.h>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to