Chromium Code Reviews| Index: content/content_browser.gypi |
| diff --git a/content/content_browser.gypi b/content/content_browser.gypi |
| index d18de9a62289d611e42b1cf8b7b12957a717203b..6012ca1dc58bf7bd9a175d6cf82ee90d3f5826e0 100644 |
| --- a/content/content_browser.gypi |
| +++ b/content/content_browser.gypi |
| @@ -1848,5 +1848,10 @@ |
| 'browser/media/media_web_contents_observer.h', |
| ], |
| }], |
| + ['debug_devtools==1', { |
| + 'defines': [ |
| + 'DEBUG_DEVTOOLS=1', |
| + ], |
| + }], |
| ], |
| } |