repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
exclude PluginsFieldTrialTest.NoPrefLeftBehind from valgrind bot
[chromium-blink-merge.git]
/
tools
/
gn
/
format_test_data
/
044.golden
blob
030c5dd5dc71f17aa83c226cddd800ba52ec00ba
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
}
11
}