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

Unified Diff: scripts/master/factory/chromium_factory.py

Issue 1773473004: Remove references to mojo_public_environment_unittests from build/ (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 9 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 | scripts/slave/recipe_modules/isolate/resources/compare_build_artifacts.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/master/factory/chromium_factory.py
diff --git a/scripts/master/factory/chromium_factory.py b/scripts/master/factory/chromium_factory.py
index 69571780b3ce4cd59e9bbbf3031ff6a3214348ae..50e5a9e2de88bc1841bef0583a6490e623aa4154 100644
--- a/scripts/master/factory/chromium_factory.py
+++ b/scripts/master/factory/chromium_factory.py
@@ -393,8 +393,6 @@ class ChromiumFactory(gclient_factory.GClientFactory):
f.AddBuildrunnerGTest('mojo_common_unittests', fp)
if R('mojo_public_bindings_unittests'):
f.AddBuildrunnerGTest('mojo_public_bindings_unittests', fp)
- if R('mojo_public_environment_unittests'):
- f.AddBuildrunnerGTest('mojo_public_environment_unittests', fp)
if R('mojo_public_system_unittests'):
f.AddBuildrunnerGTest('mojo_public_system_unittests', fp)
if R('mojo_public_utility_unittests'):
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/isolate/resources/compare_build_artifacts.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698