Index: ui/aura/BUILD.gn |
diff --git a/ui/aura/BUILD.gn b/ui/aura/BUILD.gn |
index 4f791849e667c0181ffcd92f6a48961ac43b1882..b1b3228711819f0e1826b3ed4e6a7255426dc936 100644 |
--- a/ui/aura/BUILD.gn |
+++ b/ui/aura/BUILD.gn |
@@ -247,37 +247,6 @@ executable("demo") { |
} |
} |
-executable("bench") { |
- output_name = "aura_bench" |
- testonly = true |
- |
- sources = [ |
- "bench/bench_main.cc", |
- ] |
- |
- deps = [ |
- ":test_support", |
- "//base", |
- "//base:i18n", |
- "//build/config/sanitizers:deps", |
- "//cc", |
- "//gpu/command_buffer/client:gles2_interface", |
- "//skia", |
- "//third_party/icu", |
- "//ui/base", |
- "//ui/compositor", |
- "//ui/compositor:test_support", |
- "//ui/events", |
- "//ui/gfx", |
- "//ui/gfx/geometry", |
- "//ui/gl", |
- ] |
- |
- if (use_x11) { |
- deps += [ "//ui/gfx/x" ] |
- } |
-} |
- |
test("aura_unittests") { |
sources = [ |
"gestures/gesture_recognizer_unittest.cc", |