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

Unified Diff: chrome/app/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/app/BUILD.gn
diff --git a/chrome/app/BUILD.gn b/chrome/app/BUILD.gn
index 0c93b0d9b627bb6c153fb6d058133fac4db12022..9b858f5963496e889dfb0263eb6c0a3a93ec16f0 100644
--- a/chrome/app/BUILD.gn
+++ b/chrome/app/BUILD.gn
@@ -322,9 +322,9 @@ source_set("test_support") {
]
}
- # TODO(gyp) if (enable_plugins and enable_nacl) {
- # deps += [ "'<(DEPTH)/components/nacl/renderer/plugin/plugin.gyp:nacl_trusted_plugin'," ]
- # }
+ if (enable_plugins && 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