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

Side by Side Diff: remoting/remoting_host.gypi

Issue 969173002: Add remoting and PPAPI tests to GN build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/remoting.gyp ('k') | remoting/remoting_host_srcs.gypi » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'includes': [ 6 'includes': [
7 'remoting_enable.gypi', 7 'remoting_enable.gypi',
8 ], 8 ],
9 9
10 'conditions': [ 10 'conditions': [
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 '../third_party/libjingle/libjingle.gyp:libpeerconnection', 197 '../third_party/libjingle/libjingle.gyp:libpeerconnection',
198 ], 198 ],
199 'sources': [ 199 'sources': [
200 '<@(remoting_cast_sources)', 200 '<@(remoting_cast_sources)',
201 ], 201 ],
202 }], 202 }],
203 ], 203 ],
204 }, # end of target 'remoting_host' 204 }, # end of target 'remoting_host'
205 205
206 { 206 {
207 # GN version: //remoting/host/native_messaging
207 'target_name': 'remoting_native_messaging_base', 208 'target_name': 'remoting_native_messaging_base',
208 'type': 'static_library', 209 'type': 'static_library',
209 'variables': { 'enable_wexit_time_destructors': 1, }, 210 'variables': { 'enable_wexit_time_destructors': 1, },
210 'dependencies': [ 211 'dependencies': [
211 '../base/base.gyp:base', 212 '../base/base.gyp:base',
212 ], 213 ],
213 'sources': [ 214 'sources': [
214 'host/native_messaging/native_messaging_pipe.cc', 215 '<@(remoting_host_native_messaging_sources)',
215 'host/native_messaging/native_messaging_pipe.h',
216 'host/native_messaging/native_messaging_reader.cc',
217 'host/native_messaging/native_messaging_reader.h',
218 'host/native_messaging/native_messaging_writer.cc',
219 'host/native_messaging/native_messaging_writer.h',
220 'host/native_messaging/pipe_messaging_channel.cc',
221 'host/native_messaging/pipe_messaging_channel.h',
222 ], 216 ],
223 }, # end of target 'remoting_native_messaging_base' 217 }, # end of target 'remoting_native_messaging_base'
224 218
225 { 219 {
220 # GN version: //remoting/host/setup
226 'target_name': 'remoting_host_setup_base', 221 'target_name': 'remoting_host_setup_base',
227 'type': 'static_library', 222 'type': 'static_library',
228 'variables': { 'enable_wexit_time_destructors': 1, }, 223 'variables': { 'enable_wexit_time_destructors': 1, },
229 'dependencies': [ 224 'dependencies': [
230 '../base/base.gyp:base', 225 '../base/base.gyp:base',
231 '../google_apis/google_apis.gyp:google_apis', 226 '../google_apis/google_apis.gyp:google_apis',
232 'remoting_host', 227 'remoting_host',
233 ], 228 ],
234 'defines': [ 229 'defines': [
235 'VERSION=<(version_full)', 230 'VERSION=<(version_full)',
236 ], 231 ],
237 'sources': [ 232 'sources': [
238 'host/setup/daemon_controller.cc', 233 '<@(remoting_host_setup_sources)',
239 'host/setup/daemon_controller.h',
240 'host/setup/daemon_controller_delegate_linux.cc',
241 'host/setup/daemon_controller_delegate_linux.h',
242 'host/setup/daemon_controller_delegate_mac.h',
243 'host/setup/daemon_controller_delegate_mac.mm',
244 'host/setup/daemon_controller_delegate_win.cc',
245 'host/setup/daemon_controller_delegate_win.h',
246 'host/setup/me2me_native_messaging_host.cc',
247 'host/setup/me2me_native_messaging_host.h',
248 'host/setup/oauth_client.cc',
249 'host/setup/oauth_client.h',
250 'host/setup/oauth_helper.cc',
251 'host/setup/oauth_helper.h',
252 'host/setup/pin_validator.cc',
253 'host/setup/pin_validator.h',
254 'host/setup/service_client.cc',
255 'host/setup/service_client.h',
256 'host/setup/test_util.cc',
257 'host/setup/test_util.h',
258 'host/setup/win/auth_code_getter.cc',
259 'host/setup/win/auth_code_getter.h',
260 ], 234 ],
261 'conditions': [ 235 'conditions': [
262 ['OS=="win"', { 236 ['OS=="win"', {
263 'dependencies': [ 237 'dependencies': [
264 '../google_update/google_update.gyp:google_update', 238 '../google_update/google_update.gyp:google_update',
265 'remoting_lib_idl', 239 'remoting_lib_idl',
266 ], 240 ],
267 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 241 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
268 'msvs_disabled_warnings': [4267, ], 242 'msvs_disabled_warnings': [4267, ],
269 }], 243 }],
(...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after
742 # Dummy target for chromeos==1 716 # Dummy target for chromeos==1
743 'target_name': 'remoting_it2me_native_messaging_host', 717 'target_name': 'remoting_it2me_native_messaging_host',
744 'type': 'executable', 718 'type': 'executable',
745 }, 719 },
746 ], # targets 720 ], # targets
747 }], # end of chromeos==0 721 }], # end of chromeos==0
748 ], # end of conditions 722 ], # end of conditions
749 }], # end of OS!="win" and enable_remoting_host==1 723 }], # end of OS!="win" and enable_remoting_host==1
750 ], # end of 'conditions' 724 ], # end of 'conditions'
751 } 725 }
OLDNEW
« no previous file with comments | « remoting/remoting.gyp ('k') | remoting/remoting_host_srcs.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698