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

Unified Diff: third_party/dart-packages/path/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/path/BUILD.gn
diff --git a/third_party/dart-packages/path/BUILD.gn b/third_party/dart-packages/path/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..ce79e928bab3a6398e25f65f6de3582f809ddbe6
--- /dev/null
+++ b/third_party/dart-packages/path/BUILD.gn
@@ -0,0 +1,21 @@
+# 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("path") {
+ sources = [
+ "path/path.dart",
+ "path/src/characters.dart",
+ "path/src/context.dart",
+ "path/src/internal_style.dart",
+ "path/src/parsed_path.dart",
+ "path/src/path_exception.dart",
+ "path/src/style.dart",
+ "path/src/utils.dart",
+ "path/src/style/posix.dart",
+ "path/src/style/url.dart",
+ "path/src/style/windows.dart",
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698