Title: [102202] trunk/Source/WebKit/chromium
Revision
102202
Author
[email protected]
Date
2011-12-06 17:48:43 -0800 (Tue, 06 Dec 2011)

Log Message

Fix typo in WebKit.gyp introduced in previous change.

Unreviewed, build fix.

* WebKit.gyp:

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (102201 => 102202)


--- trunk/Source/WebKit/chromium/ChangeLog	2011-12-07 01:39:36 UTC (rev 102201)
+++ trunk/Source/WebKit/chromium/ChangeLog	2011-12-07 01:48:43 UTC (rev 102202)
@@ -1,5 +1,13 @@
 2011-12-06  Dirk Pranke  <[email protected]>
 
+        Fix typo in WebKit.gyp introduced in previous change.
+
+        Unreviewed, build fix.
+
+        * WebKit.gyp:
+
+2011-12-06  Dirk Pranke  <[email protected]>
+
         binaries in webkit.gyp should be split into a new file to break circular dependencies on webkit_support
         https://bugs.webkit.org/show_bug.cgi?id=73382
 

Modified: trunk/Source/WebKit/chromium/WebKit.gyp (102201 => 102202)


--- trunk/Source/WebKit/chromium/WebKit.gyp	2011-12-07 01:39:36 UTC (rev 102201)
+++ trunk/Source/WebKit/chromium/WebKit.gyp	2011-12-07 01:48:43 UTC (rev 102202)
@@ -1545,7 +1545,7 @@
                         'sources': ['../../../Tools/DumpRenderTree/chromium/LayoutTestHelperWin.cpp'],
                     }],
                 }],
-                ['OS="mac"', {
+                ['OS=="mac"', {
                     'targets': [{
                         'target_name': 'LayoutTestHelper',
                         'type': 'executable',
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to