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

Unified Diff: media/mojo/services/BUILD.gn

Issue 554363005: GN: Replace mojo/system.gni with forwarding groups (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « no previous file | mojo/apps/js/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/services/BUILD.gn
diff --git a/media/mojo/services/BUILD.gn b/media/mojo/services/BUILD.gn
index 2288fb6f23dfb047338d0819b3c67f8bfff19546..1ad6846f07374fd8db0b34851b1ac822a561f5cd 100644
--- a/media/mojo/services/BUILD.gn
+++ b/media/mojo/services/BUILD.gn
@@ -2,8 +2,6 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import("//mojo/system.gni")
-
# GYP version: media/media.gyp:mojo_media_lib
source_set("lib") {
deps = [
@@ -12,10 +10,9 @@ source_set("lib") {
"//media/mojo/interfaces"
"//mojo/common",
"//mojo/environment:chromium",
+ "//mojo/public/c/system:for_component",
]
- deps += mojo_system_for_component
-
sources = [
"media_type_converters.cc",
"media_type_converters.h",
« no previous file with comments | « no previous file | mojo/apps/js/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698