tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

BUILD.gn (829B)


      1 # Copyright 2021 The Chromium Authors
      2 # Use of this source code is governed by a BSD-style license that can be
      3 # found in the LICENSE file.
      4 
      5 import("//chromium/build/config/android/rules.gni")
      6 
      7 java_binary("unused_resources") {
      8   sources = [ "//chromium/build/android/unused_resources/UnusedResources.java" ]
      9   main_class = "build.android.unused_resources.UnusedResources"
     10   deps = [
     11     "//third_party/android_deps:com_android_tools_common_java",
     12     "//third_party/android_deps:com_android_tools_layoutlib_layoutlib_api_java",
     13     "//third_party/android_deps:com_android_tools_sdk_common_java",
     14     "//third_party/android_deps:com_google_guava_guava_java",
     15     "//third_party/kotlin_stdlib:kotlin_stdlib_java",
     16     "//third_party/r8:r8_java",
     17   ]
     18   wrapper_script_name = "helper/unused_resources"
     19   enable_errorprone = false
     20 }