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

Unified Diff: ui/touch_selection/ui_touch_selection.gyp

Issue 803293002: Add native_test_native_code dependency for ui_touch_selection_unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/touch_selection/ui_touch_selection.gyp
diff --git a/ui/touch_selection/ui_touch_selection.gyp b/ui/touch_selection/ui_touch_selection.gyp
index 5a2a5070e58e7f1ab0273b0ce55d92ae779afe19..0c6eed6349b5395596636341d583e21166eeae6c 100644
--- a/ui/touch_selection/ui_touch_selection.gyp
+++ b/ui/touch_selection/ui_touch_selection.gyp
@@ -36,7 +36,9 @@
'target_name': 'ui_touch_selection_unittests',
'type': '<(gtest_target_type)',
'dependencies': [
+ '../../base/base.gyp:base',
'../../base/base.gyp:run_all_unittests',
+ '../../base/base.gyp:test_support_base',
'../../testing/gtest.gyp:gtest',
'../base/ui_base.gyp:ui_base',
'../events/events.gyp:events_test_support',
@@ -51,6 +53,13 @@
'include_dirs': [
'../..',
],
+ 'conditions': [
+ ['OS == "android"', {
+ 'dependencies': [
+ '../../testing/android/native_test.gyp:native_test_native_code',
+ ],
+ }],
+ ]
},
],
'conditions': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698