exclude PluginsFieldTrialTest.NoPrefLeftBehind from valgrind bot
[chromium-blink-merge.git] / tools / gn / format_test_data / 044.gn
blobfe09617912d97e89ec1b72c19dc809804d752130
1 config("compiler") {
2   if (is_win) {
3     if (is_component_build) {
4       cflags += [
5         "/EHsc",  # Assume C functions can't throw exceptions and don't catch
6                   # structured exceptions (only C++ ones).
7       ]
8     }
9   }