Add GN isolate support for a bunch of unittests.
[chromium-blink-merge.git] / components / policy / android / BUILD.gn
blob9784e36be124de05771ba83d3fbe9a2a70ced2f7
1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 import("//build/config/android/rules.gni")
7 _jni_sources = [ "java/src/org/chromium/policy/PolicyConverter.java" ]
9 # GYP: //components/components.gyp:policy_java
10 android_library("policy_java") {
11   deps = [
12     "//base:base_java",
13   ]
14   java_files = [ "java/src/org/chromium/policy/AppRestrictionsProvider.java" ] +
15                _jni_sources
18 # GYP: //components/components.gyp:policy_jni_headers
19 generate_jni("jni_headers") {
20   visibility = [ "//components/policy/*" ]
21   sources = _jni_sources
22   jni_package = "policy"