DescriptionCreated GYP files for remaining targets.
I have tested the following for each of these targets on Linux:
- Create and run makefile for each target independently
./gyp_skia tests.gyp && make
out/Debug/tests
- Create makefile for all targets and build a single target
./gyp_skia && make tests
out/Debug/tests
- Create makefile for and build all targets at once
./gyp_skia && make all
out/Debug/tests
I have also generated Visual Studio (MSVS) projects for all targets and they look reasonable, but I haven't tried building them in Visual Studio yet.
I haven't tried to do anything with XCode targets yet.
Patch Set 1 #Patch Set 2 : merged thru r1471 #
Total comments: 6
MessagesTotal messages: 6
|