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

Unified Diff: chrome/chrome_tests.gypi

Issue 62873007: [Toolbar] Base toolbar button class with background images for button states (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add back button subclass Created 7 years, 1 month 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: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index cda1ad9355df3dfc690fe2dab57b6044fe9c8eb0..6f83e0636cdbbff5997608ec35b5c42211b2fe1d 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -235,7 +235,7 @@
'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc',
'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.h',
'browser/ui/views/tabs/tab_drag_controller_interactive_uitest_win.cc',
- 'browser/ui/views/toolbar/button_dropdown_test.cc',
+ 'browser/ui/views/toolbar/toolbar_button_test.cc',
'test/base/interactive_test_utils.cc',
'test/base/interactive_test_utils.h',
'test/base/interactive_test_utils_aura.cc',
@@ -267,7 +267,7 @@
# TODO(gbillock): aura linux does not support the automation for
# SendMouseMoveNotifyWhenDone
'sources!': [
- 'browser/ui/views/toolbar/button_dropdown_test.cc',
+ 'browser/ui/views/toolbar/toolbar_button_test.cc',
],
}],
['toolkit_uses_gtk == 1 or chromeos==1 or (OS=="linux" and use_aura==1)', {

Powered by Google App Engine
This is Rietveld 408576698