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