| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |