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

Unified Diff: tools/testing/dart/environment.dart

Issue 2924183002: Remove negated variables now that we support "!". (Closed)
Patch Set: Created 3 years, 6 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: tools/testing/dart/environment.dart
diff --git a/tools/testing/dart/environment.dart b/tools/testing/dart/environment.dart
index 1ee7057b24b305a01cf7bfbb791f654bcf802a9c..53b5ff389d96be367abb89452bed9c46073dc68a 100644
--- a/tools/testing/dart/environment.dart
+++ b/tools/testing/dart/environment.dart
@@ -30,8 +30,6 @@ final _variables = {
"runtime": new _Variable(_runtimeName, Runtime.names),
"strong": new _Variable.bool((c) => c.isStrong),
"system": new _Variable((c) => c.system.name, System.names),
- "unchecked": new _Variable.bool((c) => !c.isChecked),
- "unminified": new _Variable.bool((c) => !c.isMinified),
"use_sdk": new _Variable.bool((c) => c.useSdk)
};
« 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