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

Unified Diff: ui/aura/aura.gyp

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 | « ui/aura/BUILD.gn ('k') | ui/aura/bench/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/aura.gyp
diff --git a/ui/aura/aura.gyp b/ui/aura/aura.gyp
index a739c4746536301528bf2f79f86c1724d56229db..3020e2d4da234729a712f4d4afffff93ec8e6bf1 100644
--- a/ui/aura/aura.gyp
+++ b/ui/aura/aura.gyp
@@ -234,40 +234,6 @@
]
},
{
- 'target_name': 'aura_bench',
- 'type': 'executable',
- 'dependencies': [
- '../../base/base.gyp:base',
- '../../base/base.gyp:base_i18n',
- '../../cc/cc.gyp:cc',
- '../../gpu/gpu.gyp:gles2_implementation',
- '../../skia/skia.gyp:skia',
- '../../third_party/icu/icu.gyp:icui18n',
- '../../third_party/icu/icu.gyp:icuuc',
- '../base/ui_base.gyp:ui_base',
- '../compositor/compositor.gyp:compositor',
- '../compositor/compositor.gyp:compositor_test_support',
- '../events/events.gyp:events',
- '../gfx/gfx.gyp:gfx',
- '../gfx/gfx.gyp:gfx_geometry',
- 'aura',
- 'aura_test_support',
- ],
- 'include_dirs': [
- '..',
- ],
- 'sources': [
- 'bench/bench_main.cc',
- ],
- 'conditions': [
- ['use_x11==1', {
- 'dependencies': [
- '../gfx/x/gfx_x11.gyp:gfx_x11',
- ],
- }],
- ]
- },
- {
'target_name': 'aura_unittests',
'type': 'executable',
'dependencies': [
« no previous file with comments | « ui/aura/BUILD.gn ('k') | ui/aura/bench/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698