tor-browser

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

devil_chromium.json (2132B)


      1 {
      2  "config_type": "BaseConfig",
      3  "dependencies": {
      4    "adb": {
      5      "file_info": {
      6        "linux2_x86_64": {
      7          "local_paths": [
      8            "../../third_party/android_sdk/public/platform-tools/adb"
      9          ]
     10        }
     11      }
     12    },
     13    "android_sdk": {
     14      "file_info": {
     15        "linux2_x86_64": {
     16          "local_paths": [
     17            "../../third_party/android_sdk/public"
     18          ]
     19        }
     20      }
     21    },
     22    "simpleperf": {
     23      "file_info": {
     24        "android_armeabi-v7a": {
     25          "local_paths": [
     26            "../../third_party/android_toolchain/ndk/simpleperf/bin/android/arm/simpleperf"
     27          ]
     28        },
     29        "android_arm64-v8a": {
     30          "local_paths": [
     31            "../../third_party/android_toolchain/ndk/simpleperf/bin/android/arm64/simpleperf"
     32          ]
     33        },
     34        "android_x86": {
     35          "local_paths": [
     36            "../../third_party/android_toolchain/ndk/simpleperf/bin/android/x86/simpleperf"
     37          ]
     38        },
     39        "android_x86_64": {
     40          "local_paths": [
     41            "../../third_party/android_toolchain/ndk/simpleperf/bin/android/x86_64/simpleperf"
     42          ]
     43        },
     44        "linux_x86": {
     45          "local_paths": [
     46            "../../third_party/android_toolchain/ndk/simpleperf/bin/linux/x86/simpleperf"
     47          ]
     48        },
     49        "linux_x86_64": {
     50          "local_paths": [
     51            "../../third_party/android_toolchain/ndk/simpleperf/bin/linux/x86_64/simpleperf"
     52          ]
     53        }
     54      }
     55    },
     56    "simpleperf_scripts": {
     57      "file_info": {
     58        "default": {
     59          "local_paths": [
     60            "../../third_party/android_toolchain/ndk/simpleperf"
     61          ]
     62        }
     63      }
     64    },
     65    "llvm-symbolizer": {
     66      "file_info": {
     67        "default": {
     68          "local_paths": [
     69            "../../third_party/llvm-build/Release+Asserts/bin/llvm-symbolizer"
     70          ]
     71        }
     72      }
     73    },
     74    "bundletool": {
     75      "file_info": {
     76        "default": {
     77          "local_paths": [
     78            "../../third_party/android_build_tools/bundletool/cipd/bundletool.jar"
     79          ]
     80        }
     81      }
     82    }
     83  }
     84 }