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

Unified Diff: components/nacl/common/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/browser/BUILD.gn ('k') | components/nacl/renderer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl/common/BUILD.gn
diff --git a/components/nacl/common/BUILD.gn b/components/nacl/common/BUILD.gn
index f1822b367822e357a053f9b08aa24694dec36a32..2114eafcecf47b01ccadb3c2e18c637dbba8a3ab 100644
--- a/components/nacl/common/BUILD.gn
+++ b/components/nacl/common/BUILD.gn
@@ -6,7 +6,7 @@ import("//build/config/features.gni")
if (enable_nacl) {
# This is separate so it can be used by ../broker:nacl64.
- source_set("minimal") {
+ static_library("minimal") {
sources = [
"nacl_cmd_line.cc",
"nacl_cmd_line.h",
@@ -49,7 +49,7 @@ if (enable_nacl) {
]
}
- source_set("common") {
+ static_library("common") {
sources = [
"nacl_host_messages.cc",
"nacl_host_messages.h",
@@ -105,7 +105,7 @@ source_set("process_type") {
]
}
-source_set("switches") {
+static_library("switches") {
sources = [
"nacl_switches.cc",
"nacl_switches.h",
« no previous file with comments | « components/nacl/browser/BUILD.gn ('k') | components/nacl/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698