Chromium Code Reviews| 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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 88 'build_pnacl_newlib': 1, | 88 'build_pnacl_newlib': 1, |
| 89 'extra_deps_pnacl_newlib': [ | 89 'extra_deps_pnacl_newlib': [ |
| 90 '>(tc_lib_dir_pnacl_newlib)/libppapi.a', | 90 '>(tc_lib_dir_pnacl_newlib)/libppapi.a', |
| 91 '>(tc_lib_dir_pnacl_newlib)/libppapi_cpp.a', | 91 '>(tc_lib_dir_pnacl_newlib)/libppapi_cpp.a', |
| 92 ], | 92 ], |
| 93 }, | 93 }, |
| 94 'link_flags': [ | 94 'link_flags': [ |
| 95 '-lppapi_stub', | 95 '-lppapi_stub', |
| 96 '-lppapi_cpp', | 96 '-lppapi_cpp', |
| 97 ], | 97 ], |
| 98 'dependencies': [ | |
| 99 # TODO(mseaborn): Remove need for this (https://crbug.com/456902). | |
|
Łukasz Anforowicz
2015/02/09 20:57:07
Mark, do you also want/need a similar TODO comment
Mark Seaborn
2015/02/17 22:56:35
I thought about doing that, but since ncbray is ac
| |
| 100 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', | |
| 101 ], | |
| 98 }, # end of target 'remoting_key_tester_pexe' | 102 }, # end of target 'remoting_key_tester_pexe' |
| 99 ], | 103 ], |
| 100 }] | 104 }] |
| 101 ], | 105 ], |
| 102 } | 106 } |
| OLD | NEW |