Chromium Code Reviews| Index: third_party/WebKit/Source/BUILD.gn |
| diff --git a/third_party/WebKit/Source/BUILD.gn b/third_party/WebKit/Source/BUILD.gn |
| index ca5d37ceb669962f2b942391e9c90c4b2f0c26aa..cb70aae9d76dbcad0591fe7cbb3f7ad4a9195edf 100644 |
| --- a/third_party/WebKit/Source/BUILD.gn |
| +++ b/third_party/WebKit/Source/BUILD.gn |
| @@ -77,6 +77,11 @@ config("blink_pch") { |
| config("config") { |
| include_dirs = [ |
| + # crbug.com/691465: Temporary solution to fix an issue related to MSVC- |
| + # specific #include search order. This essentially lets |
| + # #include "wtf/Foo.h" actually include "platform/wtf/Foo.h". This is okay |
| + # because these files are equivalent if both exist. |
|
Nico
2017/02/24 15:17:51
i kind of liked my comment better, but oh well :-)
|
| + "platform", |
| ".", |
| "..", |
| "$root_gen_dir/blink", |