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

Unified Diff: mojo/BUILD.gn

Issue 795593004: Update mojo sdk to rev cc531b32182099a5a034a99daff35ed5d38a61c8 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More surfaces fixes + one fix for HTMLDocument Created 6 years 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 | mojo/android/javatests/src/org/chromium/mojo/HandleMock.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/BUILD.gn
diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn
index 3c8dabf5be1a1fe7c0697b6f430aaadfec6beb3e..7c2f57c881056c952e3f6b4daae1f001fd9d94ce 100644
--- a/mojo/BUILD.gn
+++ b/mojo/BUILD.gn
@@ -31,7 +31,7 @@ group("tests") {
"//mojo/public/cpp/application/tests",
"//mojo/public/cpp/bindings/tests",
"//mojo/public/cpp/environment/tests",
- "//mojo/public/cpp/system/tests:mojo_public_system_unittests",
- "//mojo/public/cpp/utility/tests:mojo_public_utility_unittests",
+ "//mojo/public/cpp/system/tests",
+ "//mojo/public/cpp/utility/tests",
jamesr 2014/12/29 23:39:48 just delete these two lines. These are source_set
]
}
« no previous file with comments | « no previous file | mojo/android/javatests/src/org/chromium/mojo/HandleMock.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698