Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(970)

Unified Diff: tools/telemetry/third_party/gsutilz/third_party/protorpc/experimental/javascript/build.sh

Issue 1264873003: Add gsutil/third_party to telemetry/third_party/gsutilz/third_party. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove httplib2 Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
new file mode 100755
index 0000000000000000000000000000000000000000..d6faf698ab5c4528919e6544de5dd597a64a0773
--- /dev/null
+++ b/tools/telemetry/third_party/gsutilz/third_party/protorpc/experimental/javascript/build.sh
@@ -0,0 +1,20 @@
+#!/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

Powered by Google App Engine
This is Rietveld 408576698