1 # Copyright 2014 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 # GYP version: components/gcm_driver.gypi:gcm_driver_jni_headers
8 generate_jni("jni_headers") {
10 "java/src/org/chromium/components/gcm_driver/GCMDriver.java",
12 jni_package = "components/gcm_driver"
15 # GYP version: components/gcm_driver.gypi:gcm_driver_java
16 android_library("gcm_driver_java") {
19 "//content/public/android:content_java",
20 "//sync/android:sync_java",
21 "//third_party/android_tools:android_gcm_java",
22 "//third_party/cacheinvalidation:cacheinvalidation_javalib",
25 DEPRECATED_java_in_dir = "java/src"