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

Unified Diff: third_party/dart-packages/unittest/BUILD.gn

Issue 971083002: Create an apptesting framework for dart. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Update upload_binaries.py to add the apptest.dartzip artifact. Created 5 years, 10 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
Index: third_party/dart-packages/unittest/BUILD.gn
diff --git a/third_party/dart-packages/unittest/BUILD.gn b/third_party/dart-packages/unittest/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..fbf6abc9fd68a2b5986eb4e653c4daf4e9a8dfa6
--- /dev/null
+++ b/third_party/dart-packages/unittest/BUILD.gn
@@ -0,0 +1,29 @@
+# Copyright 2015 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+import("//mojo/public/dart/rules.gni")
+
+dart_package("unittest") {
+ sources = [
+ "unittest/compact_vm_config.dart",
+ "unittest/html_config.dart",
+ "unittest/html_enhanced_config.dart",
+ "unittest/html_individual_config.dart",
+ "unittest/unittest.dart",
+ "unittest/vm_config.dart",
+ "unittest/src/configuration.dart",
+ "unittest/src/expected_function.dart",
+ "unittest/src/group_context.dart",
+ "unittest/src/internal_test_case.dart",
+ "unittest/src/simple_configuration.dart",
+ "unittest/src/test_case.dart",
+ "unittest/src/test_environment.dart",
+ "unittest/src/utils.dart",
+ ]
+ deps = [
+ "//third_party/dart-packages/matcher",
+ "//third_party/dart-packages/path",
+ "//third_party/dart-packages/stack_trace",
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698