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

Unified Diff: remoting/tools/javascript_key_tester/BUILD.gn

Issue 1312813003: add nacl_toolchain to //build and flip to using it in the GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@build_changes
Patch Set: merge to #346439 Created 5 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: remoting/tools/javascript_key_tester/BUILD.gn
diff --git a/remoting/tools/javascript_key_tester/BUILD.gn b/remoting/tools/javascript_key_tester/BUILD.gn
index bd9195304e1ad80c29913844c56d0696662bb3f3..7f6cc3108a50874402edc0560f03c62d50d0786c 100644
--- a/remoting/tools/javascript_key_tester/BUILD.gn
+++ b/remoting/tools/javascript_key_tester/BUILD.gn
@@ -13,7 +13,7 @@ if (enable_pnacl) {
copy("javascript_key_tester_copies") {
pexe_dir = get_label_info(
- "pnacl:remoting_key_tester_newlib(//native_client/build/toolchain/nacl:newlib_pnacl)",
+ "pnacl:remoting_key_tester_newlib(//build/toolchain/nacl:newlib_pnacl)",
"root_out_dir")
sources = [
@@ -35,7 +35,7 @@ if (enable_pnacl) {
deps = [
":javascript_key_tester_jscompile",
- "pnacl:remoting_key_tester_newlib(//native_client/build/toolchain/nacl:newlib_pnacl)",
+ "pnacl:remoting_key_tester_newlib(//build/toolchain/nacl:newlib_pnacl)",
]
}
« no previous file with comments | « ppapi/native_client/src/untrusted/pnacl_support_extension/BUILD.gn ('k') | third_party/mojo/src/nacl_bindings/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698