Commit 426aa9fb authored by Byoungkown's avatar Byoungkown Committed by Commit Bot

[Jumbo] Enable jumbo support for //components/wifi

After adding "use_jumbo_build=true" args in GN, jumbo build can be
enabled.

Bug: 869381
Change-Id: Ia95bfd39e2f8f5b7ab1df879d12433341245d046
Reviewed-on: https://chromium-review.googlesource.com/1204372
Commit-Queue: Byoungkwon Ko <codeimpl@gmail.com>
Reviewed-by: default avatarMisha Efimov <mef@chromium.org>
Cr-Commit-Position: refs/heads/master@{#589203}
parent 1634e657
......@@ -2,7 +2,9 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
component("wifi") {
import("//build/config/jumbo.gni")
jumbo_component("wifi") {
sources = [
"network_properties.cc",
"network_properties.h",
......@@ -35,7 +37,7 @@ component("wifi") {
}
}
static_library("test_support") {
jumbo_static_library("test_support") {
sources = [
"fake_wifi_service.cc",
"fake_wifi_service.h",
......
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