| Index: tools/telemetry/third_party/gsutilz/third_party/protorpc/experimental/javascript/build.sh
|
| diff --git a/tools/telemetry/third_party/gsutilz/third_party/protorpc/experimental/javascript/build.sh b/tools/telemetry/third_party/gsutilz/third_party/protorpc/experimental/javascript/build.sh
|
| deleted file mode 100755
|
| index d6faf698ab5c4528919e6544de5dd597a64a0773..0000000000000000000000000000000000000000
|
| --- a/tools/telemetry/third_party/gsutilz/third_party/protorpc/experimental/javascript/build.sh
|
| +++ /dev/null
|
| @@ -1,20 +0,0 @@
|
| -#!/bin/bash
|
| -
|
| -mkdir -p build/
|
| -java -jar compiler.jar \
|
| - --compilation_level ADVANCED_OPTIMIZATIONS \
|
| - --generate_exports \
|
| - --output_wrapper="(function(){%output%})();" \
|
| - --warning_level VERBOSE \
|
| - --js ./closure/base.js \
|
| - --js ./closure/debug/error.js \
|
| - --js ./closure/string/string.js \
|
| - --js util.js \
|
| - --js ./closure/json.js \
|
| - --js ./closure/xmlhttpfactory.js \
|
| - --js ./closure/wrapperxmlhttpfactory.js \
|
| - --js ./closure/xmlhttp.js \
|
| - --js messages.js \
|
| - --js descriptor.js \
|
| - --js protorpc.js \
|
| - > build/protorpc_lib.js
|
|
|