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

Unified Diff: components/url_fixer/BUILD.gn

Issue 377393002: Add more components to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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/url_fixer.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/url_fixer/BUILD.gn
diff --git a/components/keyed_service/core/BUILD.gn b/components/url_fixer/BUILD.gn
similarity index 55%
copy from components/keyed_service/core/BUILD.gn
copy to components/url_fixer/BUILD.gn
index 423261967e3d20af3b8c74a513072374ef5eaf29..bf29f3523db140fc16138ccf95cf596d7fcbdd4e 100644
--- a/components/keyed_service/core/BUILD.gn
+++ b/components/url_fixer/BUILD.gn
@@ -2,21 +2,15 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-component("core") {
- output_name = "keyed_service_core"
+static_library("url_fixer") {
sources = [
- "dependency_graph.cc",
- "dependency_graph.h",
- "dependency_node.h",
- "keyed_service.cc",
- "keyed_service.h",
- "keyed_service_export.h",
+ "url_fixer.cc",
+ "url_fixer.h",
]
- defines = [ "KEYED_SERVICE_IMPLEMENTATION" ]
-
deps = [
"//base",
+ "//net",
]
if (is_win) {
« no previous file with comments | « components/url_fixer.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698