blob: 34b00578bcc267524251c49ff2da898017c97253 [file] [log] [blame]
# 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/build/config.gni")
source_set("js") {
deps = [
"//base",
"//ios/web/js_messaging",
"//ios/web/public",
"//ios/web/public/deprecated",
]
sources = [
"crw_js_injection_manager.mm",
"crw_js_injection_receiver.mm",
]
configs += [ "//build/config/compiler:enable_arc" ]
}