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

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 libmodp_b64_nacl.a Created 4 years, 12 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
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 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 # These source files are included directly, instead of adding target 194 # These source files are included directly, instead of adding target
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
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',
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',
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 ],
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
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