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

Unified Diff: components/nacl/renderer/BUILD.gn

Issue 2173443003: Convert some component source sets to static library (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mac Created 4 years, 5 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/common/BUILD.gn ('k') | components/nacl/renderer/plugin/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl/renderer/BUILD.gn
diff --git a/components/nacl/renderer/BUILD.gn b/components/nacl/renderer/BUILD.gn
index 13422b68072f49867da29c3ecdea7db1bb3460ee..065ca4fac5d50cc0e00cbe8236e61628410b2d64 100644
--- a/components/nacl/renderer/BUILD.gn
+++ b/components/nacl/renderer/BUILD.gn
@@ -6,7 +6,7 @@ import("//build/config/features.gni")
assert(enable_nacl)
-source_set("renderer") {
+static_library("renderer") {
sources = [
"file_downloader.cc",
"file_downloader.h",
« no previous file with comments | « components/nacl/common/BUILD.gn ('k') | components/nacl/renderer/plugin/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698