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

Unified Diff: mojo/public/bindings/tests/sample_import.mojom

Issue 159983003: Fix a bug with mojom imports where 2 imports with the same namespace would (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 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
« no previous file with comments | « mojo/public/bindings/pylib/generate/mojom_data.py ('k') | mojo/public/bindings/tests/sample_import2.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/bindings/tests/sample_import.mojom
diff --git a/mojo/public/bindings/tests/sample_import.mojom b/mojo/public/bindings/tests/sample_import.mojom
index 42f9041d0e8848493f48d735f49e097ff1db7fbb..d68c5bf216b7f9176c3b1077c6864217496e46e7 100644
--- a/mojo/public/bindings/tests/sample_import.mojom
+++ b/mojo/public/bindings/tests/sample_import.mojom
@@ -8,7 +8,7 @@ module imported {
// sample_service.mojom, to show how import works.
enum Shape {
- SHAPE_RECTANGLE,
+ SHAPE_RECTANGLE = 1,
SHAPE_CIRCLE,
SHAPE_TRIANGLE,
};
« no previous file with comments | « mojo/public/bindings/pylib/generate/mojom_data.py ('k') | mojo/public/bindings/tests/sample_import2.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698