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

Side by Side Diff: remoting/remoting.gyp

Issue 9953002: The me2me host is now configurable from the web UI on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: CR feedback 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
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 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 'defines' : [ 231 'defines' : [
232 '_ATL_APARTMENT_THREADED', 232 '_ATL_APARTMENT_THREADED',
233 '_ATL_NO_AUTOMATIC_NAMESPACE', 233 '_ATL_NO_AUTOMATIC_NAMESPACE',
234 '_ATL_CSTRING_EXPLICIT_CONSTRUCTORS', 234 '_ATL_CSTRING_EXPLICIT_CONSTRUCTORS',
235 'STRICT', 235 'STRICT',
236 ], 236 ],
237 'include_dirs': [ 237 'include_dirs': [
238 '<(INTERMEDIATE_DIR)', 238 '<(INTERMEDIATE_DIR)',
239 ], 239 ],
240 'dependencies': [ 240 'dependencies': [
241 '../base/base.gyp:base',
241 'remoting_version_resources', 242 'remoting_version_resources',
242 ], 243 ],
243 'sources': [ 244 'sources': [
245 'host/branding.cc',
246 'host/branding.h',
244 'host/elevated_controller.idl', 247 'host/elevated_controller.idl',
245 'host/elevated_controller.rc', 248 'host/elevated_controller.rc',
246 'host/elevated_controller_module_win.cc', 249 'host/elevated_controller_module_win.cc',
247 'host/elevated_controller_win.cc', 250 'host/elevated_controller_win.cc',
248 'host/elevated_controller_win.h', 251 'host/elevated_controller_win.h',
249 '<(SHARED_INTERMEDIATE_DIR)/remoting_version/elevated_controller_ver sion.rc' 252 '<(SHARED_INTERMEDIATE_DIR)/remoting_version/elevated_controller_ver sion.rc'
250 ], 253 ],
251 'msvs_settings': { 254 'msvs_settings': {
252 'VCLinkerTool': { 255 'VCLinkerTool': {
253 'AdditionalOptions': ["/MANIFESTUAC:level='requireAdministrator'"] , 256 'AdditionalOptions': ["/MANIFESTUAC:level='requireAdministrator'"] ,
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
508 'variables': { 'enable_wexit_time_destructors': 1, }, 511 'variables': { 'enable_wexit_time_destructors': 1, },
509 'product_extension': '<(host_plugin_extension)', 512 'product_extension': '<(host_plugin_extension)',
510 'product_prefix': '<(host_plugin_prefix)', 513 'product_prefix': '<(host_plugin_prefix)',
511 'dependencies': [ 514 'dependencies': [
512 'remoting_base', 515 'remoting_base',
513 'remoting_host', 516 'remoting_host',
514 'remoting_jingle_glue', 517 'remoting_jingle_glue',
515 '../third_party/npapi/npapi.gyp:npapi', 518 '../third_party/npapi/npapi.gyp:npapi',
516 ], 519 ],
517 'sources': [ 520 'sources': [
521 'host/branding.cc',
522 'host/branding.h',
518 'host/it2me_host_user_interface.cc', 523 'host/it2me_host_user_interface.cc',
519 'host/it2me_host_user_interface.h', 524 'host/it2me_host_user_interface.h',
520 'host/plugin/daemon_controller.h', 525 'host/plugin/daemon_controller.h',
521 'host/plugin/daemon_controller_linux.cc', 526 'host/plugin/daemon_controller_linux.cc',
522 'host/plugin/daemon_controller_mac.cc', 527 'host/plugin/daemon_controller_mac.cc',
523 'host/plugin/daemon_controller_win.cc', 528 'host/plugin/daemon_controller_win.cc',
524 'host/plugin/host_log_handler.cc', 529 'host/plugin/host_log_handler.cc',
525 'host/plugin/host_log_handler.h', 530 'host/plugin/host_log_handler.h',
526 'host/plugin/host_plugin.cc', 531 'host/plugin/host_plugin.cc',
527 'host/plugin/host_plugin_resource.h', 532 'host/plugin/host_plugin_resource.h',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
562 'mac_real_dsym': 1, 567 'mac_real_dsym': 1,
563 }, 568 },
564 }], 569 }],
565 ], # conditions 570 ], # conditions
566 }], # OS=="mac" 571 }], # OS=="mac"
567 [ 'OS=="win"', { 572 [ 'OS=="win"', {
568 'dependencies': [ 573 'dependencies': [
569 '../ipc/ipc.gyp:ipc', 574 '../ipc/ipc.gyp:ipc',
570 'remoting_version_resources', 575 'remoting_version_resources',
571 ], 576 ],
577 'include_dirs': [
578 '<(INTERMEDIATE_DIR)',
579 ],
572 'sources': [ 580 'sources': [
581 'host/elevated_controller.idl',
573 'host/plugin/host_plugin.def', 582 'host/plugin/host_plugin.def',
574 'host/plugin/host_plugin.rc', 583 'host/plugin/host_plugin.rc',
575 '<(SHARED_INTERMEDIATE_DIR)/remoting_version/host_plugin_version.rc' 584 '<(SHARED_INTERMEDIATE_DIR)/remoting_version/host_plugin_version.rc'
576 ], 585 ],
577 }], 586 }],
578 ], 587 ],
579 }, # end of target 'remoting_host_plugin' 588 }, # end of target 'remoting_host_plugin'
580 589
581 { 590 {
582 'target_name': 'remoting_webapp', 591 'target_name': 'remoting_webapp',
(...skipping 747 matching lines...) Expand 10 before | Expand all | Expand 10 after
1330 '../base/allocator/allocator.gyp:allocator', 1339 '../base/allocator/allocator.gyp:allocator',
1331 ], 1340 ],
1332 }, 1341 },
1333 ], 1342 ],
1334 ], 1343 ],
1335 }], 1344 }],
1336 ], # end of 'conditions' 1345 ], # end of 'conditions'
1337 }, # end of target 'remoting_unittests' 1346 }, # end of target 'remoting_unittests'
1338 ], # end of targets 1347 ], # end of targets
1339 } 1348 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698