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

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: 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
Index: components/about_handler/BUILD.gn
diff --git a/components/error_page/common/BUILD.gn b/components/about_handler/BUILD.gn
similarity index 52%
copy from components/error_page/common/BUILD.gn
copy to components/about_handler/BUILD.gn
index 11f6ee6c9152a35a66f6fb3f60bc98ed954e3da3..594cab0220aef0941be048fe03aba0bc8ad34263 100644
--- a/components/error_page/common/BUILD.gn
+++ b/components/about_handler/BUILD.gn
@@ -2,16 +2,15 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-static_library("common") {
+static_library("about_handler") {
sources = [
- "error_page_params.cc",
- "error_page_params.h",
- "net_error_info.cc",
- "net_error_info.h",
+ "about_protocol_handler.cc",
+ "about_protocol_handler.h",
+ "url_request_about_job.cc",
+ "url_request_about_job.h",
]
deps = [
- "//base",
- "//url",
+ "//net:net",
droger 2015/08/12 13:03:25 "//base", "//net",
Jitu( very slow this week) 2015/08/12 14:34:17 Done.
]
}

Powered by Google App Engine
This is Rietveld 408576698