summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/node-gyp/gyp
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/node-gyp/gyp')
-rw-r--r--deps/npm/node_modules/node-gyp/gyp/pylib/gyp/common.py1
-rw-r--r--deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/eclipse.py1
-rw-r--r--deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ordered_dict.py1
-rw-r--r--deps/npm/node_modules/node-gyp/gyp/tools/Xcode/Specifications/gyp.xclangspec36
4 files changed, 21 insertions, 18 deletions
diff --git a/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/common.py b/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/common.py
index f595c947bc..071ad7e242 100644
--- a/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/common.py
+++ b/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/common.py
@@ -631,3 +631,4 @@ def IsCygwin():
return "CYGWIN" in str(stdout)
except Exception:
return False
+
diff --git a/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/eclipse.py b/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/eclipse.py
index a227eb832f..6b49ad6760 100644
--- a/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/eclipse.py
+++ b/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/eclipse.py
@@ -422,3 +422,4 @@ def GenerateOutput(target_list, target_dicts, data, params):
for config_name in config_names:
GenerateOutputForConfig(target_list, target_dicts, data, params,
config_name)
+
diff --git a/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ordered_dict.py b/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ordered_dict.py
index 01fe413434..6fe9c1f6c7 100644
--- a/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ordered_dict.py
+++ b/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ordered_dict.py
@@ -286,3 +286,4 @@ class OrderedDict(dict):
def viewitems(self):
"od.viewitems() -> a set-like object providing a view on od's items"
return ItemsView(self)
+
diff --git a/deps/npm/node_modules/node-gyp/gyp/tools/Xcode/Specifications/gyp.xclangspec b/deps/npm/node_modules/node-gyp/gyp/tools/Xcode/Specifications/gyp.xclangspec
index ab1312e6ee..3b3506d319 100644
--- a/deps/npm/node_modules/node-gyp/gyp/tools/Xcode/Specifications/gyp.xclangspec
+++ b/deps/npm/node_modules/node-gyp/gyp/tools/Xcode/Specifications/gyp.xclangspec
@@ -2,7 +2,7 @@
Copyright (c) 2011 Google Inc. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-
+
gyp.xclangspec
GYP language specification for Xcode 3
@@ -35,9 +35,9 @@
{
Identifier = "xcode.lang.gyp.target.declarator";
Syntax = {
- Words = (
- "'target_name'",
- );
+ Words = (
+ "'target_name'",
+ );
Type = "xcode.syntax.identifier.type";
};
},
@@ -54,12 +54,12 @@
End = "'";
};
},
-
+
{
Identifier = "xcode.lang.gyp.comma";
Syntax = {
Words = ( ",", );
-
+
};
},
@@ -107,14 +107,14 @@
Syntax = {
Tokenizer = "xcode.lang.gyp.lexer";
Rules = (
- "xcode.lang.gyp.assignment.lhs",
- ":",
+ "xcode.lang.gyp.assignment.lhs",
+ ":",
"xcode.lang.gyp.assignment.rhs",
);
};
-
+
},
-
+
{
Identifier = "xcode.lang.gyp.target.declaration";
Syntax = {
@@ -126,7 +126,7 @@
);
};
},
-
+
{
Identifier = "xcode.lang.gyp.target.name";
Syntax = {
@@ -134,27 +134,27 @@
Rules = (
"xcode.lang.gyp.string.singlequote",
);
- Type = "xcode.syntax.definition.function";
+ Type = "xcode.syntax.definition.function";
};
},
-
+
{
Identifier = "xcode.lang.gyp.assignment.lhs";
Syntax = {
Tokenizer = "xcode.lang.gyp.lexer";
Rules = (
- "xcode.lang.gyp.string.singlequote",
+ "xcode.lang.gyp.string.singlequote",
);
- Type = "xcode.syntax.identifier.type";
+ Type = "xcode.syntax.identifier.type";
};
},
-
+
{
Identifier = "xcode.lang.gyp.assignment.rhs";
Syntax = {
- Tokenizer = "xcode.lang.gyp.lexer";
+ Tokenizer = "xcode.lang.gyp.lexer";
Rules = (
- "xcode.lang.gyp.string.singlequote?",
+ "xcode.lang.gyp.string.singlequote?",
"xcode.lang.gyp.array?",
"xcode.lang.gyp.dictionary?",
"xcode.lang.number?",