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

Unified Diff: tools/battor_agent/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 | « device/serial/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/battor_agent/BUILD.gn
diff --git a/tools/battor_agent/BUILD.gn b/tools/battor_agent/BUILD.gn
index ba98b2d36659de35f482072b2f26acc9fc8e6c78..a1f1edbc92c9b7593d1fd94bc38358309becddaa 100644
--- a/tools/battor_agent/BUILD.gn
+++ b/tools/battor_agent/BUILD.gn
@@ -4,6 +4,9 @@
import("//testing/test.gni")
+# Works only on desktop platforms.
+assert(is_win || is_linux || is_mac)
+
executable("battor_agent") {
sources = [
"battor_agent_bin.cc",
« no previous file with comments | « device/serial/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698