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

Unified Diff: .gitmodules

Issue 1147233002: Change the way we look up packages for tests. (Closed) Base URL: git@github.com:dart-lang/pub_test@master
Patch Set: Code review changes Created 5 years, 7 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 | README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .gitmodules
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000000000000000000000000000000000000..07e88b990f11855b9c2ef8d8297e6d5649b66c17
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,12 @@
+[submodule "third_party/barback-0.13.0"]
+ path = third_party/barback-0.13.0
+ url = git://github.com/dart-lang/barback
+[submodule "third_party/barback-0.14.0+2"]
+ path = third_party/barback-0.14.0+2
+ url = git://github.com/dart-lang/barback
+[submodule "third_party/barback-0.14.1+4"]
+ path = third_party/barback-0.14.1+4
+ url = git://github.com/dart-lang/barback
+[submodule "third_party/source_maps-0.9.4"]
+ path = third_party/source_maps-0.9.4
+ url = git://github.com/dart-lang/source_maps
« no previous file with comments | « no previous file | README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698