Title: [139500] trunk/Source/WebKit2
Revision
139500
Author
[email protected]
Date
2013-01-11 14:34:50 -0800 (Fri, 11 Jan 2013)

Log Message

Exclude unused resources.

Reviewed by Darin Adler.

* Configurations/WebKit2.xcconfig: Defined EXCLUDED_SOURCE_FILE_NAMES.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (139499 => 139500)


--- trunk/Source/WebKit2/ChangeLog	2013-01-11 22:30:43 UTC (rev 139499)
+++ trunk/Source/WebKit2/ChangeLog	2013-01-11 22:34:50 UTC (rev 139500)
@@ -1,3 +1,11 @@
+2013-01-11  Dan Bernstein  <[email protected]>
+
+        Exclude unused resources.
+
+        Reviewed by Darin Adler.
+
+        * Configurations/WebKit2.xcconfig: Defined EXCLUDED_SOURCE_FILE_NAMES.
+
 2013-01-11  Anders Carlsson  <[email protected]>
 
         Incoming synchronous messages can sometimes arrive out of order

Modified: trunk/Source/WebKit2/Configurations/WebKit2.xcconfig (139499 => 139500)


--- trunk/Source/WebKit2/Configurations/WebKit2.xcconfig	2013-01-11 22:30:43 UTC (rev 139499)
+++ trunk/Source/WebKit2/Configurations/WebKit2.xcconfig	2013-01-11 22:34:50 UTC (rev 139500)
@@ -1,4 +1,4 @@
-// Copyright (C) 2010 Apple Inc. All rights reserved.
+// Copyright (C) 2010, 2013 Apple Inc. All rights reserved.
 //
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions
@@ -33,3 +33,7 @@
 
 OTHER_LDFLAGS = $(OTHER_LDFLAGS_$(PLATFORM_NAME)) $(OTHER_LDFLAGS);
 OTHER_LDFLAGS_macosx = $(FRAMEWORK_AND_LIBRARY_LDFLAGS);
+
+EXCLUDED_SOURCE_FILE_NAMES = $(EXCLUDED_SOURCE_FILE_NAMES_$(PLATFORM_NAME));
+EXCLUDED_SOURCE_FILE_NAMES_iphoneos = *.pdf;
+EXCLUDED_SOURCE_FILE_NAMES_iphonesimulator = $(EXCLUDED_SOURCE_FILE_NAMES_iphoneos);
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to