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

Unified Diff: services/video_capture/BUILD.gn

Issue 2652273002: Remove all service manifests from data_deps (Closed)
Patch Set: . 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « services/ui/test_wm/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/video_capture/BUILD.gn
diff --git a/services/video_capture/BUILD.gn b/services/video_capture/BUILD.gn
index 956e0274d15739c16c5b9f79be92d37acc9dd137..eeb080e74e82b4e07c256b5a8a6f2fa815f6ad43 100644
--- a/services/video_capture/BUILD.gn
+++ b/services/video_capture/BUILD.gn
@@ -17,10 +17,6 @@ service("video_capture") {
":lib",
"//mojo/public/cpp/system",
]
-
- data_deps = [
- ":manifest",
- ]
}
service_manifest("manifest") {
@@ -82,10 +78,6 @@ test("video_capture_unittests") {
"//testing/gtest",
"//ui/gfx:test_support",
]
-
- data_deps = [
- ":unittest_manifest",
- ]
}
service_manifest("unittest_manifest") {
« no previous file with comments | « services/ui/test_wm/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698