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

Unified Diff: ui/views/views.gyp

Issue 8780001: aura: Make aura::TooltipClient completely static? (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merged with upstream Created 9 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
Index: ui/views/views.gyp
diff --git a/ui/views/views.gyp b/ui/views/views.gyp
index 9c527eee71d65ad0a9aea74f864daf0a60b924d8..49014db896dcbd4ce714da9da08f4756c8fb0165 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -531,8 +531,6 @@
'focus/focus_traversal_unittest.cc',
'layout/box_layout_unittest.cc',
'layout/grid_layout_unittest.cc',
- 'test/test_tooltip_client.cc',
- 'test/test_tooltip_client.h',
'test/test_views_delegate.cc',
'test/test_views_delegate.h',
'test/views_test_base.cc',
@@ -577,6 +575,7 @@
}],
[ 'use_aura==1', {
'dependencies': [
+ '../aura/aura.gyp:non_shell_test_support_aura',
'../aura/aura.gyp:test_support_aura',
],
'sources/': [
@@ -589,7 +588,6 @@
'sources/': [
['exclude', '../aura/test/test_desktop_delegate.cc'],
['exclude', '../aura/test/test_desktop_delegate.h'],
- ['exclude', 'test/test_tooltip_client.cc'],
],
}],
],

Powered by Google App Engine
This is Rietveld 408576698