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

Unified Diff: chrome/chrome_tests.gypi

Issue 443553003: MacViews: Split ViewEventTestBase into platform-specific files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: self-review: fix class comment, remove dead gyp cruft Created 6 years, 4 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 | chrome/test/base/view_event_test_base.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 299ac6656113f705d23340957c76b26893355592..c2c5ed7cae50762a32d57ccfeacd767ba50b7fb4 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -157,6 +157,10 @@
'test/base/interactive_ui_tests_main.cc',
'test/base/view_event_test_base.cc',
'test/base/view_event_test_base.h',
+ 'test/base/view_event_test_platform_part.h',
+ 'test/base/view_event_test_platform_part_ash.cc',
+ 'test/base/view_event_test_platform_part_chromeos.cc',
+ 'test/base/view_event_test_platform_part_mac.mm',
'test/ppapi/ppapi_interactive_browsertest.cc',
],
'conditions': [
@@ -238,6 +242,10 @@
'../ui/views/views.gyp:views_test_support',
],
}, { # else: toolkit_views == 0
+ 'sources!': [
+ 'test/base/view_event_test_base.cc',
+ 'test/base/view_event_test_base.h',
+ ],
'sources/': [
['exclude', '^browser/ui/views/'],
['exclude', '^../ui/views/'],
@@ -310,6 +318,9 @@
'browser/ui/panels/stacked_panel_browsertest.cc',
'browser/ui/views/message_center/web_notification_tray_browsertest.cc',
'browser/ui/views/panels/panel_view_browsertest.cc',
+
+ # Use only the _chromeos version on ChromeOS.
+ 'test/base/view_event_test_platform_part_ash.cc',
],
}],
['OS=="win"', {
« no previous file with comments | « no previous file | chrome/test/base/view_event_test_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698