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

Side by Side Diff: remoting/remoting_host_mac.gypi

Issue 1547533002: remoting: use VerifyHostPinHash() in place on IsPinValid() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: restore modp_b64_nacl as well Created 5 years 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
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 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 { 170 {
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': [
Sergey Ulanov 2015/12/22 18:28:53 I think you need to add other dependencies here. A
tfarina 2015/12/23 15:32:00 Done.
181 'remoting_infoplist_strings', 181 'remoting_infoplist_strings',
182 ], 182 ],
183 'defines': [ 183 'defines': [
184 'HOST_BUNDLE_NAME="<(host_bundle_name)"', 184 'HOST_BUNDLE_NAME="<(host_bundle_name)"',
185 'PREFPANE_BUNDLE_NAME="<(prefpane_bundle_name)"', 185 'PREFPANE_BUNDLE_NAME="<(prefpane_bundle_name)"',
186 'JSON_USE_EXCEPTION=0', 186 'JSON_USE_EXCEPTION=0',
187 ], 187 ],
188 'include_dirs': [ 188 'include_dirs': [
189 '../third_party/jsoncpp/overrides/include/', 189 '../third_party/jsoncpp/overrides/include/',
190 '../third_party/jsoncpp/source/include/', 190 '../third_party/jsoncpp/source/include/',
191 '../third_party/jsoncpp/source/src/lib_json/', 191 '../third_party/jsoncpp/source/src/lib_json/',
192 ], 192 ],
193 193
194 # These source files are included directly, instead of adding target 194 # These source files are included directly, instead of adding target
Sergey Ulanov 2015/12/22 18:28:53 remove this comment
tfarina 2015/12/23 15:32:00 Done.
195 # dependencies, because the targets are not yet built for 64-bit on 195 # dependencies, because the targets are not yet built for 64-bit on
196 # Mac OS X - http://crbug.com/125116. 196 # Mac OS X - http://crbug.com/125116.
197 # 197 #
198 # TODO(lambroslambrou): Fix this when Chrome supports building for 198 # TODO(lambroslambrou): Fix this when Chrome supports building for
Sergey Ulanov 2015/12/22 18:28:53 remove TODO
tfarina 2015/12/23 15:32:00 Done.
199 # Mac OS X 64-bit - http://crbug.com/128122. 199 # Mac OS X 64-bit - http://crbug.com/128122.
200 'sources': [ 200 'sources': [
201 '../third_party/jsoncpp/overrides/src/lib_json/json_value.cpp', 201 '../third_party/jsoncpp/overrides/src/lib_json/json_value.cpp',
Sergey Ulanov 2015/12/22 18:28:53 add dependency on third_party/jsoncpp instead of c
tfarina 2015/12/23 15:32:00 Done.
202 '../third_party/jsoncpp/overrides/src/lib_json/json_reader.cpp', 202 '../third_party/jsoncpp/overrides/src/lib_json/json_reader.cpp',
203 '../third_party/jsoncpp/source/src/lib_json/json_writer.cpp', 203 '../third_party/jsoncpp/source/src/lib_json/json_writer.cpp',
204 '../third_party/modp_b64/modp_b64.cc',
205 'host/constants_mac.cc', 204 'host/constants_mac.cc',
206 'host/constants_mac.h', 205 'host/constants_mac.h',
207 'host/host_config_constants.cc', 206 'host/host_config_constants.cc',
Sergey Ulanov 2015/12/22 18:28:53 add dependency on remoting_host instead of compili
tfarina 2015/12/23 15:32:00 Done.
208 'host/mac/me2me_preference_pane.h', 207 'host/mac/me2me_preference_pane.h',
209 'host/mac/me2me_preference_pane.mm', 208 'host/mac/me2me_preference_pane.mm',
210 'host/mac/me2me_preference_pane_confirm_pin.h', 209 'host/mac/me2me_preference_pane_confirm_pin.h',
211 'host/mac/me2me_preference_pane_confirm_pin.mm', 210 'host/mac/me2me_preference_pane_confirm_pin.mm',
212 'host/mac/me2me_preference_pane_disable.h', 211 'host/mac/me2me_preference_pane_disable.h',
213 'host/mac/me2me_preference_pane_disable.mm', 212 'host/mac/me2me_preference_pane_disable.mm',
214 ], 213 ],
215 'link_settings': { 214 'link_settings': {
216 'libraries': [ 215 'libraries': [
217 '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework', 216 '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework',
(...skipping 29 matching lines...) Expand all
247 'variables': { 246 'variables': {
248 # A real .dSYM is needed for dump_syms to operate on. 247 # A real .dSYM is needed for dump_syms to operate on.
249 'mac_real_dsym': 1, 248 'mac_real_dsym': 1,
250 }, 249 },
251 }], # 'mac_breakpad==1' 250 }], # 'mac_breakpad==1'
252 ], # conditions 251 ], # conditions
253 }, # end of target 'remoting_host_prefpane' 252 }, # end of target 'remoting_host_prefpane'
254 ], # end of 'targets' 253 ], # end of 'targets'
255 254
256 } 255 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698