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

Side by Side 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 4 years, 11 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 unified diff | Download patch
« no previous file with comments | « BUILD.gn ('k') | tools/battor_agent/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//mojo/public/tools/bindings/mojom.gni") 6 import("//mojo/public/tools/bindings/mojom.gni")
7 7
8 # Library works only on desktop platforms.
9 assert(is_win || is_linux || is_mac)
10
8 # GYP version: device/serial/serial.gyp:device_serial 11 # GYP version: device/serial/serial.gyp:device_serial
9 static_library("serial") { 12 static_library("serial") {
10 output_name = "device_serial" 13 output_name = "device_serial"
11 14
12 sources = [ 15 sources = [
13 "buffer.cc", 16 "buffer.cc",
14 "buffer.h", 17 "buffer.h",
15 "data_receiver.cc", 18 "data_receiver.cc",
16 "data_receiver.h", 19 "data_receiver.h",
17 "data_sender.cc", 20 "data_sender.cc",
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 "//extensions:extensions_renderer_resources_grit", 86 "//extensions:extensions_renderer_resources_grit",
84 ] 87 ]
85 88
86 sources = [ 89 sources = [
87 "data_stream.mojom", 90 "data_stream.mojom",
88 "data_stream_serialization.mojom", 91 "data_stream_serialization.mojom",
89 "serial.mojom", 92 "serial.mojom",
90 "serial_serialization.mojom", 93 "serial_serialization.mojom",
91 ] 94 ]
92 } 95 }
OLDNEW
« 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