Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(50)

Side by Side Diff: components/policy/android/BUILD.gn

Issue 1220683008: Move AppRestriction to Policy code out of //chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix more build errors Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 import("//build/config/android/rules.gni")
2
3 _jni_sources = [ "java/src/org/chromium/policy/AppRestrictionsImporter.java" ]
4
5 # GYP: //components/components.gyp:policy_jni_headers
6 generate_jni("jni_headers") {
7 visibility = [ "//components/policy/*" ]
8 sources = _jni_sources
9 jni_package = "policy"
10 }
11
12 # GYP: //components/components.gyp:policy_java
13 android_library("policy_java") {
14 deps = [
15 "//base:base_java",
16 ]
17 java_files = _jni_sources
18 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698