chromium/chrome/browser/android/httpclient/public/BUILD.gn

# Copyright 2022 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")

android_library("java") {
  sources = [
    "src/org/chromium/chrome/browser/android/httpclient/ChromeHttpClient.java",
    "src/org/chromium/chrome/browser/android/httpclient/HttpResponseCallback.java",
  ]

  # These files are shipped out of the chromium repo, no chromium deps allowed.
  deps = []
}