Changeset 87097 in webkit


Ignore:
Timestamp:
May 23, 2011 2:06:45 PM (13 years ago)
Author:
tony@chromium.org
Message:

2011-05-23 Tony Chang <tony@chromium.org>

Reviewed by James Robinson.

[chromium] Link tcmalloc to DRT so we can use the heap checker
https://bugs.webkit.org/show_bug.cgi?id=61292

  • WebKit.gyp:
Location:
trunk/Source/WebKit/chromium
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/chromium/ChangeLog

    r87094 r87097  
     12011-05-23  Tony Chang  <tony@chromium.org>
     2
     3        Reviewed by James Robinson.
     4
     5        [chromium] Link tcmalloc to DRT so we can use the heap checker
     6        https://bugs.webkit.org/show_bug.cgi?id=61292
     7
     8        * WebKit.gyp:
     9
    1102011-05-23  Adrienne Walker  <enne@google.com>
    211
  • trunk/Source/WebKit/chromium/WebKit.gyp

    r87089 r87097  
    10581058                    }],
    10591059                    'variables': {
    1060                       # FIXME: Enable warnings on other platforms.
    1061                       'chromium_code': 1,
     1060                        # FIXME: Enable warnings on other platforms.
     1061                        'chromium_code': 1,
    10621062                    },
     1063                    'conditions': [
     1064                        ['linux_use_tcmalloc == 1', {
     1065                            'dependencies': [
     1066                                '<(chromium_src_dir)/base/allocator/allocator.gyp:allocator',
     1067                            ],
     1068                        }],
     1069                    ],
    10631070                },{ # toolkit_uses_gtk != 1
    10641071                    'sources/': [
Note: See TracChangeset for help on using the changeset viewer.