mac component wip
currently Release only (Debug needs -Wl,-dead_strip for target webkit, else ld complains:
Undefined symbols for architecture i386:
"_kCIFormatRGBA8", referenced from:
_WKCIGetRGBA8Format in libWebKitSystemInterfaceLeopardPrivateExtern.a(WebKitSystemInterface.o)
ld: symbol(s) not found for architecture i386
)
ninja:
gyp:
GYP_GENERATORS=ninja build/gyp_chromium -Dcomponent=shared_library -Goutput_dir=out_shared
build:
time DYLD_LIBRARY_PATH=$PWD/out_shared/Release ninja -C out_shared/Release/ chrome
run:
DYLD_LIBRARY_PATH=$PWD/out_shared/Release out_shared/Release/Chromium.app/Contents/MacOS/Chromium
make:
gyp:
GYP_GENERATORS=make build/gyp_chromium -Dcomponent=shared_library
build:
time BUILDTYPE=Release make -j10 chrome
run:
out/Release/Chromium.app/Contents/MacOS/Chromium
xcode:
DYLD_LIBRARY_PATH=$PWD/../xcodebuild/Release xcodebuild -configuration Release -target net -project net.xcodeproj
BUG=
90078
TEST=