Changeset 51144 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
Nov 18, 2009, 3:25:37 PM (16 years ago)
Author:
Nate Chapin
Message:

2009-11-18 Nate Chapin <Nate Chapin>

Reviewed by Darin Fisher.

Remove Chromium's unnecessary dependency on wtf's tcmalloc files.

https://bugs.webkit.org/show_bug.cgi?id=31648

Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r51141 r51144  
     12009-11-18  Nate Chapin  <[email protected]>
     2
     3        Reviewed by Darin Fisher.
     4
     5        Remove Chromium's unnecessary dependency on wtf's tcmalloc files.
     6
     7        https://bugs.webkit.org/show_bug.cgi?id=31648
     8
     9        * JavaScriptCore.gyp/JavaScriptCore.gyp:
     10
    1112009-11-18  Thiago Macieira <[email protected]>
    212
  • trunk/JavaScriptCore/JavaScriptCore.gyp/JavaScriptCore.gyp

    r50517 r51144  
    7676            'include_dirs': [
    7777              '../os-win32',
    78               '<(chromium_src_dir)/webkit/build/JavaScriptCore',
    7978            ],
    8079          }],
     
    119118        ['exclude', '(Default|Gtk|Mac|None|Qt|Win|Wx)\\.(cpp|mm)$'],
    120119        ['exclude', 'wtf/CurrentTime\\.cpp$'],
     120        ['exclude', 'wtf/TC.*\\.(cpp|h)$'],
    121121      ],
    122122      'direct_dependent_settings': {
     
    137137            ['exclude', 'ThreadingPthreads\\.cpp$'],
    138138            ['include', 'Thread(ing|Specific)Win\\.cpp$']
    139           ],
    140           'include_dirs': [
    141             '<(chromium_src_dir)/webkit/build',
    142             '../kjs',
    143             '../API',
    144             # These 3 do not seem to exist.
    145             '../bindings',
    146             '../bindings/c',
    147             '../bindings/jni',
    148             # FIXME: removed these - don't seem to exist
    149             'pending',
    150             'pending/wtf',
    151139          ],
    152140          'include_dirs!': [
Note: See TracChangeset for help on using the changeset viewer.