| Index: third_party/WebKit/Source/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/BUILD.gn b/third_party/WebKit/Source/BUILD.gn
|
| index 7edbabc456c835e215a40a1e4eb8cfd1ed035e43..4c95d095244c541fdc81f7bde2b204b96f6ae866 100644
|
| --- a/third_party/WebKit/Source/BUILD.gn
|
| +++ b/third_party/WebKit/Source/BUILD.gn
|
| @@ -79,11 +79,6 @@ 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.
|
| - "platform",
|
| ".",
|
| "..",
|
| "$root_gen_dir/blink",
|
|
|