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

Side by Side Diff: remoting/remoting.gyp

Issue 10071025: [Chromoting] Make the Windows host controller ask the user to confirm host registration. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add license boilerplate. Created 8 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « remoting/host/verify_config_window_win.cc ('k') | no next file » | 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 'variables': { 6 'variables': {
7 # TODO(dmaclach): can we pick this up some other way? Right now it's 7 # TODO(dmaclach): can we pick this up some other way? Right now it's
8 # duplicated from chrome.gyp 8 # duplicated from chrome.gyp
9 'chromium_code': 1, 9 'chromium_code': 1,
10 # Use consistent strings across all platforms. Note that the plugin name 10 # Use consistent strings across all platforms. Note that the plugin name
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 '_ATL_NO_AUTOMATIC_NAMESPACE', 255 '_ATL_NO_AUTOMATIC_NAMESPACE',
256 '_ATL_CSTRING_EXPLICIT_CONSTRUCTORS', 256 '_ATL_CSTRING_EXPLICIT_CONSTRUCTORS',
257 'STRICT', 257 'STRICT',
258 ], 258 ],
259 'include_dirs': [ 259 'include_dirs': [
260 '<(INTERMEDIATE_DIR)', 260 '<(INTERMEDIATE_DIR)',
261 ], 261 ],
262 'dependencies': [ 262 'dependencies': [
263 '../base/base.gyp:base', 263 '../base/base.gyp:base',
264 'remoting_elevated_controller', 264 'remoting_elevated_controller',
265 'remoting_protocol',
265 'remoting_version_resources', 266 'remoting_version_resources',
266 ], 267 ],
267 'sources': [ 268 'sources': [
268 'host/branding.cc', 269 'host/branding.cc',
269 'host/branding.h', 270 'host/branding.h',
270 'host/elevated_controller.rc', 271 'host/elevated_controller.rc',
271 'host/elevated_controller_module_win.cc', 272 'host/elevated_controller_module_win.cc',
272 'host/elevated_controller_win.cc', 273 'host/elevated_controller_win.cc',
273 'host/elevated_controller_win.h', 274 'host/elevated_controller_win.h',
275 'host/verify_config_window_win.cc',
276 'host/verify_config_window_win.h',
274 '<(SHARED_INTERMEDIATE_DIR)/remoting/elevated_controller_version.rc' 277 '<(SHARED_INTERMEDIATE_DIR)/remoting/elevated_controller_version.rc'
275 ], 278 ],
276 'msvs_settings': { 279 'msvs_settings': {
277 'VCLinkerTool': { 280 'VCLinkerTool': {
278 'AdditionalOptions': ["/MANIFESTUAC:level='requireAdministrator'"] , 281 'AdditionalOptions': ["/MANIFESTUAC:level='requireAdministrator'"] ,
279 # 2 == /SUBSYSTEM:WINDOWS 282 # 2 == /SUBSYSTEM:WINDOWS
280 'SubSystem': '2', 283 'SubSystem': '2',
281 }, 284 },
282 }, 285 },
283 }, # end of target 'remoting_host_controller' 286 }, # end of target 'remoting_host_controller'
(...skipping 1098 matching lines...) Expand 10 before | Expand all | Expand 10 after
1382 '../base/allocator/allocator.gyp:allocator', 1385 '../base/allocator/allocator.gyp:allocator',
1383 ], 1386 ],
1384 }, 1387 },
1385 ], 1388 ],
1386 ], 1389 ],
1387 }], 1390 }],
1388 ], # end of 'conditions' 1391 ], # end of 'conditions'
1389 }, # end of target 'remoting_unittests' 1392 }, # end of target 'remoting_unittests'
1390 ], # end of targets 1393 ], # end of targets
1391 } 1394 }
OLDNEW
« no previous file with comments | « remoting/host/verify_config_window_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698