Chromium Code Reviews| Index: public/BUILD.gn |
| diff --git a/public/BUILD.gn b/public/BUILD.gn |
| index 747f6168e80cfc866441baadc93452ee96c18a09..3dc23d4e5214d9cd5167c67f02852408104bb573 100644 |
| --- a/public/BUILD.gn |
| +++ b/public/BUILD.gn |
| @@ -52,6 +52,12 @@ config("blink_headers_config") { |
| include_dirs = [ ".." ] |
| } |
| +config("debug_devtools") { |
| + if (debug_devtools) { |
| + defines = [ "DEBUG_DEVTOOLS=1" ] |
| + } |
| +} |
| + |
| # Depend on this target to use public blink API headers for things like enums |
| # and public structures without actually linking against any Blink libraries. |
| source_set("blink_headers") { |