| Index: third_party/WebKit/Source/config.gni
|
| diff --git a/third_party/WebKit/Source/config.gni b/third_party/WebKit/Source/config.gni
|
| index 914dadd0322459f1f16201271cf307071b24a7ee..17952b739c2dfa6ec60fbbd66189678e3edad957 100644
|
| --- a/third_party/WebKit/Source/config.gni
|
| +++ b/third_party/WebKit/Source/config.gni
|
| @@ -52,8 +52,6 @@ feature_defines_list = [
|
| ]
|
|
|
| if (is_debug) {
|
| - # TODO(GYP) this should also be set when release_valgrind_build is set,
|
| - # but we don't have that flag in the GN build yet.
|
| feature_defines_list += [ "WTF_USE_DYNAMIC_ANNOTATIONS=1" ]
|
| }
|
|
|
|
|