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 import("//build/config/nacl/config.gni") | 5 import("//build/config/nacl/config.gni") |
6 import("//build/config/nacl/rules.gni") | 6 import("//build/config/nacl/rules.gni") |
7 | 7 |
8 if (current_toolchain == default_toolchain) { | 8 if (current_toolchain == default_toolchain) { |
9 chromevox_test_data_dir = "$root_build_dir/chromevox_test_data/braille" | 9 chromevox_test_data_dir = "$root_build_dir/chromevox_test_data/braille" |
10 | 10 |
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
187 "nacl_wrapper/liblouis_module.cc", | 187 "nacl_wrapper/liblouis_module.cc", |
188 "nacl_wrapper/liblouis_module.h", | 188 "nacl_wrapper/liblouis_module.h", |
189 "nacl_wrapper/liblouis_wrapper.cc", | 189 "nacl_wrapper/liblouis_wrapper.cc", |
190 "nacl_wrapper/liblouis_wrapper.h", | 190 "nacl_wrapper/liblouis_wrapper.h", |
191 "nacl_wrapper/translation_params.h", | 191 "nacl_wrapper/translation_params.h", |
192 "nacl_wrapper/translation_result.h", | 192 "nacl_wrapper/translation_result.h", |
193 ] | 193 ] |
194 deps = [ | 194 deps = [ |
195 ":liblouis_nacl", | 195 ":liblouis_nacl", |
196 "//native_client_sdk/src/libraries/nacl_io", | 196 "//native_client_sdk/src/libraries/nacl_io", |
197 "//ppapi:ppapi_cpp_lib", | 197 "//ppapi/cpp", |
198 "//ppapi/native_client:ppapi_lib", | 198 "//ppapi/native_client:ppapi_lib", |
199 "//third_party/jsoncpp", | 199 "//third_party/jsoncpp", |
200 ] | 200 ] |
201 } | 201 } |
202 } | 202 } |
OLD | NEW |