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

Unified Diff: components/about_handler/BUILD.gn

Issue 1284173003: Create a about handler component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit Created 5 years, 4 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 | « components/about_handler.gypi ('k') | components/about_handler/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/about_handler/BUILD.gn
diff --git a/chrome/installer/launcher_support/BUILD.gn b/components/about_handler/BUILD.gn
similarity index 55%
copy from chrome/installer/launcher_support/BUILD.gn
copy to components/about_handler/BUILD.gn
index 9abab50df0aefabdc299b6795e0fee8f77ee83f2..eeaff47f027871b388ba842f9d444148a76b9aa9 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") {
+source_set("about_handler") {
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",
]
}
« no previous file with comments | « components/about_handler.gypi ('k') | components/about_handler/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698