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

Unified 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, 12 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 | « mojo/public/tools/bindings/mojom.gni ('k') | third_party/WebKit/Source/modules/webmidi/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 a73de276d9a3ceaf24c889e966dab08bb18616cb..2d68cd9fbcdbac1fc832930084e084025d350adb 100644
--- a/services/service_manager/public/cpp/BUILD.gn
+++ b/services/service_manager/public/cpp/BUILD.gn
@@ -87,7 +87,7 @@ if (!is_ios) {
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/system",
"//services/service_manager/background:lib",
- "//services/service_manager/public/interfaces:interfaces_cpp_sources",
+ "//services/service_manager/public/interfaces",
]
data_deps = []
« 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