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

Unified Diff: ui/aura/BUILD.gn

Issue 1827603002: Remove aura_bench (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove toplevel aura:bench too Created 4 years, 9 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
« no previous file with comments | « build/gn_migration.gypi ('k') | ui/aura/aura.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « build/gn_migration.gypi ('k') | ui/aura/aura.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698