Home
last modified time | relevance | path

Searched refs:gn_string (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/tools/cppgc/
Dgen_cmake_test.py98 def _Compile(self, gn_string): argument
105 def _CompileAndCheck(self, expected_cmake, gn_string): argument
106 actual_cmake = self._Compile(gn_string)
111 def _CompileExpressionAndCheck(self, expected_cmake, gn_string): argument
112 gn_string = f'if ({gn_string}) {{ sources = [ "source.cc" ] }}'
114 actual_cmake = self._Compile(gn_string)