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

Side by Side Diff: third_party/liblouis/BUILD.gn

Issue 2289983002: Remove PPAPI gyp files. (Closed)
Patch Set: visibility Created 4 years, 3 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
« no previous file with comments | « ppapi/tools/ppapi_tools.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « ppapi/tools/ppapi_tools.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698