| 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" ]
|
|
|