Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(193)

Unified Diff: third_party/WebKit/Source/BUILD.gn

Issue 2822953002: Remove old wtf/ directory. (Closed)
Patch Set: Fixup *.typemap files. Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/public/cpp/bindings/BUILD.gn ('k') | third_party/WebKit/Source/bindings/core/v8/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « mojo/public/cpp/bindings/BUILD.gn ('k') | third_party/WebKit/Source/bindings/core/v8/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698