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

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: clean up for review 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
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index b323084135768a3d6320fb82aff91963cfd2a94f..bb267699754e157fe7ad0a9ce35830fd2ef18301 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -280,9 +280,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" ]
}

Powered by Google App Engine
This is Rietveld 408576698