| 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",
|
|
|