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

Unified Diff: content/browser/BUILD.gn

Issue 1003113003: [DevTools] Handle emulation in embedder, call into web API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix tests and mac popups compilation Created 5 years, 9 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 | « no previous file | content/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 294fe13b99aa4170da5d9cc32b00370b191d3425..36d59a896663e4f1947ab1e946b319729bdf2b8d 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -121,7 +121,10 @@ source_set("browser") {
]
}
- configs += [ "//content:content_implementation" ]
+ configs += [
+ "//content:content_implementation",
+ "//third_party/WebKit/public:debug_devtools",
+ ]
if (toolkit_views) {
deps += [ "//ui/events" ]
« no previous file with comments | « no previous file | content/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698