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

Unified Diff: mojo/public/interfaces/bindings/tests/BUILD.gn

Issue 607933002: mojo: Fix java generator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix findbugs and emptu package. Created 6 years, 3 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 | « mojo/mojo_public_tests.gypi ('k') | mojo/public/interfaces/bindings/tests/no_module.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/interfaces/bindings/tests/BUILD.gn
diff --git a/mojo/public/interfaces/bindings/tests/BUILD.gn b/mojo/public/interfaces/bindings/tests/BUILD.gn
index d8d6f24615c75cdce1f542b5238d604fe5c3a827..e56f9b5de8c215a9bf48cd04f909429f116782fb 100644
--- a/mojo/public/interfaces/bindings/tests/BUILD.gn
+++ b/mojo/public/interfaces/bindings/tests/BUILD.gn
@@ -8,7 +8,9 @@ mojom("test_interfaces") {
testonly = true
sources = [
"math_calculator.mojom",
+ "no_module.mojom",
"rect.mojom",
+ "regression_tests.mojom",
"sample_factory.mojom",
"sample_import.mojom",
"sample_import2.mojom",
« no previous file with comments | « mojo/mojo_public_tests.gypi ('k') | mojo/public/interfaces/bindings/tests/no_module.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698