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

Unified Diff: mash/task_viewer/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/session/BUILD.gn ('k') | services/device/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/task_viewer/BUILD.gn
diff --git a/mash/task_viewer/BUILD.gn b/mash/task_viewer/BUILD.gn
index 5522233f3466deec2a3732c84a798b20f9627e20..d0cec0e68f71cf1e26cd9f11cd203502d7820b10 100644
--- a/mash/task_viewer/BUILD.gn
+++ b/mash/task_viewer/BUILD.gn
@@ -18,7 +18,7 @@ source_set("lib") {
"//mash/public/interfaces",
"//mojo/public/cpp/bindings",
"//services/catalog/public/interfaces",
- "//services/service_manager/public/cpp:sources",
+ "//services/service_manager/public/cpp",
"//services/service_manager/public/interfaces",
"//ui/resources",
"//ui/views",
@@ -36,7 +36,7 @@ service("task_viewer") {
"//base",
"//mojo/public/cpp/bindings",
"//services/service_manager/public/cpp",
- "//services/service_manager/public/cpp:sources",
+ "//services/service_manager/public/cpp",
"//services/service_manager/public/interfaces",
"//ui/views/mus:for_mojo_application",
]
« no previous file with comments | « mash/session/BUILD.gn ('k') | services/device/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698