Changeset 120160 in webkit


Ignore:
Timestamp:
Jun 12, 2012 10:00:56 PM (12 years ago)
Author:
commit-queue@webkit.org
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.wei@intel.com> on 2012-06-12
Reviewed by Adam Barth.

  • WebCore.gyp/WebCore.gyp:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r120158 r120160  
     12012-06-12  Wei James  <james.wei@intel.com>
     2
     3        webcore should depend on webcore_arm_neon for only arm target_arch
     4        https://bugs.webkit.org/show_bug.cgi?id=88839
     5
     6        Reviewed by Adam Barth.
     7
     8        * WebCore.gyp/WebCore.gyp:
     9
    1102012-06-12  Edaena Salinas Jasso  <edaena@apple.com>
    211
  • trunk/Source/WebCore/WebCore.gyp/WebCore.gyp

    r120156 r120160  
    20012001      'type': 'none',
    20022002      'dependencies': [
    2003         'webcore_arm_neon',
    20042003        'webcore_dom',
    20052004        'webcore_html',
     
    20292028      },
    20302029      'conditions': [
     2030        ['target_arch=="arm"', {
     2031          'dependencies': [
     2032            'webcore_arm_neon',
     2033          ],
     2034        }],
    20312035        ['OS=="mac"', {
    20322036          'direct_dependent_settings': {
Note: See TracChangeset for help on using the changeset viewer.