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

Unified Diff: ui/base/BUILD.gn

Issue 1898033004: Fix the GN path to ui_base_unittests's .isolate file (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/BUILD.gn
diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn
index d229003c647d721a541707f03efbdc6c0878237c..4a8217597c168e39186ae2f107bebd4266b21dd9 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -871,7 +871,7 @@ test("ui_base_unittests") {
"//chrome:resources",
"//ui/android:ui_java",
]
- isolate_file = "ui_base_unittests.isolate"
+ isolate_file = "ui_base_tests.isolate"
}
if (use_pango) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698