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

Unified Diff: chrome/browser/media/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 | « chrome/browser/BUILD.gn ('k') | chrome/browser/media/cast_remoting_connector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media/BUILD.gn
diff --git a/chrome/browser/media/BUILD.gn b/chrome/browser/media/BUILD.gn
deleted file mode 100644
index 6f1a75b876cc9c7d056cb032d7563b34a1c25d9e..0000000000000000000000000000000000000000
--- a/chrome/browser/media/BUILD.gn
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2016 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# TODO(miu): Decentralize build configuration: Move source files and deps
-# specific to chrome/browser/media sources from chrome/browser/BULID.gn and
-# chrome/test/BUILD.gn into this BUILD.gn file. Also, remove the root BUILD.gn
-# dependency on the cast_remoting_connector_fuzzer target after this is done.
-
-import("//testing/libfuzzer/fuzzer_test.gni")
-
-fuzzer_test("cast_remoting_connector_fuzzer") {
- sources = [
- "cast_remoting_connector_fuzzertest.cc",
- "cast_remoting_connector_messaging.cc",
- "cast_remoting_connector_messaging.h",
- ]
- deps = [
- "//base",
- ]
- libfuzzer_options = [ "max_len = 128" ]
- seed_corpus = "../../test/data/cast/cast_remoting_connector_fuzz_corpus"
-}
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/media/cast_remoting_connector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698