Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1363)

Unified Diff: content/content_browser.gypi

Issue 375873002: DevTools: enable Screencast in DEBUG_DEVTOOLS mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/devtools/renderer_overrides_handler.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
+ ],
+ }],
],
}
« no previous file with comments | « content/browser/devtools/renderer_overrides_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698