| OLD | NEW |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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 'includes': [ | 6 'includes': [ |
| 7 '../build/common_untrusted.gypi', | 7 '../build/common_untrusted.gypi', |
| 8 ], | 8 ], |
| 9 | 9 |
| 10 'variables': { | 10 'variables': { |
| (...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 89 'build_pnacl_newlib': 1, | 89 'build_pnacl_newlib': 1, |
| 90 'extra_deps_pnacl_newlib': [ | 90 'extra_deps_pnacl_newlib': [ |
| 91 '>(tc_lib_dir_pnacl_newlib)/libppapi.a', | 91 '>(tc_lib_dir_pnacl_newlib)/libppapi.a', |
| 92 '>(tc_lib_dir_pnacl_newlib)/libppapi_cpp.a', | 92 '>(tc_lib_dir_pnacl_newlib)/libppapi_cpp.a', |
| 93 ], | 93 ], |
| 94 }, | 94 }, |
| 95 'link_flags': [ | 95 'link_flags': [ |
| 96 '-lppapi_stub', | 96 '-lppapi_stub', |
| 97 '-lppapi_cpp', | 97 '-lppapi_cpp', |
| 98 ], | 98 ], |
| 99 'dependencies': [ | |
| 100 # TODO(mseaborn): Remove need for this (https://crbug.com/456902). | |
| 101 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', | |
| 102 ], | |
| 103 }, # end of target 'remoting_key_tester_pexe' | 99 }, # end of target 'remoting_key_tester_pexe' |
| 104 ], | 100 ], |
| 105 }] | 101 }] |
| 106 ], | 102 ], |
| 107 } | 103 } |
| OLD | NEW |