Title: [120160] trunk/Source/WebCore
Revision
120160
Author
commit-qu...@webkit.org
Date
2012-06-12 22:00:56 -0700 (Tue, 12 Jun 2012)

Log Message

webcore should depend on webcore_arm_neon for only arm target_arch
https://bugs.webkit.org/show_bug.cgi?id=88839

Patch by Wei James <james....@intel.com> on 2012-06-12
Reviewed by Adam Barth.

* WebCore.gyp/WebCore.gyp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (120159 => 120160)


--- trunk/Source/WebCore/ChangeLog	2012-06-13 04:56:22 UTC (rev 120159)
+++ trunk/Source/WebCore/ChangeLog	2012-06-13 05:00:56 UTC (rev 120160)
@@ -1,3 +1,12 @@
+2012-06-12  Wei James  <james....@intel.com>
+
+        webcore should depend on webcore_arm_neon for only arm target_arch
+        https://bugs.webkit.org/show_bug.cgi?id=88839
+
+        Reviewed by Adam Barth.
+
+        * WebCore.gyp/WebCore.gyp:
+
 2012-06-12  Edaena Salinas Jasso  <eda...@apple.com>
 
         Can't set el.type on a <button> element

Modified: trunk/Source/WebCore/WebCore.gyp/WebCore.gyp (120159 => 120160)


--- trunk/Source/WebCore/WebCore.gyp/WebCore.gyp	2012-06-13 04:56:22 UTC (rev 120159)
+++ trunk/Source/WebCore/WebCore.gyp/WebCore.gyp	2012-06-13 05:00:56 UTC (rev 120160)
@@ -2000,7 +2000,6 @@
       'target_name': 'webcore',
       'type': 'none',
       'dependencies': [
-        'webcore_arm_neon',
         'webcore_dom',
         'webcore_html',
         'webcore_platform',
@@ -2028,6 +2027,11 @@
         ],
       },
       'conditions': [
+        ['target_arch=="arm"', {
+          'dependencies': [
+            'webcore_arm_neon',
+          ],
+        }],
         ['OS=="mac"', {
           'direct_dependent_settings': {
             'include_dirs': [
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to