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

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

Issue 2703633003: Add initial BUILD.gn in platform/wtf/, and move first a few files there. (Closed)
Patch Set: Give Source/platform/ priority over Source/. Created 3 years, 10 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 | « no previous file | third_party/WebKit/Source/platform/wtf/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 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",
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/wtf/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698