DescriptionAlways define the `gcc_version' variable to some value.
gcc_version previously existed only under certain conditions; currently,
os_posix==1 and OS!="mac" and OS!="ios".
These same checks had to be repeated everywhere gcc_version was used, and
they often got out of sync (many places still do not check for OS!="ios",
for example).
We now always gcc_version. Its default value is 0, and it is then changed to
something meaningful under that condition mentioned above. This allows us to
remove the duplicated checks currently spread across the .gyp files in the
tree.
BUG=
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=196910
Patch Set 1 #Patch Set 2 : Second attempt #
Total comments: 2
Patch Set 3 : Patch v3 #Patch Set 4 : Try to make Android happy #
Messages
Total messages: 16 (0 generated)
|