| Index: tools/gn/secondary/third_party/angle/BUILD.gn
|
| diff --git a/tools/gn/secondary/third_party/angle/BUILD.gn b/tools/gn/secondary/third_party/angle/BUILD.gn
|
| index ec3fd6b2894cd5e0f53c54629570567460d9e899..651d42f7ae9b87c22a49f006da39e7f728819fad 100644
|
| --- a/tools/gn/secondary/third_party/angle/BUILD.gn
|
| +++ b/tools/gn/secondary/third_party/angle/BUILD.gn
|
| @@ -568,7 +568,7 @@ if (is_win) {
|
| ]
|
|
|
| if (is_debug) {
|
| - defines += [ "ANGLE_ENABLE_PERF" ]
|
| + defines = [ "ANGLE_ENABLE_PERF" ]
|
| }
|
|
|
| include_dirs = [ "src/libGLESv2" ]
|
|
|