Chromium Code Reviews| Index: components/about_handler/BUILD.gn |
| diff --git a/chrome/installer/launcher_support/BUILD.gn b/components/about_handler/BUILD.gn |
| similarity index 54% |
| copy from chrome/installer/launcher_support/BUILD.gn |
| copy to components/about_handler/BUILD.gn |
| index 9abab50df0aefabdc299b6795e0fee8f77ee83f2..d14500239967be492dc56e0265766d75159cc628 100644 |
| --- a/chrome/installer/launcher_support/BUILD.gn |
| +++ b/components/about_handler/BUILD.gn |
| @@ -2,13 +2,16 @@ |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| -source_set("launcher_support") { |
| +static_library("about_handler") { |
|
droger
2015/08/13 08:53:34
source_set("about_handler") {
source sets are sli
Jitu( very slow this week)
2015/08/13 14:15:03
just curious why ?
Done.
|
| sources = [ |
| - "chrome_launcher_support.cc", |
| - "chrome_launcher_support.h", |
| + "about_protocol_handler.cc", |
| + "about_protocol_handler.h", |
| + "url_request_about_job.cc", |
| + "url_request_about_job.h", |
| ] |
| deps = [ |
| "//base", |
| + "//net", |
| ] |
| } |