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

Unified Diff: extensions/renderer/BUILD.gn

Issue 2410743002: Remove the mojo serial interfaces and related infrastructure. (Closed)
Patch Set: Created 4 years, 2 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 | « extensions/common/switches.cc ('k') | extensions/renderer/api/serial/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/renderer/BUILD.gn
diff --git a/extensions/renderer/BUILD.gn b/extensions/renderer/BUILD.gn
index cf16edbdeecc006e0ee6b1b2063c3bd8c2b0b5cf..bfdc6977711d27c47c73111c1658e4b12b7e66fa 100644
--- a/extensions/renderer/BUILD.gn
+++ b/extensions/renderer/BUILD.gn
@@ -251,9 +251,6 @@ source_set("unit_tests") {
sources = [
"activity_log_converter_strategy_unittest.cc",
"api/mojo_private/mojo_private_unittest.cc",
- "api/serial/data_receiver_unittest.cc",
- "api/serial/data_sender_unittest.cc",
- "api/serial/serial_api_unittest.cc",
"api_test_base.cc",
"api_test_base.h",
"api_test_base_unittest.cc",
@@ -265,7 +262,6 @@ source_set("unit_tests") {
"module_system_test.h",
"module_system_unittest.cc",
"mojo/keep_alive_client_unittest.cc",
- "mojo/stash_client_unittest.cc",
"safe_builtins_unittest.cc",
"scoped_web_frame.cc",
"scoped_web_frame.h",
@@ -277,7 +273,6 @@ source_set("unit_tests") {
deps = [
":renderer",
"//base",
- "//device/serial:test_support",
"//extensions:extensions_renderer_resources",
# TODO(brettw) these tests should not be including headers from browser.
« no previous file with comments | « extensions/common/switches.cc ('k') | extensions/renderer/api/serial/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698