Commit bcdca4eb authored by jdduke's avatar jdduke Committed by Commit bot

Add native_test_native_code dependency for ui_touch_selection_unittests

This is required for running the tests as a standalone APK.

BUG=441187

Review URL: https://codereview.chromium.org/803293002

Cr-Commit-Position: refs/heads/master@{#308449}
parent bf18dfa8
...@@ -36,7 +36,9 @@ ...@@ -36,7 +36,9 @@
'target_name': 'ui_touch_selection_unittests', 'target_name': 'ui_touch_selection_unittests',
'type': '<(gtest_target_type)', 'type': '<(gtest_target_type)',
'dependencies': [ 'dependencies': [
'../../base/base.gyp:base',
'../../base/base.gyp:run_all_unittests', '../../base/base.gyp:run_all_unittests',
'../../base/base.gyp:test_support_base',
'../../testing/gtest.gyp:gtest', '../../testing/gtest.gyp:gtest',
'../base/ui_base.gyp:ui_base', '../base/ui_base.gyp:ui_base',
'../events/events.gyp:events_test_support', '../events/events.gyp:events_test_support',
...@@ -51,6 +53,13 @@ ...@@ -51,6 +53,13 @@
'include_dirs': [ 'include_dirs': [
'../..', '../..',
], ],
'conditions': [
['OS == "android"', {
'dependencies': [
'../../testing/android/native_test.gyp:native_test_native_code',
],
}],
]
}, },
], ],
'conditions': [ 'conditions': [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment