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

Unified Diff: chrome/chrome_tests.gypi

Issue 1492423003: Rejigger ThemeService: move exposure of ThemeProvider interface to a (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix that unittest Created 5 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 | « chrome/browser/ui/webui/theme_source.cc ('k') | chrome/test/BUILD.gn » ('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 b6be22a146643c25277b5f0a96a744486e47fb5e..648c6d2e66b34ca61148e1ee710ae03e434d883f 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1153,7 +1153,6 @@
'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc',
'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.h',
'browser/ui/views/toolbar/toolbar_action_view_interactive_uitest.cc',
- 'browser/ui/views/toolbar/toolbar_button_test.cc',
'browser/ui/views/toolbar/toolbar_view_interactive_uitest.cc',
'browser/ui/views/translate/translate_bubble_test_utils_views.cc',
],
@@ -1673,13 +1672,6 @@
],
}],
['OS=="linux"', {
- # TODO(gbillock): aura linux does not support the automation for
- # SendMouseMoveNotifyWhenDone
- 'sources!': [
- 'browser/ui/views/toolbar/toolbar_button_test.cc',
- ],
- }],
- ['OS=="linux"', {
'dependencies': [
'../build/linux/system.gyp:ssl',
],
« no previous file with comments | « chrome/browser/ui/webui/theme_source.cc ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698