Commit af838104 authored by gogerald's avatar gogerald Committed by Commit Bot

[Autofill Assistant] Enable jumbo build

Bug: 806868
Change-Id: I60b3d97e7418a7b5eccc5c9f4ee96be8e6e0b187
Reviewed-on: https://chromium-review.googlesource.com/1182198Reviewed-by: default avatarRouslan Solomakhin <rouslan@chromium.org>
Commit-Queue: Ganggui Tang <gogerald@chromium.org>
Cr-Commit-Position: refs/heads/master@{#584581}
parent e122308b
......@@ -2,6 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/config/jumbo.gni")
import("//third_party/protobuf/proto_library.gni")
proto_library("proto") {
......@@ -10,7 +11,7 @@ proto_library("proto") {
]
}
static_library("browser") {
jumbo_static_library("browser") {
sources = [
"actions/assistant_action.h",
"actions/assistant_action_delegate.h",
......@@ -43,7 +44,7 @@ static_library("browser") {
"assistant_web_controller.h",
]
public_deps = [
deps = [
":proto",
"//base",
"//components/version_info",
......
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