Searched refs:gn_string (Results 1 – 1 of 1) sorted by relevance
98 def _Compile(self, gn_string): argument105 def _CompileAndCheck(self, expected_cmake, gn_string): argument106 actual_cmake = self._Compile(gn_string)111 def _CompileExpressionAndCheck(self, expected_cmake, gn_string): argument112 gn_string = f'if ({gn_string}) {{ sources = [ "source.cc" ] }}'114 actual_cmake = self._Compile(gn_string)