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

Unified Diff: ui/aura/aura.gyp

Issue 10444019: Aura: add a bench utility (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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 | « no previous file | ui/aura/bench/bench_main.cc » ('j') | ui/aura/bench/bench_main.cc » ('J')
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 ae717eca115e35eab51e909de609170d293c67da..a9e99a6b1ed6b925d852bd2865f47a1fa742b989 100644
--- a/ui/aura/aura.gyp
+++ b/ui/aura/aura.gyp
@@ -222,6 +222,31 @@
],
},
{
+ 'target_name': 'aura_bench',
+ 'type': 'executable',
+ 'dependencies': [
+ '../../base/base.gyp:base',
+ '../../base/base.gyp:base_i18n',
+ '../../skia/skia.gyp:skia',
+ '../../third_party/icu/icu.gyp:icui18n',
+ '../../third_party/icu/icu.gyp:icuuc',
+ '../compositor/compositor.gyp:compositor',
+ '../compositor/compositor.gyp:compositor_test_support',
+ '../ui.gyp:native_theme_resources',
+ '../ui.gyp:ui',
+ '../ui.gyp:ui_resources',
+ 'aura',
+ ],
+ 'include_dirs': [
+ '..',
+ ],
+ 'sources': [
+ 'bench/bench_main.cc',
+ '<(SHARED_INTERMEDIATE_DIR)/ui/native_theme/native_theme_resources.rc',
+ '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
+ ],
+ },
+ {
'target_name': 'aura_unittests',
'type': 'executable',
'dependencies': [
« no previous file with comments | « no previous file | ui/aura/bench/bench_main.cc » ('j') | ui/aura/bench/bench_main.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698