Browse Source

rename back to expected values

Samuel Attard 6 years ago
parent
commit
daa64e21f6

+ 0 - 3
.gitmodules

@@ -7,9 +7,6 @@
 [submodule "vendor/breakpad"]
 	path = vendor/breakpad
 	url = https://github.com/electron/chromium-breakpad.git
-[submodule "vendor/native_mate"]
-	path = vendor/native_mate
-	url = https://github.com/electron/native-mate.git
 [submodule "vendor/crashpad"]
 	path = vendor/crashpad
 	url = https://github.com/electron/crashpad.git

+ 0 - 0
native_mate/mate/arguments.cc → native_mate/native_mate/arguments.cc


+ 0 - 0
native_mate/mate/arguments.h → native_mate/native_mate/arguments.h


+ 0 - 0
native_mate/mate/constructor.h → native_mate/native_mate/constructor.h


+ 0 - 0
native_mate/mate/converter.cc → native_mate/native_mate/converter.cc


+ 0 - 0
native_mate/mate/converter.h → native_mate/native_mate/converter.h


+ 0 - 0
native_mate/mate/dictionary.cc → native_mate/native_mate/dictionary.cc


+ 0 - 0
native_mate/mate/dictionary.h → native_mate/native_mate/dictionary.h


+ 0 - 0
native_mate/mate/function_template.cc → native_mate/native_mate/function_template.cc


+ 0 - 0
native_mate/mate/function_template.h → native_mate/native_mate/function_template.h


+ 0 - 0
native_mate/mate/handle.h → native_mate/native_mate/handle.h


+ 0 - 0
native_mate/mate/object_template_builder.cc → native_mate/native_mate/object_template_builder.cc


+ 0 - 0
native_mate/mate/object_template_builder.h → native_mate/native_mate/object_template_builder.h


+ 0 - 0
native_mate/mate/persistent_dictionary.cc → native_mate/native_mate/persistent_dictionary.cc


+ 0 - 0
native_mate/mate/persistent_dictionary.h → native_mate/native_mate/persistent_dictionary.h


+ 0 - 0
native_mate/mate/promise.cc → native_mate/native_mate/promise.cc


+ 0 - 0
native_mate/mate/promise.h → native_mate/native_mate/promise.h


+ 0 - 0
native_mate/mate/scoped_persistent.h → native_mate/native_mate/scoped_persistent.h


+ 0 - 0
native_mate/mate/wrappable.cc → native_mate/native_mate/wrappable.cc


+ 0 - 0
native_mate/mate/wrappable.h → native_mate/native_mate/wrappable.h


+ 0 - 0
native_mate/mate/wrappable_base.h → native_mate/native_mate/wrappable_base.h


+ 20 - 20
native_mate/native_mate_files.gypi

@@ -1,26 +1,26 @@
 {
   'variables': {
     'native_mate_files': [
-      'mate/arguments.cc',
-      'mate/arguments.h',
-      'mate/constructor.h',
-      'mate/converter.cc',
-      'mate/converter.h',
-      'mate/dictionary.cc',
-      'mate/dictionary.h',
-      'mate/function_template.cc',
-      'mate/function_template.h',
-      'mate/handle.h',
-      'mate/object_template_builder.cc',
-      'mate/object_template_builder.h',
-      'mate/persistent_dictionary.cc',
-      'mate/persistent_dictionary.h',
-      'mate/scoped_persistent.h',
-      'mate/wrappable.cc',
-      'mate/wrappable.h',
-      'mate/wrappable_base.h',
-      'mate/promise.h',
-      'mate/promise.cc',
+      'native_mate/arguments.cc',
+      'native_mate/arguments.h',
+      'native_mate/constructor.h',
+      'native_mate/converter.cc',
+      'native_mate/converter.h',
+      'native_mate/dictionary.cc',
+      'native_mate/dictionary.h',
+      'native_mate/function_template.cc',
+      'native_mate/function_template.h',
+      'native_mate/handle.h',
+      'native_mate/object_template_builder.cc',
+      'native_mate/object_template_builder.h',
+      'native_mate/persistent_dictionary.cc',
+      'native_mate/persistent_dictionary.h',
+      'native_mate/scoped_persistent.h',
+      'native_mate/wrappable.cc',
+      'native_mate/wrappable.h',
+      'native_mate/wrappable_base.h',
+      'native_mate/promise.h',
+      'native_mate/promise.cc',
     ],
   },
 }