diff --git a/common.gypi b/common.gypi index 36b4b1138dbfd2..b8b3ef62a5998d 100644 --- a/common.gypi +++ b/common.gypi @@ -87,6 +87,7 @@ 'v8_enable_v8_checks%': 0, 'v8_use_perfetto': 0, 'tsan%': 0, + 'v8_cppgc_microtask_queue%': 0, ##### end V8 defaults ##### @@ -544,6 +545,9 @@ ['tsan == 1', { 'defines': ['V8_IS_TSAN',], }], + ['v8_cppgc_microtask_queue == 1', { + 'defines': ['V8_CPPGC_MICROTASK_QUEUE',], + }], ['OS == "win"', { 'defines': [ 'WIN32',