summaryrefslogtreecommitdiffstats
path: root/ui/aura/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'ui/aura/BUILD.gn')
-rw-r--r--ui/aura/BUILD.gn31
1 files changed, 0 insertions, 31 deletions
diff --git a/ui/aura/BUILD.gn b/ui/aura/BUILD.gn
index 4f79184..b1b3228 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",