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

Side by Side Diff: services/service_manager/public/cpp/BUILD.gn

Issue 2602103003: Remove the _cpp_sources target from mojom. (Closed)
Patch Set: update/undelete comments Created 3 years, 11 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 group("cpp") { 5 group("cpp") {
6 public_deps = [ 6 public_deps = [
7 ":sources", 7 ":sources",
8 ] 8 ]
9 } 9 }
10 10
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 ":cpp", 80 ":cpp",
81 "//testing/gtest", 81 "//testing/gtest",
82 ] 82 ]
83 83
84 deps = [ 84 deps = [
85 "//base", 85 "//base",
86 "//base/test:test_support", 86 "//base/test:test_support",
87 "//mojo/public/cpp/bindings", 87 "//mojo/public/cpp/bindings",
88 "//mojo/public/cpp/system", 88 "//mojo/public/cpp/system",
89 "//services/service_manager/background:lib", 89 "//services/service_manager/background:lib",
90 "//services/service_manager/public/interfaces:interfaces_cpp_sources", 90 "//services/service_manager/public/interfaces",
91 ] 91 ]
92 92
93 data_deps = [] 93 data_deps = []
94 } 94 }
95 } 95 }
OLDNEW
« no previous file with comments | « mojo/public/tools/bindings/mojom.gni ('k') | third_party/WebKit/Source/modules/webmidi/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698