| Index: components/devtools_http_handler/BUILD.gn
|
| diff --git a/components/devtools_http_handler/BUILD.gn b/components/devtools_http_handler/BUILD.gn
|
| index 0cb77baecd31ea93d3733461b603b73d834799e7..78dca7f90d12785e84f63843fa0c60beaa3dca88 100644
|
| --- a/components/devtools_http_handler/BUILD.gn
|
| +++ b/components/devtools_http_handler/BUILD.gn
|
| @@ -2,7 +2,7 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -source_set("devtools_http_handler") {
|
| +static_library("devtools_http_handler") {
|
| sources = [
|
| "devtools_http_handler.cc",
|
| "devtools_http_handler.h",
|
|
|