Title: [144091] trunk/Source
Revision
144091
Author
jer.no...@apple.com
Date
2013-02-26 12:51:43 -0800 (Tue, 26 Feb 2013)

Log Message

Unreviewed build fix; use correct macro for platform name in FeatureDefines.xcconfig.

Source/_javascript_Core:

* Configurations/FeatureDefines.xcconfig:

Source/WebCore:

* Configurations/FeatureDefines.xcconfig:

Source/WebKit/mac:

* Configurations/FeatureDefines.xcconfig:

Source/WebKit2:

* Configurations/FeatureDefines.xcconfig:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (144090 => 144091)


--- trunk/Source/_javascript_Core/ChangeLog	2013-02-26 20:48:56 UTC (rev 144090)
+++ trunk/Source/_javascript_Core/ChangeLog	2013-02-26 20:51:43 UTC (rev 144091)
@@ -1,3 +1,9 @@
+2013-02-26  Jer Noble  <jer.no...@apple.com>
+
+        Unreviewed build fix; use correct macro for platform name in FeatureDefines.xcconfig.
+
+        * Configurations/FeatureDefines.xcconfig:
+
 2013-02-26  Michael Saboff  <msab...@apple.com>
 
         Potential crash in YARR JIT generated code when building 64 bit

Modified: trunk/Source/_javascript_Core/Configurations/FeatureDefines.xcconfig (144090 => 144091)


--- trunk/Source/_javascript_Core/Configurations/FeatureDefines.xcconfig	2013-02-26 20:48:56 UTC (rev 144090)
+++ trunk/Source/_javascript_Core/Configurations/FeatureDefines.xcconfig	2013-02-26 20:51:43 UTC (rev 144091)
@@ -75,7 +75,7 @@
 ENABLE_ENCRYPTED_MEDIA_macosx_1070 = ;
 ENABLE_ENCRYPTED_MEDIA_macosx_1080 = ;
 ENABLE_ENCRYPTED_MEDIA_macosx_1090 = ENABLE_ENCRYPTED_MEDIA;
-ENABLE_ENCRYPTED_MEDIA_V2 = $(ENABLE_ENCRYPTED_MEDIA_V2_$(REAL_PLATFORM_NAME));
+ENABLE_ENCRYPTED_MEDIA_V2 = $(ENABLE_ENCRYPTED_MEDIA_V2_$(PLATFORM_NAME));
 ENABLE_ENCRYPTED_MEDIA_V2_macosx = $(ENABLE_ENCRYPTED_MEDIA_macosx_$(TARGET_MAC_OS_X_VERSION_MAJOR));
 ENABLE_ENCRYPTED_MEDIA_V2_macosx_1070 = ;
 ENABLE_ENCRYPTED_MEDIA_V2_macosx_1080 = ;

Modified: trunk/Source/WebCore/ChangeLog (144090 => 144091)


--- trunk/Source/WebCore/ChangeLog	2013-02-26 20:48:56 UTC (rev 144090)
+++ trunk/Source/WebCore/ChangeLog	2013-02-26 20:51:43 UTC (rev 144091)
@@ -1,3 +1,9 @@
+2013-02-26  Jer Noble  <jer.no...@apple.com>
+
+        Unreviewed build fix; use correct macro for platform name in FeatureDefines.xcconfig.
+
+        * Configurations/FeatureDefines.xcconfig:
+
 2013-02-26  Andrew Lo  <a...@rim.com>
 
         [BlackBerry] Animated images not animating on accelerated compositing layers

Modified: trunk/Source/WebCore/Configurations/FeatureDefines.xcconfig (144090 => 144091)


--- trunk/Source/WebCore/Configurations/FeatureDefines.xcconfig	2013-02-26 20:48:56 UTC (rev 144090)
+++ trunk/Source/WebCore/Configurations/FeatureDefines.xcconfig	2013-02-26 20:51:43 UTC (rev 144091)
@@ -75,7 +75,7 @@
 ENABLE_ENCRYPTED_MEDIA_macosx_1070 = ;
 ENABLE_ENCRYPTED_MEDIA_macosx_1080 = ;
 ENABLE_ENCRYPTED_MEDIA_macosx_1090 = ENABLE_ENCRYPTED_MEDIA;
-ENABLE_ENCRYPTED_MEDIA_V2 = $(ENABLE_ENCRYPTED_MEDIA_V2_$(REAL_PLATFORM_NAME));
+ENABLE_ENCRYPTED_MEDIA_V2 = $(ENABLE_ENCRYPTED_MEDIA_V2_$(PLATFORM_NAME));
 ENABLE_ENCRYPTED_MEDIA_V2_macosx = $(ENABLE_ENCRYPTED_MEDIA_V2_macosx_$(TARGET_MAC_OS_X_VERSION_MAJOR));
 ENABLE_ENCRYPTED_MEDIA_V2_macosx_1070 = ;
 ENABLE_ENCRYPTED_MEDIA_V2_macosx_1080 = ;

Modified: trunk/Source/WebKit/mac/ChangeLog (144090 => 144091)


--- trunk/Source/WebKit/mac/ChangeLog	2013-02-26 20:48:56 UTC (rev 144090)
+++ trunk/Source/WebKit/mac/ChangeLog	2013-02-26 20:51:43 UTC (rev 144091)
@@ -1,3 +1,9 @@
+2013-02-26  Jer Noble  <jer.no...@apple.com>
+
+        Unreviewed build fix; use correct macro for platform name in FeatureDefines.xcconfig.
+
+        * Configurations/FeatureDefines.xcconfig:
+
 2013-02-26  Dmitry Zvorygin  <zvory...@chromium.org>
 
         Merged Tip and Debug log levels for web console.

Modified: trunk/Source/WebKit/mac/Configurations/FeatureDefines.xcconfig (144090 => 144091)


--- trunk/Source/WebKit/mac/Configurations/FeatureDefines.xcconfig	2013-02-26 20:48:56 UTC (rev 144090)
+++ trunk/Source/WebKit/mac/Configurations/FeatureDefines.xcconfig	2013-02-26 20:51:43 UTC (rev 144091)
@@ -75,7 +75,7 @@
 ENABLE_ENCRYPTED_MEDIA_macosx_1070 = ;
 ENABLE_ENCRYPTED_MEDIA_macosx_1080 = ;
 ENABLE_ENCRYPTED_MEDIA_macosx_1090 = ENABLE_ENCRYPTED_MEDIA;
-ENABLE_ENCRYPTED_MEDIA_V2 = $(ENABLE_ENCRYPTED_MEDIA_V2_$(REAL_PLATFORM_NAME));
+ENABLE_ENCRYPTED_MEDIA_V2 = $(ENABLE_ENCRYPTED_MEDIA_V2_$(PLATFORM_NAME));
 ENABLE_ENCRYPTED_MEDIA_V2_macosx = $(ENABLE_ENCRYPTED_MEDIA_V2_macosx_$(TARGET_MAC_OS_X_VERSION_MAJOR));
 ENABLE_ENCRYPTED_MEDIA_V2_macosx_1070 = ;
 ENABLE_ENCRYPTED_MEDIA_V2_macosx_1080 = ;

Modified: trunk/Source/WebKit2/ChangeLog (144090 => 144091)


--- trunk/Source/WebKit2/ChangeLog	2013-02-26 20:48:56 UTC (rev 144090)
+++ trunk/Source/WebKit2/ChangeLog	2013-02-26 20:51:43 UTC (rev 144091)
@@ -1,3 +1,9 @@
+2013-02-26  Jer Noble  <jer.no...@apple.com>
+
+        Unreviewed build fix; use correct macro for platform name in FeatureDefines.xcconfig.
+
+        * Configurations/FeatureDefines.xcconfig:
+
 2013-02-26  Manuel Rego Casasnovas  <r...@igalia.com>
 
         [WK2][GTK] REGRESSION (r143463): unit test failure in WebKit2APITests/TestContextMenu

Modified: trunk/Source/WebKit2/Configurations/FeatureDefines.xcconfig (144090 => 144091)


--- trunk/Source/WebKit2/Configurations/FeatureDefines.xcconfig	2013-02-26 20:48:56 UTC (rev 144090)
+++ trunk/Source/WebKit2/Configurations/FeatureDefines.xcconfig	2013-02-26 20:51:43 UTC (rev 144091)
@@ -75,7 +75,7 @@
 ENABLE_ENCRYPTED_MEDIA_macosx_1070 = ;
 ENABLE_ENCRYPTED_MEDIA_macosx_1080 = ;
 ENABLE_ENCRYPTED_MEDIA_macosx_1090 = ENABLE_ENCRYPTED_MEDIA;
-ENABLE_ENCRYPTED_MEDIA_V2 = $(ENABLE_ENCRYPTED_MEDIA_V2_$(REAL_PLATFORM_NAME));
+ENABLE_ENCRYPTED_MEDIA_V2 = $(ENABLE_ENCRYPTED_MEDIA_V2_$(PLATFORM_NAME));
 ENABLE_ENCRYPTED_MEDIA_V2_macosx = $(ENABLE_ENCRYPTED_MEDIA_V2_macosx_$(TARGET_MAC_OS_X_VERSION_MAJOR));
 ENABLE_ENCRYPTED_MEDIA_V2_macosx_1070 = ;
 ENABLE_ENCRYPTED_MEDIA_V2_macosx_1080 = ;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to