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

Side by Side Diff: remoting/remoting_host_mac.gypi

Issue 342583002: Remove NPAPI plugin from chromoting webapp. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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/remoting_host_linux.gypi ('k') | remoting/remoting_webapp.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 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_mac_roots': [ 7 'remoting_host_installer_mac_roots': [
8 'host/installer/mac/', 8 'host/installer/mac/',
9 '<(DEPTH)/chrome/installer/mac/', 9 '<(DEPTH)/chrome/installer/mac/',
10 ], 10 ],
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 'type': 'none', 81 'type': 'none',
82 'dependencies': [ 82 'dependencies': [
83 'remoting_host_prefpane', 83 'remoting_host_prefpane',
84 'remoting_host_uninstaller', 84 'remoting_host_uninstaller',
85 'remoting_me2me_host', 85 'remoting_me2me_host',
86 'remoting_me2me_native_messaging_host', 86 'remoting_me2me_native_messaging_host',
87 'remoting_it2me_native_messaging_host', 87 'remoting_it2me_native_messaging_host',
88 'remoting_native_messaging_manifests', 88 'remoting_native_messaging_manifests',
89 ], 89 ],
90 'variables': { 90 'variables': {
91 'host_name': '<!(python <(version_py_path) -f <(branding_path) -t "@ HOST_PLUGIN_FILE_NAME@")', 91 'host_name': '<!(python <(version_py_path) -f <(branding_path) -t "@ MAC_HOST_PACKAGE_NAME@")',
92 'host_service_name': '<!(python <(version_py_path) -f <(branding_pat h) -t "@DAEMON_FILE_NAME@")', 92 'host_service_name': '<!(python <(version_py_path) -f <(branding_pat h) -t "@DAEMON_FILE_NAME@")',
93 'host_uninstaller_name': '<!(python <(version_py_path) -f <(branding _path) -t "@MAC_UNINSTALLER_NAME@")', 93 'host_uninstaller_name': '<!(python <(version_py_path) -f <(branding _path) -t "@MAC_UNINSTALLER_NAME@")',
94 'bundle_prefix': '<!(python <(version_py_path) -f <(branding_path) - t "@MAC_UNINSTALLER_BUNDLE_PREFIX@")', 94 'bundle_prefix': '<!(python <(version_py_path) -f <(branding_path) - t "@MAC_UNINSTALLER_BUNDLE_PREFIX@")',
95 'me2me_host_bundle_name': '<!(python <(version_py_path) -f <(brandin g_path) -t "@MAC_HOST_BUNDLE_NAME@")', 95 'me2me_host_bundle_name': '<!(python <(version_py_path) -f <(brandin g_path) -t "@MAC_HOST_BUNDLE_NAME@")',
96 'prefpane_bundle_name': '<!(python <(version_py_path) -f <(branding_ path) -t "@MAC_PREFPANE_BUNDLE_NAME@")', 96 'prefpane_bundle_name': '<!(python <(version_py_path) -f <(branding_ path) -t "@MAC_PREFPANE_BUNDLE_NAME@")',
97 'native_messaging_host_bundle_name': '<!(python <(version_py_path) - f <(branding_path) -t "@MAC_NATIVE_MESSAGING_HOST_BUNDLE_NAME@")', 97 'native_messaging_host_bundle_name': '<!(python <(version_py_path) - f <(branding_path) -t "@MAC_NATIVE_MESSAGING_HOST_BUNDLE_NAME@")',
98 'remote_assistance_host_bundle_name': '<!(python <(version_py_path) -f <(branding_path) -t "@MAC_REMOTE_ASSISTANCE_HOST_BUNDLE_NAME@")', 98 'remote_assistance_host_bundle_name': '<!(python <(version_py_path) -f <(branding_path) -t "@MAC_REMOTE_ASSISTANCE_HOST_BUNDLE_NAME@")',
99 }, 99 },
100 'actions': [ 100 'actions': [
101 { 101 {
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 'mac_real_dsym': 1, 252 'mac_real_dsym': 1,
253 }, 253 },
254 }], # 'mac_breakpad==1' 254 }], # 'mac_breakpad==1'
255 ], # conditions 255 ], # conditions
256 }, # end of target 'remoting_host_prefpane' 256 }, # end of target 'remoting_host_prefpane'
257 ], # end of 'targets' 257 ], # end of 'targets'
258 }], # 'OS=="mac"' 258 }], # 'OS=="mac"'
259 259
260 ], # end of 'conditions' 260 ], # end of 'conditions'
261 } 261 }
OLDNEW
« no previous file with comments | « remoting/remoting_host_linux.gypi ('k') | remoting/remoting_webapp.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698