Home | History | Annotate | Download | only in gn

Lines Matching refs:Script

23     "  build config script.\n"
143 " to convert arguments to be relative to a script's current directory.\n";
156 " files. If you are passing this to a script, you will want to pass it\n"
173 " This is primarily useful for setting up script calls. If you are\n"
174 " passing this to a script, you will want to pass it through\n"
184 " # Pass the output dir to the script.\n"
200 " files. If you are passing this to a script, you will want to pass it\n"
209 " # Pass the generated output dir to the script.\n"
225 " scripts. If you are passing this to a script, you will want to pass it\n"
234 " # Pass the output dir to the script.\n"
255 " script is running, and then can not be removed. As a result, this\n"
263 "args: [string list] Arguments passed to a custom script.";
265 "args: Arguments passed to a custom script.\n"
267 " For custom script targets, args is the list of arguments to pass\n"
268 " to the script. Typically you would use source expansion (see\n"
330 " The build configuration script will generally set up the default\n"
404 " input. Empty or unset means that the script doesn't generate the\n"
408 " than one source file that the script is being run over, you can use\n"
417 " script = \"myscript.py\"\n"
424 " # Say our script uses \"-o <d file>\" to indicate the depfile.\n"
460 " script is running, and then can not be removed. As a result, this\n"
580 " script = \"my_generator.py\"\n"
697 "outputs: [file list] Output files for custom script and copy targets.";
699 "outputs: Output files for custom script and copy targets.\n"
707 " file(s). For custom script targets, the outputs should be the list of\n"
708 " files generated by the script.\n";
710 const char kScript[] = "script";
712 "script: [file name] Script file for custom script targets.";
714 "script: Script file for custom script targets.\n"
716 " An absolute or buildfile-relative file name of a Python script to run\n"
717 " for a custom script target (see \"gn help custom\").\n";
746 " For custom script targets that don't generate \".d\" files, the\n"
748 " dependencies your script may have.\n"
762 " script = \"domything.py\"\n"
835 INSERT_VARIABLE(Script)