Update roll script to also grab mojo/dart/packages/mojo

This commit is contained in:
John McCutchan 2015-11-13 10:21:56 -08:00
parent 599b9d0939
commit 077270a4bc
2 changed files with 1 additions and 14 deletions

View File

@ -1,14 +0,0 @@
diff --git a/mojo/common/BUILD.gn b/mojo/common/BUILD.gn
index adac158..25ef0ca 100644
--- a/mojo/common/BUILD.gn
+++ b/mojo/common/BUILD.gn
@@ -43,9 +43,6 @@ source_set("tests") {
test("mojo_common_unittests") {
deps = [
":tests",
- "//mojo/converters/array_string:tests",
- "//mojo/converters/base:tests",
- "//mojo/converters/url:tests",
"//mojo/data_pipe_utils:tests",
"//mojo/edk/test:run_all_unittests",
"//mojo/environment:chromium",

View File

@ -75,6 +75,7 @@ dirs_from_mojo = [
'mojo/common',
'mojo/converters/geometry',
('mojo/dart/embedder', ['embedder.gni']),
'mojo/dart/packages/mojo'
'mojo/data_pipe_utils',
'mojo/edk',
'mojo/environment',