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: components/data_reduction_proxy/core/browser/BUILD.gn

Issue 2165183003: Convert some component source sets to static library (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mac fix 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
Index: components/data_reduction_proxy/core/browser/BUILD.gn
diff --git a/components/data_reduction_proxy/core/browser/BUILD.gn b/components/data_reduction_proxy/core/browser/BUILD.gn
index 3bcd81337847998048dbb9483dab3c34ff99c539..6389d0e0d6e97b210c7818a27e2dff9163957e82 100644
--- a/components/data_reduction_proxy/core/browser/BUILD.gn
+++ b/components/data_reduction_proxy/core/browser/BUILD.gn
@@ -51,7 +51,7 @@ browser_sources = [
]
if (is_android) {
- source_set("browser_small") {
+ static_library("browser_small") {
sources = browser_sources
deps = [
@@ -69,7 +69,7 @@ if (is_android) {
}
}
-source_set("browser") {
+static_library("browser") {
sources = browser_sources
sources += [
"data_store_impl.cc",
« no previous file with comments | « components/data_reduction_proxy/content/browser/BUILD.gn ('k') | components/data_reduction_proxy/core/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698