| Index: components/zoom/BUILD.gn
|
| diff --git a/components/zoom/BUILD.gn b/components/zoom/BUILD.gn
|
| index 42451b03979bf9a2a114d066f7a11fc1393a83c2..208334ae537047b2b29772b7ecb60952dc6d53e1 100644
|
| --- a/components/zoom/BUILD.gn
|
| +++ b/components/zoom/BUILD.gn
|
| @@ -2,6 +2,8 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| +assert(!is_android && !is_ios, "Desktop zoom is not used on mobile platforms.")
|
| +
|
| static_library("zoom") {
|
| sources = [
|
| "page_zoom.cc",
|
|
|