Title: [142563] trunk/Source
Revision
142563
Author
[email protected]
Date
2013-02-11 17:52:19 -0800 (Mon, 11 Feb 2013)

Log Message

Build fix: r142549 broke EFL build
https://bugs.webkit.org/show_bug.cgi?id=109527

Patch by Adenilson Cavalcanti <[email protected]> on 2013-02-11
Reviewed by Kentaro Hara.

Source/WebCore:

No new tests, no change on behavior.

* CMakeLists.txt:

Source/WebKit:

Build fix.

* CMakeLists.txt:

Modified Paths

Diff

Modified: trunk/Source/WebCore/CMakeLists.txt (142562 => 142563)


--- trunk/Source/WebCore/CMakeLists.txt	2013-02-12 01:42:24 UTC (rev 142562)
+++ trunk/Source/WebCore/CMakeLists.txt	2013-02-12 01:52:19 UTC (rev 142563)
@@ -5,7 +5,6 @@
     "${WEBCORE_DIR}/Modules/gamepad"
     "${WEBCORE_DIR}/Modules/geolocation"
     "${WEBCORE_DIR}/Modules/indexeddb"
-    "${WEBCORE_DIR}/Modules/intents"
     "${WEBCORE_DIR}/Modules/mediasource"
     "${WEBCORE_DIR}/Modules/mediastream"
     "${WEBCORE_DIR}/Modules/navigatorcontentutils"
@@ -117,7 +116,6 @@
     Modules/gamepad
     Modules/geolocation
     Modules/indexeddb
-    Modules/intents
     Modules/mediastream
     Modules/networkinfo
     Modules/notifications
@@ -203,12 +201,6 @@
     Modules/indexeddb/IDBVersionChangeEvent.idl
     Modules/indexeddb/WorkerContextIndexedDatabase.idl
 
-    Modules/intents/DeliveredIntent.idl
-    Modules/intents/DOMWindowIntents.idl
-    Modules/intents/Intent.idl
-    Modules/intents/IntentResultCallback.idl
-    Modules/intents/NavigatorIntents.idl
-
     Modules/mediasource/MediaSource.idl
     Modules/mediasource/SourceBuffer.idl
     Modules/mediasource/SourceBufferList.idl
@@ -458,7 +450,6 @@
     html/HTMLHtmlElement.idl
     html/HTMLIFrameElement.idl
     html/HTMLImageElement.idl
-    html/HTMLIntentElement.idl
     html/HTMLInputElement.idl
     html/HTMLKeygenElement.idl
     html/HTMLLabelElement.idl
@@ -849,12 +840,6 @@
     Modules/indexeddb/PageGroupIndexedDatabase.cpp
     Modules/indexeddb/WorkerContextIndexedDatabase.cpp
 
-    Modules/intents/DOMWindowIntents.cpp
-    Modules/intents/DeliveredIntent.cpp
-    Modules/intents/Intent.cpp
-    Modules/intents/IntentRequest.cpp
-    Modules/intents/NavigatorIntents.cpp
-
     Modules/mediasource/MediaSource.cpp
     Modules/mediasource/SourceBuffer.cpp
     Modules/mediasource/SourceBufferList.cpp
@@ -1420,7 +1405,6 @@
     html/HTMLIFrameElement.cpp
     html/HTMLImageElement.cpp
     html/HTMLImageLoader.cpp
-    html/HTMLIntentElement.cpp
     html/HTMLInputElement.cpp
     html/HTMLKeygenElement.cpp
     html/HTMLLIElement.cpp

Modified: trunk/Source/WebCore/ChangeLog (142562 => 142563)


--- trunk/Source/WebCore/ChangeLog	2013-02-12 01:42:24 UTC (rev 142562)
+++ trunk/Source/WebCore/ChangeLog	2013-02-12 01:52:19 UTC (rev 142563)
@@ -1,3 +1,14 @@
+2013-02-11  Adenilson Cavalcanti  <[email protected]>
+
+        Build fix: r142549 broke EFL build
+        https://bugs.webkit.org/show_bug.cgi?id=109527
+
+        Reviewed by Kentaro Hara.
+
+        No new tests, no change on behavior.
+
+        * CMakeLists.txt:
+
 2013-02-11  Simon Fraser  <[email protected]>
 
         REGRESSION (r142520?): Space no longer scrolls the page

Modified: trunk/Source/WebKit/CMakeLists.txt (142562 => 142563)


--- trunk/Source/WebKit/CMakeLists.txt	2013-02-12 01:42:24 UTC (rev 142562)
+++ trunk/Source/WebKit/CMakeLists.txt	2013-02-12 01:52:19 UTC (rev 142563)
@@ -1,7 +1,6 @@
 set(WebKit_INCLUDE_DIRECTORIES
     "${WEBKIT_DIR}"
     "${WEBCORE_DIR}"
-    "${WEBCORE_DIR}/Modules/intents"
     "${WEBCORE_DIR}/Modules/networkinfo"
     "${WEBCORE_DIR}/Modules/webdatabase"
     "${WEBCORE_DIR}/accessibility"

Modified: trunk/Source/WebKit/ChangeLog (142562 => 142563)


--- trunk/Source/WebKit/ChangeLog	2013-02-12 01:42:24 UTC (rev 142562)
+++ trunk/Source/WebKit/ChangeLog	2013-02-12 01:52:19 UTC (rev 142563)
@@ -1,3 +1,14 @@
+2013-02-11  Adenilson Cavalcanti  <[email protected]>
+
+        Build fix: r142549 broke EFL build
+        https://bugs.webkit.org/show_bug.cgi?id=109527
+
+        Reviewed by Kentaro Hara.
+
+        Build fix.
+
+        * CMakeLists.txt:
+
 2013-02-11  Brent Fulgham  <[email protected]>
 
         Rename Visual Studio solution folders to avoid conflicts with project names
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to