OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newSlnLines
(Results
1 - 2
of
2
) sorted by null
/external/skia/gn/
gn_meta_sln.py
81
newSlnLines
= []
82
newSlnLines
.append(
84
newSlnLines
.append('# Visual Studio 2015\n')
86
newSlnLines
.append('Project("{' + cppTypeGuid + '}") = "' + projName +
89
newSlnLines
.append('EndProject\n')
91
newSlnLines
.append('Global\n')
92
newSlnLines
.append(
95
newSlnLines
.append('\t\t' + config[0] + '|x64 = ' + config[0] + '|x64\n')
96
newSlnLines
.append('\tEndGlobalSection\n')
97
newSlnLines
.append
[
all
...]
/external/skqp/gn/
gn_meta_sln.py
81
newSlnLines
= []
82
newSlnLines
.append(
84
newSlnLines
.append('# Visual Studio 2015\n')
86
newSlnLines
.append('Project("{' + cppTypeGuid + '}") = "' + projName +
89
newSlnLines
.append('EndProject\n')
91
newSlnLines
.append('Global\n')
92
newSlnLines
.append(
95
newSlnLines
.append('\t\t' + config[0] + '|x64 = ' + config[0] + '|x64\n')
96
newSlnLines
.append('\tEndGlobalSection\n')
97
newSlnLines
.append
[
all
...]
Completed in 76 milliseconds