DescriptionFirst pass on blink compiling for GN build
This adds most of the blink bindings and code to the GN build. It runs but I have only spot-checked that
the outputs are identical to the GYP ones.
Moved the feature defines to config.gni. Added a string version of these defines (GN doesn't
have a nice way to do this in the format the scripts expect, so I also added a python script).
This is used in various actions.
Provide GN equivalents for the core and bindings gypis.
The bindings BUILD.gn file is a bit icky with rebase_path all over the place and it's difficult to
follow where the names are relative to. We read the file lists from gypis and the source isn't
really the way GN would prefer. I'm planning to add a function to GN to convert a path to a
source-absolute path which will clean up some of these calls (in a later pass).
R=nbarth@chromium.org, thakis@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=174920
Patch Set 1 #Patch Set 2 : #Patch Set 3 : feature defines #Patch Set 4 : compiles #Patch Set 5 : #Patch Set 6 : rebuilding fixed #
Total comments: 1
Patch Set 7 : compiling #
Total comments: 26
Patch Set 8 : merge #Patch Set 9 : Review comments #
Messages
Total messages: 24 (0 generated)
|