blob: a1374cfd38693cf00bdf5790cf2a95bc190a8f1a [file] [log] [blame]
# Copyright 2018 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.
component("ios") {
configs += [ "//build/config/compiler:enable_arc" ]
deps = [
"//base",
"//ios/web/public",
]
sources = [
"js_password_manager.h",
"js_password_manager.mm",
]
}