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

Unified Diff: device/serial/BUILD.gn

Issue 1545963003: GN: Don't compile battor_agent, imagediff, bitmaptools on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert non-battor tools Created 5 years 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 | « BUILD.gn ('k') | tools/battor_agent/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 474317e9fe83961d607b9c2973a78a69bcca0ed5..ae6e00a9083d649c91d30a2bfdcc2cf13f398952 100644
--- a/device/serial/BUILD.gn
+++ b/device/serial/BUILD.gn
@@ -5,6 +5,9 @@
import("//build/config/features.gni")
import("//mojo/public/tools/bindings/mojom.gni")
+# Library works only on desktop platforms.
+assert(is_win || is_linux || is_mac)
+
# GYP version: device/serial/serial.gyp:device_serial
static_library("serial") {
output_name = "device_serial"
« no previous file with comments | « BUILD.gn ('k') | tools/battor_agent/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698