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

Unified Diff: content/shell/BUILD.gn

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 | « content/content_shell.gypi ('k') | content/shell/renderer/test_runner/TestInterfaces.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/BUILD.gn
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index b1fd1cf39bcf0637339f63d19f219646629b29a3..4e6b0fc5fc6c5a54a1b4986642fb13ba8a35ad27 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -142,8 +142,6 @@ static_library("content_shell_lib") {
"renderer/test_runner/WebTestDelegate.h",
"renderer/test_runner/WebTestInterfaces.cpp",
"renderer/test_runner/WebTestInterfaces.h",
- "renderer/test_runner/WebTestThemeEngineMac.h",
- "renderer/test_runner/WebTestThemeEngineMac.mm",
"renderer/test_runner/accessibility_controller.cc",
"renderer/test_runner/accessibility_controller.h",
"renderer/test_runner/event_sender.cc",
@@ -164,6 +162,8 @@ static_library("content_shell_lib") {
"renderer/test_runner/mock_web_push_client.h",
"renderer/test_runner/mock_web_theme_engine.cc",
"renderer/test_runner/mock_web_theme_engine.h",
+ "renderer/test_runner/mock_web_theme_engine_mac.h",
+ "renderer/test_runner/mock_web_theme_engine_mac.mm",
"renderer/test_runner/mock_web_user_media_client.cc",
"renderer/test_runner/mock_web_user_media_client.h",
"renderer/test_runner/mock_webrtc_data_channel_handler.cc",
« no previous file with comments | « content/content_shell.gypi ('k') | content/shell/renderer/test_runner/TestInterfaces.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698