# Copyright 2020 The Chromium Authors | |
# Use of this source code is governed by a BSD-style license that can be | |
# found in the LICENSE file. | |
import("//build/config/android/rules.gni") | |
assert(is_android, "This directory should only be compiled for Android.") | |
android_library("java") { | |
sources = [ "java/src/org/chromium/components/paintpreview/browser/NativePaintPreviewServiceProvider.java" ] | |
} |