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

Unified Diff: BUILD.gn

Issue 2951523002: Media Remoting: Add mojo interfaces between browser and extension. (Closed)
Patch Set: Rebased again. Created 3 years, 5 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 | chrome/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 7eecaedbda9a636fe4d2c8910d7a4d2ea2bfd8bb..c6b673597a7ddf5a60a4f76b688caa29af3683fe 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -675,12 +675,6 @@ group("gn_all") {
"//third_party/icu/fuzzers",
"//third_party/qcms:fuzzers",
]
-
- # TODO(miu): Remove this dependency once the build configuration in
- # chrome/browser/BUILD.gn is migrated to chrome/browser/media/BUILD.gn.
- # This dependency here only exists to allow GN to discover the
- # fuzzer_test target there.
- deps += [ "//chrome/browser/media:cast_remoting_connector_fuzzer" ]
}
if (enable_nacl) {
« no previous file with comments | « no previous file | chrome/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698