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

Unified Diff: content/content_tests.gypi

Issue 170913002: Add InputRouter perftests for touches and scroll gestures (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Flags export for testing Created 6 years, 10 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
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 195cc036eecd643761a6c723dfdb627480e06594..f1ef7d6a0ae141a8cc7f3ee339fbb45650c08468 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -867,6 +867,7 @@
'type': '<(gtest_target_type)',
'defines!': ['CONTENT_IMPLEMENTATION'],
'dependencies': [
+ 'content.gyp:content_browser',
'content.gyp:content_common',
'test_support_content',
'../base/base.gyp:test_support_base',
@@ -881,9 +882,17 @@
'..',
],
'sources': [
+ 'browser/renderer_host/input/input_router_impl_perftest.cc',
'common/cc_messages_perftest.cc',
'test/run_all_perftests.cc',
],
+ 'conditions': [
+ ['OS == "android" and gtest_target_type == "shared_library"', {
+ 'dependencies': [
+ '../testing/android/native_test.gyp:native_test_native_code',
+ ],
+ }],
+ ],
},
{
'target_name': 'content_browser_test_support',
@@ -1424,6 +1433,19 @@
'includes': [ '../build/java_apk.gypi' ],
},
{
+ 'target_name': 'content_perftests_apk',
+ 'type': 'none',
+ 'dependencies': [
+ 'content.gyp:content_java',
+ 'content_perftests',
+ ],
+ 'variables': {
+ 'test_suite_name': 'content_perftests',
+ 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)content_perftests<(SHARED_LIB_SUFFIX)',
+ },
+ 'includes': [ '../build/apk_test.gypi' ],
+ },
+ {
'target_name': 'chromium_linker_test_apk',
'type': 'none',
'dependencies': [
« no previous file with comments | « content/browser/renderer_host/input/input_router_impl_perftest.cc ('k') | content/public/common/content_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698