blob: 27f839863d211042eb720151a590e828f8789ca9 [file] [log] [blame]
# Copyright 2019 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("//build/config/android/rules.gni")
android_library("java") {
sources = [ "android/java/src/org/chromium/chrome/browser/image_editor/ImageEditorDialogCoordinator.java" ]
deps = [
"//base:base_java",
"//chrome/browser/share:java",
"//chrome/browser/tab:java",
"//third_party/android_deps:android_support_v7_appcompat_java",
]
}