Index: content/content_browser.gypi |
diff --git a/content/content_browser.gypi b/content/content_browser.gypi |
index 48543eea43016aedd67d189087070b680231a01d..f4dbc0c26fc278224a4a434e717a1510de5a935d 100644 |
--- a/content/content_browser.gypi |
+++ b/content/content_browser.gypi |
@@ -1715,6 +1715,11 @@ |
'../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', |
], |
}], |
+ ['debug_devtools==1', { |
+ 'defines': [ |
+ 'DEBUG_DEVTOOLS=1', |
+ ], |
+ }], |
['enable_basic_printing==1 or enable_print_preview==1', { |
'dependencies': [ |
'../printing/printing.gyp:printing', |