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

Unified Diff: chrome/BUILD.gn

Issue 877553008: Land prep work to enable NaCl in the Linux x64 GN builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: yet more feedback Created 5 years, 10 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/config/features.gni ('k') | chrome/app/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index a807c09e5eea9c002c92c99d62a7944003e11293..5b40f4f186bbc11ed02c3a2e5063d0501da0a99d 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -279,9 +279,9 @@ group("child_dependencies") {
deps += [ "//third_party/cld_2:cld2_platform_impl" ]
}
- # TODO(gyp) if (enable_nacl) {
- # deps += [ "<(DEPTH)/components/nacl/renderer/plugin/plugin.gyp:nacl_trusted_plugin" ]
- #}
+ if (enable_nacl) {
+ deps += [ "//components/nacl/renderer/plugin:nacl_trusted_plugin" ]
+ }
if (enable_remoting) {
deps += [ "//remoting/client/plugin" ]
}
« no previous file with comments | « build/config/features.gni ('k') | chrome/app/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698