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

Unified Diff: components/nacl/BUILD.gn

Issue 1017273002: Remove old references to cpu_arch, os from GN files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge to #322476 Created 5 years, 9 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
« no previous file with comments | « build/toolchain/win/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl/BUILD.gn
diff --git a/components/nacl/BUILD.gn b/components/nacl/BUILD.gn
index 5074e3cb88992e3059c09f77d547238fe96c310d..b67835ccc154061291fc0c18c68a1b5f171e5c7d 100644
--- a/components/nacl/BUILD.gn
+++ b/components/nacl/BUILD.gn
@@ -37,13 +37,13 @@ if (enable_nacl) {
if (enable_nacl_untrusted) {
data_deps = [
- # TODO(GYP): handle other cpu_arch's correctly.
+ # TODO(GYP): handle other architectures correctly.
"//ppapi/native_client:nacl_irt(//native_client/build/toolchain/nacl:irt_x64)",
]
}
if (enable_pnacl) {
data_deps += [
- # TODO(GYP): handle other cpu_arch's correctly.
+ # TODO(GYP): handle other architectures correctly.
"//ppapi/native_client/src/untrusted/pnacl_support_extension",
]
}
« no previous file with comments | « build/toolchain/win/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698