https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 13c390e41d9dce92f7befd59c3b0b0cdd220c263 authored by ffxbld on 23 June 2015, 01:08:29 UTC
Added FIREFOX_39_0_RELEASE FIREFOX_39_0_BUILD3 tag(s) for changeset 034c406f342b. DONTBUILD CLOSED TREE a=release
Tip revision: 13c390e
gyp_mozbuild
#!/bin/bash

# Install our generator
cp dump_mozbuild.py trunk/third_party/externals/gyp/pylib/gyp/generator

# pushd trunk
# for OS in win linux mac; do
#     GYP_GENERATORS=dump_mozbuild ./gyp_skia -D OS=$OS -D arm_neon=0 gyp/effects.gyp
# done
# popd

./generate_mozbuild.py

back to top