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

Unified Diff: device/serial/BUILD.gn

Issue 2373683003: Remove som GYP annotations, remove unused manifest. (Closed)
Patch Set: Fix Created 4 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 | « device/media_transfer_protocol/BUILD.gn ('k') | extensions/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/serial/BUILD.gn
diff --git a/device/serial/BUILD.gn b/device/serial/BUILD.gn
index bc410941120799eced2a60b2aeb893476be06ca5..8d2b4f0a8c70466895e2b3246c583474a80f232a 100644
--- a/device/serial/BUILD.gn
+++ b/device/serial/BUILD.gn
@@ -16,7 +16,6 @@ config("platform_support") {
}
}
-# GYP version: device/serial/serial.gyp:device_serial
static_library("serial") {
output_name = "device_serial"
@@ -84,7 +83,6 @@ static_library("serial") {
}
}
-# GYP version: device/serial/serial.gyp:device_serial_test_util
static_library("test_support") {
sources = [
"test_serial_io_handler.cc",
@@ -96,7 +94,6 @@ static_library("test_support") {
]
}
-# GYP version: device/serial/serial.gyp:device_serial_mojo
mojom("serial_mojo") {
visibility = [
":serial",
« no previous file with comments | « device/media_transfer_protocol/BUILD.gn ('k') | extensions/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698