Descriptionenable chromium code for GN, bumping warning level.
previously gyp enabled
'chromium_code': 1,
for stricter warnings, but GN disabled warnings:
configs -= [ "//build/config/compiler:chromium_code" ]
configs += [ "//build/config/compiler:no_chromium_code" ]
This CL enables strict warnings for GN as well as GYP.
R=rsesek@chromium.org
BUG=libyuv:617
Committed: https://chromium.googlesource.com/libyuv/libyuv/+/5dbfd6d8e61b814ed8112f765f9225142018bb35
Patch Set 1 #Messages
Total messages: 4 (1 generated)
|