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

Unified Diff: Source/platform/BUILD.gn

Issue 329253005: Qualify the generated includes in platform. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix Mac build Created 6 years, 6 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 | Source/platform/blink_platform.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/BUILD.gn
diff --git a/Source/platform/BUILD.gn b/Source/platform/BUILD.gn
index ff51e4667e30b6008c1982a162bcec201c16c793..b088466d9f187cbcf98f59f58324dcd2b3ed0b63 100644
--- a/Source/platform/BUILD.gn
+++ b/Source/platform/BUILD.gn
@@ -185,9 +185,7 @@ component("platform") {
include_dirs = [
#"$angle_path/include",
- # FIXME: This should be removed once files include the generated files with
- # the correct path.
- "$root_gen_dir/blink/platform",
+ "$root_gen_dir/blink",
]
deps = [
« no previous file with comments | « no previous file | Source/platform/blink_platform.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698