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

Unified Diff: services/service_manager/public/cpp/BUILD.gn

Issue 2855393002: Fix a TODO in GN file (Closed)
Patch Set: Created 3 years, 8 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 | « services/service_manager/background/tests/BUILD.gn ('k') | services/service_manager/runner/host/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/service_manager/public/cpp/BUILD.gn
diff --git a/services/service_manager/public/cpp/BUILD.gn b/services/service_manager/public/cpp/BUILD.gn
index ed46e14abc23151d4575f2109d37de6d34df9872..f8444eb130838620112913d545bdb1ff4b882b37 100644
--- a/services/service_manager/public/cpp/BUILD.gn
+++ b/services/service_manager/public/cpp/BUILD.gn
@@ -1,15 +1,8 @@
-# Copyright 2014 The Chromium Authors. All rights reserved.
+# Copyright 2017 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-group("cpp") {
- public_deps = [
- ":sources",
- ]
-}
-
-# TODO(rockot): Rename this to "cpp".
-static_library("sources") {
+static_library("cpp") {
sources = [
"bind_source_info.cc",
"bind_source_info.h",
« no previous file with comments | « services/service_manager/background/tests/BUILD.gn ('k') | services/service_manager/runner/host/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698