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

Unified Diff: content/content_shell.gypi

Issue 421703003: test_runner: Rename WebTestThemeEngineMac to MockWebThemeEngineMac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: gyp fix Created 6 years, 5 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 | content/shell/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_shell.gypi
diff --git a/content/content_shell.gypi b/content/content_shell.gypi
index 97a0ff4b78fbd1bc8f19fb717266cef15cef2c7f..eb3bacc3b0bebefb74e2d2bb10547209ce0d7a43 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -192,8 +192,6 @@
'shell/renderer/test_runner/WebTestDelegate.h',
'shell/renderer/test_runner/WebTestInterfaces.cpp',
'shell/renderer/test_runner/WebTestInterfaces.h',
- 'shell/renderer/test_runner/WebTestThemeEngineMac.h',
- 'shell/renderer/test_runner/WebTestThemeEngineMac.mm',
'shell/renderer/test_runner/accessibility_controller.cc',
'shell/renderer/test_runner/accessibility_controller.h',
'shell/renderer/test_runner/event_sender.cc',
@@ -216,6 +214,8 @@
'shell/renderer/test_runner/mock_web_push_client.h',
'shell/renderer/test_runner/mock_web_theme_engine.cc',
'shell/renderer/test_runner/mock_web_theme_engine.h',
+ 'shell/renderer/test_runner/mock_web_theme_engine_mac.h',
+ 'shell/renderer/test_runner/mock_web_theme_engine_mac.mm',
'shell/renderer/test_runner/mock_web_user_media_client.cc',
'shell/renderer/test_runner/mock_web_user_media_client.h',
'shell/renderer/test_runner/mock_webrtc_data_channel_handler.cc',
« no previous file with comments | « no previous file | content/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698