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

Side by Side Diff: remoting/host/setup/BUILD.gn

Issue 965633002: Add remoting and PPAPI tests to GN build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge fix Created 5 years, 9 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 | « remoting/host/native_messaging/BUILD.gn ('k') | remoting/protocol/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
(Empty)
1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 import("//remoting/remoting_srcs.gni")
6
7 source_set("setup") {
8 sources =
9 rebase_path(remoting_host_srcs_gypi_values.remoting_host_setup_sources,
10 ".",
11 "//remoting")
12
13 configs += [
14 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
15 "//build/config/compiler:no_size_t_to_int_warning",
16 "//build/config/compiler:wexit_time_destructors",
17 "//remoting:version",
18 ]
19
20 deps = [
21 "//base",
22 "//google_apis",
23 "//remoting/host",
24 ]
25
26 if (is_win) {
27 deps += [
28 #remoting_lib_idl", TODO(GYP) Windows target for remoting.
29 "//google_update",
30 ]
31 }
32 }
OLDNEW
« no previous file with comments | « remoting/host/native_messaging/BUILD.gn ('k') | remoting/protocol/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698