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

Unified Diff: sky/engine/bindings/scripts/v8_types.py

Issue 915293003: Rename sky/engine/bindings2 to sky/engine/bindings (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: more better Created 5 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 | « sky/engine/bindings/scripts/v8_methods.py ('k') | sky/engine/bindings/scripts/v8_utilities.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/bindings/scripts/v8_types.py
diff --git a/sky/engine/bindings2/scripts/v8_types.py b/sky/engine/bindings/scripts/v8_types.py
similarity index 99%
rename from sky/engine/bindings2/scripts/v8_types.py
rename to sky/engine/bindings/scripts/v8_types.py
index cdaa15814b92475dd7c4784e7a6b12e4cca0e453..7b54d2d055427cb77091d9b5bde66699076eb865 100644
--- a/sky/engine/bindings2/scripts/v8_types.py
+++ b/sky/engine/bindings/scripts/v8_types.py
@@ -273,7 +273,7 @@ IdlTypeBase.impl_should_use_nullable_container = property(
def impl_includes_for_type(idl_type, interfaces_info):
includes_for_type = set()
if idl_type.impl_should_use_nullable_container:
- includes_for_type.add('bindings2/nullable.h')
+ includes_for_type.add('bindings/nullable.h')
idl_type = idl_type.preprocessed_type
native_array_element_type = idl_type.native_array_element_type
« no previous file with comments | « sky/engine/bindings/scripts/v8_methods.py ('k') | sky/engine/bindings/scripts/v8_utilities.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698