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

Unified Diff: mash/session/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 | « mash/example/views_examples/BUILD.gn ('k') | mash/task_viewer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/session/BUILD.gn
diff --git a/mash/session/BUILD.gn b/mash/session/BUILD.gn
index f23e78b054fe96dd9bdcbe4315409cb0dec58b12..b2052a7994afbb941c89efde20e1bc59762ce477 100644
--- a/mash/session/BUILD.gn
+++ b/mash/session/BUILD.gn
@@ -22,7 +22,7 @@ source_set("lib") {
"//mojo/common",
"//mojo/public/cpp/bindings",
"//services/service_manager/public/cpp",
- "//services/service_manager/public/cpp:sources",
+ "//services/service_manager/public/cpp",
]
data_deps = [
@@ -47,7 +47,7 @@ service("session") {
"//mojo/common",
"//mojo/public/cpp/bindings",
"//services/service_manager/public/cpp",
- "//services/service_manager/public/cpp:sources",
+ "//services/service_manager/public/cpp",
]
}
« no previous file with comments | « mash/example/views_examples/BUILD.gn ('k') | mash/task_viewer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698