Skip to content

Commit

Permalink
Remove unused jquery/d3 references.
Browse files Browse the repository at this point in the history
--
MOS_MIGRATED_REVID=107377319
  • Loading branch information
hanwen authored and damienmg committed Nov 10, 2015
1 parent db8b867 commit a4b6182
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion scripts/bootstrap/compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ if [ -z "${BAZEL_SKIP_JAVA_COMPILATION}" ]; then
done

create_deploy_jar "libblaze" "com.google.devtools.build.lib.bazel.BazelMain" \
${OUTPUT_DIR} third_party/javascript
${OUTPUT_DIR}
fi

cc_build "client" "objs" "${OUTPUT_DIR}/client" ${BLAZE_CC_FILES[@]}
Expand Down
5 changes: 1 addition & 4 deletions src/main/java/com/google/devtools/build/lib/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -440,10 +440,7 @@ java_library(
"**/*.js",
"**/*.WORKSPACE",
"**/*.vm",
]) + [
"//third_party:d3-js",
"//third_party:jquery",
],
]),
visibility = [
"//src:__subpackages__",
"//src/tools/generate_workspace/src/main/java/com/google/devtools/build/workspace:__pkg__",
Expand Down

0 comments on commit a4b6182

Please sign in to comment.