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.gn
blob
fe09617912d97e89ec1b72c19dc809804d752130
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
}
10
}