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

Unified Diff: ui/views/BUILD.gn

Issue 1978293003: Rename ViewTestSuite to ViewsTestSuite and put it in the proper file (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@widgetinteractive
Patch Set: rebase Created 4 years, 7 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 | ui/views/mus/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/BUILD.gn
diff --git a/ui/views/BUILD.gn b/ui/views/BUILD.gn
index 8f013124d2a6e155a9e1ee2aacd2a480d9e1c84d..d02ed9bd42042a62803cbb1a12ab14009d767a0f 100644
--- a/ui/views/BUILD.gn
+++ b/ui/views/BUILD.gn
@@ -310,9 +310,9 @@ if (is_mac) {
test("macviews_interactive_ui_tests") {
sources = [
"cocoa/bridged_native_widget_interactive_uitest.mm",
- "run_all_unittests.cc",
- "run_all_unittests.h",
"run_all_unittests_main.cc",
+ "views_test_suite.cc",
+ "views_test_suite.h",
"widget/native_widget_mac_interactive_uitest.mm",
]
deps = [
« no previous file with comments | « no previous file | ui/views/mus/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698