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

Unified Diff: components/nacl/browser/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 | « no previous file | components/nacl/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl/browser/BUILD.gn
diff --git a/components/nacl/browser/BUILD.gn b/components/nacl/browser/BUILD.gn
index 6336573e1cadb554ce10cffc0c9790ca84ee6453..8fb6a1164e85c27202ce70f72b93e82c35e251db 100644
--- a/components/nacl/browser/BUILD.gn
+++ b/components/nacl/browser/BUILD.gn
@@ -6,7 +6,7 @@ import("//build/config/features.gni")
assert(enable_nacl)
-source_set("browser") {
+static_library("browser") {
sources = [
"bad_message.cc",
"bad_message.h",
« no previous file with comments | « no previous file | components/nacl/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698