Beginnings of flag validator to compare GN and gyp build flags
unset GYP_DEFINES python build/gyp_chromium ninja -C out/Release -t commands base >gyp.txt gn gen out/gn --args="is_debug=false is_component_build=false" ninja -C out/gn -t commands base >gn.txt python tools/gn/bin/gyp_flag_compare.py gyp.txt gn.txt >flags.txt Outputs this at the moment: https://gist.github.com/sgraham/93e159eba1601a9e3668 (only work on Linux because of lack of handling @rsp files) NOTRY=true R=ajwong@chromium.org, brettw@chromium.org Review URL: https://codereview.chromium.org/539603003 Cr-Commit-Position: refs/heads/master@{#293209}
Showing
Please register or sign in to comment