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

Unified Diff: extensions/shell/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 | « components/nacl/renderer/plugin/BUILD.gn ('k') | ipc/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/shell/BUILD.gn
diff --git a/extensions/shell/BUILD.gn b/extensions/shell/BUILD.gn
index cea781fe67bcec200a2d8beb84dea7cc8ad7f6e1..70aef276f4e3653e7d3bb79d45e52f83ebefdfbc 100644
--- a/extensions/shell/BUILD.gn
+++ b/extensions/shell/BUILD.gn
@@ -105,6 +105,26 @@ source_set("app_shell_lib") {
sources += nacl_sources
}
}
+
+ if (enable_nacl) {
+ sources += [
+ "browser/shell_nacl_browser_delegate.cc",
+ "browser/shell_nacl_browser_delegate.h",
+ ]
+
+ deps += [
+ "//components/nacl",
+ "//components/nacl:nacl_browser",
+ "//components/nacl:nacl_common",
+ "//components/nacl:nacl_renderer",
+ "//components/nacl:nacl_switches",
+ "//components/nacl/renderer/plugin:nacl_trusted_plugin",
+ ]
+
+ if (is_linux) {
+ deps += [ "//components/nacl:nacl_helper" ]
+ }
+ }
}
if (!(is_chromeos && !use_ozone) && (!is_win || link_chrome_on_windows)) {
« no previous file with comments | « components/nacl/renderer/plugin/BUILD.gn ('k') | ipc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698