# Copyright 2021 The Chromium Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. # TODO(crbug.com/40182305): This should be a separate build target when circular # dependencies are removed. commerce_subscriptions_java_sources = [ "//chrome/browser/commerce/subscriptions/android/java/src/org/chromium/chrome/browser/subscriptions/CommerceSubscriptionsServiceFactory.java" ] commerce_subscriptions_java_deps = [ "//base:base_java", "//chrome/browser/profiles/android:java", "//chrome/browser/signin/services/android:java", ]