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

Unified Diff: components/test_runner/BUILD.gn

Issue 1931833003: Moving TestRunnerForSpecificView into a separate compilation unit. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing... Created 4 years, 8 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 | components/test_runner/test_common.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test_runner/BUILD.gn
diff --git a/components/test_runner/BUILD.gn b/components/test_runner/BUILD.gn
index 7cd8530ba193fe5f497be056f81494f8f1806194..7aafa7d8b49ff6343aef921acb4fee0a0f61dcb9 100644
--- a/components/test_runner/BUILD.gn
+++ b/components/test_runner/BUILD.gn
@@ -75,6 +75,8 @@ component("test_runner") {
"test_runner.cc",
"test_runner.h",
"test_runner_export.h",
+ "test_runner_for_specific_view.cc",
+ "test_runner_for_specific_view.h",
"text_input_controller.cc",
"text_input_controller.h",
"tracked_dictionary.cc",
« no previous file with comments | « no previous file | components/test_runner/test_common.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698