OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |