Lines Matching defs:json
12 gn gen out/config --ide=json --json-ide-script=../../gn/gn_to_cmake.py
16 gn gen out/config --ide=json
17 python gn/gn_to_cmake.py out/config/project.json
25 import json
661 # gn gen out/config --ide=json --json-ide-script=../../gn/gn_to_cmake.py
694 # Currently the ide is not run if the project.json file is not changed
696 # This can be worked around by deleting the project.json file.
732 project = json.loads(json_file.read())