X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fconfig.gyp;h=85a2985b35044cd3e72519041a549e69a2910d5a;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=eb9fbccd631e3bb6b2797271ea04756495ab12ce;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/config.gyp b/src/third_party/WebKit/Source/config.gyp index eb9fbcc..85a2985 100644 --- a/src/third_party/WebKit/Source/config.gyp +++ b/src/third_party/WebKit/Source/config.gyp @@ -39,6 +39,10 @@ # If set to 1 together with blink_gc_plugin, the Blink GC plugin will dump # points-to graph files for each compilation unit. 'blink_gc_plugin_dump_graph%': 0, + # If set to 1, the Blink will use the base allocator instead of + # PartitionAlloc. so that the top of stack-unwinding becomes the caller + # which requests memory allocation in blink. + 'blink_disable_partition_allocator%': 0, }, 'targets': [ { @@ -56,6 +60,7 @@ ], 'variables': { 'chromium_code': 1, + 'clang_warning_flags': [ '-Wglobal-constructors' ], }, 'conditions': [ ['OS=="win" and component=="shared_library"', { @@ -96,12 +101,6 @@ # timesNewRoman.unstatic.3258 and colorTransparent.unstatic.4879. 'cflags': ['-Wno-uninitialized'], }], - ['clang==1', { - 'cflags': ['-Wglobal-constructors'], - 'xcode_settings': { - 'WARNING_CFLAGS': ['-Wglobal-constructors'], - }, - }], # Only enable the blink_gc_plugin when using clang and chrome plugins. ['blink_gc_plugin==1 and clang==1 and clang_use_chrome_plugins==1', { 'cflags': ['