mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-25 06:46:09 +03:00
21 lines
601 B
Plaintext
21 lines
601 B
Plaintext
# Copyright 2017 The Chromium Authors. All rights reserved.
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
|
|
import("//ios/web/js_compile.gni")
|
|
|
|
source_set("manual_fill") {
|
|
sources = [
|
|
"keyboard_accessory_view.h",
|
|
"keyboard_accessory_view.mm",
|
|
]
|
|
deps = [
|
|
"//base",
|
|
"//third_party/material_design_icons:ic_account_circle",
|
|
"//third_party/material_design_icons:ic_credit_card",
|
|
"//third_party/material_design_icons:ic_vpn_key",
|
|
]
|
|
libs = [ "UIKit.framework" ]
|
|
configs += [ "//build/config/compiler:enable_arc" ]
|
|
}
|