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

Unified Diff: mojo/public/tools/bindings/pylib/mojom/generate/module.py

Issue 1410053006: Move third_party/mojo/src/mojo/public to mojo/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 1 month 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
Index: mojo/public/tools/bindings/pylib/mojom/generate/module.py
diff --git a/third_party/mojo/src/mojo/public/tools/bindings/pylib/mojom/generate/module.py b/mojo/public/tools/bindings/pylib/mojom/generate/module.py
similarity index 99%
rename from third_party/mojo/src/mojo/public/tools/bindings/pylib/mojom/generate/module.py
rename to mojo/public/tools/bindings/pylib/mojom/generate/module.py
index b3e3d677aeb4dffcaad85e61743101f4a649667a..37c76a2b8d0d5cd345418290218bc7e5959f2586 100644
--- a/third_party/mojo/src/mojo/public/tools/bindings/pylib/mojom/generate/module.py
+++ b/mojo/public/tools/bindings/pylib/mojom/generate/module.py
@@ -594,7 +594,7 @@ def IsCloneableKind(kind):
def _IsCloneable(kind, visited_kinds):
if kind in visited_kinds:
# No need to examine the kind again.
- return True
+ return True
visited_kinds.add(kind)
if IsAnyHandleKind(kind) or IsInterfaceKind(kind) or IsAssociatedKind(kind):
return False

Powered by Google App Engine
This is Rietveld 408576698