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

Side by Side Diff: remoting/remoting_host_win.gypi

Issue 143303007: Enable pairing registry in me2me native messaging host on Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pairing
Patch Set: Created 6 years, 10 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_host.gypi ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'remoting_host_installer_win_roots': [ 7 'remoting_host_installer_win_roots': [
8 'host/installer/win/', 8 'host/installer/win/',
9 ], 9 ],
10 'remoting_host_installer_win_files': [ 10 'remoting_host_installer_win_files': [
(...skipping 447 matching lines...) Expand 10 before | Expand all | Expand 10 after
458 }, # end of target 'remoting_host_installation' 458 }, # end of target 'remoting_host_installation'
459 459
460 { 460 {
461 'target_name': 'remoting_me2me_host_archive', 461 'target_name': 'remoting_me2me_host_archive',
462 'type': 'none', 462 'type': 'none',
463 'dependencies': [ 463 'dependencies': [
464 '<(icu_gyp_path):icudata', 464 '<(icu_gyp_path):icudata',
465 'remoting_core', 465 'remoting_core',
466 'remoting_desktop', 466 'remoting_desktop',
467 'remoting_host_exe', 467 'remoting_host_exe',
468 'remoting_me2me_native_messaging_host',
468 'remoting_native_messaging_manifests', 469 'remoting_native_messaging_manifests',
469 ], 470 ],
470 'compiled_inputs': [ 471 'compiled_inputs': [
471 '<(PRODUCT_DIR)/remoting_core.dll', 472 '<(PRODUCT_DIR)/remoting_core.dll',
472 '<(PRODUCT_DIR)/remoting_desktop.exe', 473 '<(PRODUCT_DIR)/remoting_desktop.exe',
473 '<(PRODUCT_DIR)/remoting_host.exe', 474 '<(PRODUCT_DIR)/remoting_host.exe',
475 '<(PRODUCT_DIR)/remoting_native_messaging_host.exe',
474 ], 476 ],
475 'compiled_inputs_dst': [ 477 'compiled_inputs_dst': [
476 'files/remoting_core.dll', 478 'files/remoting_core.dll',
477 'files/remoting_desktop.exe', 479 'files/remoting_desktop.exe',
478 'files/remoting_host.exe', 480 'files/remoting_host.exe',
481 'files/remoting_native_messaging_host.exe',
479 ], 482 ],
480 'conditions': [ 483 'conditions': [
481 ['buildtype == "Official"', { 484 ['buildtype == "Official"', {
482 'defs': [ 485 'defs': [
483 'OFFICIAL_BUILD=1', 486 'OFFICIAL_BUILD=1',
484 ], 487 ],
485 }, { # else buildtype != "Official" 488 }, { # else buildtype != "Official"
486 'defs': [ 489 'defs': [
487 'OFFICIAL_BUILD=0', 490 'OFFICIAL_BUILD=0',
488 ], 491 ],
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
540 '--defs', '<@(_defs)', 543 '--defs', '<@(_defs)',
541 ], 544 ],
542 }, 545 },
543 ], # actions 546 ], # actions
544 }, # end of target 'remoting_me2me_host_archive' 547 }, # end of target 'remoting_me2me_host_archive'
545 ], # end of 'targets' 548 ], # end of 'targets'
546 }], # '<(wix_path) != ""' 549 }], # '<(wix_path) != ""'
547 550
548 ], # end of 'conditions' 551 ], # end of 'conditions'
549 } 552 }
OLDNEW
« no previous file with comments | « remoting/remoting_host.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698