Commit 8038880b authored by Mostyn Bramley-Moore's avatar Mostyn Bramley-Moore Committed by Commit Bot

remove jumbo build config from //weblayer

BUG=994387

Change-Id: I1ff1e5f0b33330b80d08c4363b6bdff7fa59dbd2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2093473Reviewed-by: default avatarTobias Sargeant <tobiasjs@chromium.org>
Commit-Queue: Mostyn Bramley-Moore <mostynb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#748052}
parent 1fafce25
...@@ -86,7 +86,7 @@ if (is_android) { ...@@ -86,7 +86,7 @@ if (is_android) {
} }
} }
jumbo_static_library("weblayer_lib") { static_library("weblayer_lib") {
sources = [ sources = [
"app/content_main_delegate_impl.cc", "app/content_main_delegate_impl.cc",
"app/content_main_delegate_impl.h", "app/content_main_delegate_impl.h",
......
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
# found in the LICENSE file. # found in the LICENSE file.
import("//build/config/features.gni") import("//build/config/features.gni")
import("//build/config/jumbo.gni")
import("//build/config/sanitizers/sanitizers.gni") import("//build/config/sanitizers/sanitizers.gni")
import("//build/config/ui.gni") import("//build/config/ui.gni")
import("//build/config/win/console_app.gni") import("//build/config/win/console_app.gni")
...@@ -15,7 +14,7 @@ if (is_android) { ...@@ -15,7 +14,7 @@ if (is_android) {
import("//build/config/android/config.gni") import("//build/config/android/config.gni")
} }
jumbo_static_library("weblayer_shell_lib") { static_library("weblayer_shell_lib") {
testonly = true testonly = true
sources = [ sources = [
"app/shell_main_params.cc", "app/shell_main_params.cc",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment