Skip to content

Commit

Permalink
Run buildifier
Browse files Browse the repository at this point in the history
  • Loading branch information
jwnimmer-tri committed Jun 16, 2017
1 parent c60c92b commit 7022cd8
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ install(
name = "install_net_sf_jchart2d_jchart2d",
doc_dest = "share/doc/jchart2d",
doc_strip_prefix = ["**/"],
license_docs = ["//tools:third_party/jchart2d/LICENSE"],
java_strip_prefix = ["**/"],
license_docs = ["//tools:third_party/jchart2d/LICENSE"],
targets = ["@net_sf_jchart2d_jchart2d//jar"],
visibility = ["//visibility:private"],
)
Expand Down
5 changes: 3 additions & 2 deletions drake/common/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -361,13 +361,13 @@ drake_cc_binary(

install(
name = "install",
targets = [":resource_tool"],
deps = ["//:install_resource_tool_data"],
# TODO(jwnimmer-tri) The install rule should offer more specific options
# for putting programs into libexec and including the workspace and/or
# package name in the installed path. For now, we'll just specify it
# manually.
runtime_dest = "libexec/drake/drake/common",
targets = [":resource_tool"],
deps = ["//:install_resource_tool_data"],
)

# === test/ ===
Expand Down Expand Up @@ -849,4 +849,5 @@ py_test(
# - cpplint_wrapper_test.py

cpplint()

python_lint()
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ drake_cc_binary(
":kuka_pick_and_place_monolithic",
"//drake/examples/kuka_iiwa_arm:iiwa_common",
"//drake/examples/kuka_iiwa_arm:iiwa_lcm",
"//drake/examples/kuka_iiwa_arm:robot_plan_interpolator",
"//drake/examples/kuka_iiwa_arm/iiwa_world:iiwa_wsg_diagram_factory",
"//drake/examples/kuka_iiwa_arm/iiwa_world:world_sim_tree_builder",
"//drake/examples/kuka_iiwa_arm:robot_plan_interpolator",
"//drake/lcm",
"//drake/lcmtypes:iiwa",
"//drake/manipulation/schunk_wsg:schunk_wsg_lcm",
Expand Down
2 changes: 1 addition & 1 deletion drake/examples/kuka_iiwa_arm/dev/pick_and_place/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ drake_cc_binary(
"pick_and_place_demo.cc",
],
deps = [
"//drake/examples/kuka_iiwa_arm/pick_and_place",
"//drake/examples/kuka_iiwa_arm:iiwa_common",
"//drake/examples/kuka_iiwa_arm:iiwa_lcm",
"//drake/examples/kuka_iiwa_arm/pick_and_place",
"//drake/util:lcm_util",
],
)
Expand Down
2 changes: 1 addition & 1 deletion drake/systems/analysis/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -159,13 +159,13 @@ drake_cc_library(
drake_cc_googletest(
name = "simulator_test",
deps = [
":stateless_system",
":explicit_euler_integrator",
":implicit_euler_integrator",
":logistic_system",
":my_spring_mass_system",
":runge_kutta3_integrator",
":simulator",
":stateless_system",
"//drake/common:is_dynamic_castable",
"//drake/systems/analysis/test/controlled_spring_mass_system",
],
Expand Down

0 comments on commit 7022cd8

Please sign in to comment.