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

Side by Side Diff: remoting/remoting_host_mac.gypi

Issue 1305973011: Change assert() to DCHECK() in scoped_ptr.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add //base dependencies as experiment Created 5 years, 3 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 | « chrome_elf/chrome_elf.gyp ('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_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 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 'target_name': 'remoting_host_prefpane', 171 'target_name': 'remoting_host_prefpane',
172 'type': 'loadable_module', 172 'type': 'loadable_module',
173 'mac_bundle': 1, 173 'mac_bundle': 1,
174 'product_extension': 'prefPane', 174 'product_extension': 'prefPane',
175 'variables': { 175 'variables': {
176 'bundle_id': '<!(python <(version_py_path) -f <(branding_path) -t "@MAC_ PREFPANE_BUNDLE_ID@")', 176 'bundle_id': '<!(python <(version_py_path) -f <(branding_path) -t "@MAC_ PREFPANE_BUNDLE_ID@")',
177 'host_bundle_name': '<!(python <(version_py_path) -f <(branding_path) -t "@MAC_HOST_BUNDLE_NAME@")', 177 'host_bundle_name': '<!(python <(version_py_path) -f <(branding_path) -t "@MAC_HOST_BUNDLE_NAME@")',
178 'prefpane_bundle_name': '<!(python <(version_py_path) -f <(branding_path ) -t "@MAC_PREFPANE_BUNDLE_NAME@")', 178 'prefpane_bundle_name': '<!(python <(version_py_path) -f <(branding_path ) -t "@MAC_PREFPANE_BUNDLE_NAME@")',
179 }, 179 },
180 'dependencies': [ 180 'dependencies': [
181 '../base/base.gyp:base',
181 'remoting_infoplist_strings', 182 'remoting_infoplist_strings',
182 ], 183 ],
183 'defines': [ 184 'defines': [
184 'HOST_BUNDLE_NAME="<(host_bundle_name)"', 185 'HOST_BUNDLE_NAME="<(host_bundle_name)"',
185 'PREFPANE_BUNDLE_NAME="<(prefpane_bundle_name)"', 186 'PREFPANE_BUNDLE_NAME="<(prefpane_bundle_name)"',
186 'JSON_USE_EXCEPTION=0', 187 'JSON_USE_EXCEPTION=0',
187 ], 188 ],
188 'include_dirs': [ 189 'include_dirs': [
189 '../third_party/jsoncpp/overrides/include/', 190 '../third_party/jsoncpp/overrides/include/',
190 '../third_party/jsoncpp/source/include/', 191 '../third_party/jsoncpp/source/include/',
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 'variables': { 248 'variables': {
248 # A real .dSYM is needed for dump_syms to operate on. 249 # A real .dSYM is needed for dump_syms to operate on.
249 'mac_real_dsym': 1, 250 'mac_real_dsym': 1,
250 }, 251 },
251 }], # 'mac_breakpad==1' 252 }], # 'mac_breakpad==1'
252 ], # conditions 253 ], # conditions
253 }, # end of target 'remoting_host_prefpane' 254 }, # end of target 'remoting_host_prefpane'
254 ], # end of 'targets' 255 ], # end of 'targets'
255 256
256 } 257 }
OLDNEW
« no previous file with comments | « chrome_elf/chrome_elf.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698