Title: [204173] trunk/Source/WebCore
Revision
204173
Author
[email protected]
Date
2016-08-05 09:42:34 -0700 (Fri, 05 Aug 2016)

Log Message

* DerivedSources.make: Fix all places that were using tabs instead of spaces outside
the actual make rules, where tabs are required as part of make syntax.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (204172 => 204173)


--- trunk/Source/WebCore/ChangeLog	2016-08-05 16:26:04 UTC (rev 204172)
+++ trunk/Source/WebCore/ChangeLog	2016-08-05 16:42:34 UTC (rev 204173)
@@ -1,3 +1,8 @@
+2016-08-05  Darin Adler  <[email protected]>
+
+        * DerivedSources.make: Fix all places that were using tabs instead of spaces outside
+        the actual make rules, where tabs are required as part of make syntax.
+
 2016-08-05  Youenn Fablet  <[email protected]>
 
         [Fetch API] SubresourceLoader::checkRedirectionCrossOriginAccessControl should not always assert in SameOrigin mode

Modified: trunk/Source/WebCore/DerivedSources.make (204172 => 204173)


--- trunk/Source/WebCore/DerivedSources.make	2016-08-05 16:26:04 UTC (rev 204172)
+++ trunk/Source/WebCore/DerivedSources.make	2016-08-05 16:42:34 UTC (rev 204173)
@@ -732,7 +732,7 @@
 TEXT_PREPROCESSOR_FLAGS=-E -P -x c -traditional
 
 ifneq ($(SDKROOT),)
-	SDK_FLAGS=-isysroot $(SDKROOT)
+    SDK_FLAGS=-isysroot $(SDKROOT)
 endif
 
 ifeq ($(shell $(CC) -std=gnu++11 -x c++ -E -P -dM $(SDK_FLAGS) $(FRAMEWORK_FLAGS) $(HEADER_FLAGS) -include "wtf/Platform.h" /dev/null | grep ' WTF_PLATFORM_IOS ' | cut -d' ' -f3), 1)
@@ -995,11 +995,11 @@
 endif
 
 ifeq ($(findstring ENABLE_SERVICE_CONTROLS,$(FEATURE_DEFINES)), ENABLE_SERVICE_CONTROLS)
-	USER_AGENT_STYLE_SHEETS := $(USER_AGENT_STYLE_SHEETS) $(WebCore)/html/shadow/mac/imageControlsMac.css
+    USER_AGENT_STYLE_SHEETS := $(USER_AGENT_STYLE_SHEETS) $(WebCore)/html/shadow/mac/imageControlsMac.css
 endif
 
 ifeq ($(OS),MACOS)
-	USER_AGENT_STYLE_SHEETS := $(USER_AGENT_STYLE_SHEETS) $(WebCore)/Modules/plugins/QuickTimePluginReplacement.css
+    USER_AGENT_STYLE_SHEETS := $(USER_AGENT_STYLE_SHEETS) $(WebCore)/Modules/plugins/QuickTimePluginReplacement.css
 endif
 
 ifeq ($(OS), Windows_NT)
@@ -1016,7 +1016,7 @@
 USER_AGENT_SCRIPTS = 
 
 ifeq ($(OS),MACOS)
-	USER_AGENT_SCRIPTS := $(USER_AGENT_SCRIPTS) $(WebCore)/Modules/plugins/QuickTimePluginReplacement.js
+    USER_AGENT_SCRIPTS := $(USER_AGENT_SCRIPTS) $(WebCore)/Modules/plugins/QuickTimePluginReplacement.js
 endif
 
 ifdef USER_AGENT_SCRIPTS
@@ -1053,7 +1053,7 @@
 endif
 
 ifeq ($(findstring ENABLE_ENCRYPTED_MEDIA_V2,$(FEATURE_DEFINES)), ENABLE_ENCRYPTED_MEDIA_V2)
-	HTML_FLAGS := $(HTML_FLAGS) ENABLE_ENCRYPTED_MEDIA_V2=1
+    HTML_FLAGS := $(HTML_FLAGS) ENABLE_ENCRYPTED_MEDIA_V2=1
 endif
 
 ifeq ($(findstring ENABLE_METER_ELEMENT,$(FEATURE_DEFINES)), ENABLE_METER_ELEMENT)
@@ -1069,7 +1069,7 @@
 endif
 
 ifeq ($(findstring ENABLE_DATACUE_VALUE,$(FEATURE_DEFINES)), ENABLE_DATACUE_VALUE)
-	HTML_FLAGS := $(HTML_FLAGS) ENABLE_DATACUE_VALUE=0
+    HTML_FLAGS := $(HTML_FLAGS) ENABLE_DATACUE_VALUE=0
 endif
 
 ifeq ($(findstring ENABLE_ENCRYPTED_MEDIA,$(FEATURE_DEFINES)), ENABLE_ENCRYPTED_MEDIA)
@@ -1260,8 +1260,8 @@
 #
 
 INPUT_GENERATOR_SPECIFICATIONS = \
-	$(WebCore)/replay/WebInputs.json \
-	$(_javascript_Core_SCRIPTS_DIR)/JSInputs.json \
+    $(WebCore)/replay/WebInputs.json \
+    $(_javascript_Core_SCRIPTS_DIR)/JSInputs.json \
 #
 
 all : WebReplayInputs.h
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to