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

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: tweaks 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 5da720765638a46725550de68e9f2e9b1573dbf6..22bb016f6f8576eae58f8ef05075020fe8f2eab4 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -271,7 +271,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',
@@ -303,7 +303,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