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

Unified Diff: Source/core/core.gyp

Issue 325483002: Change the order of include pathes to avoid including potential staled files. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gyp
diff --git a/Source/core/core.gyp b/Source/core/core.gyp
index cf8ee9313c6243578f2232db74bcb838a05cf729..3f1971c846dd752f090a452f2d900bafdc733c00 100644
--- a/Source/core/core.gyp
+++ b/Source/core/core.gyp
@@ -44,8 +44,6 @@
'webcore_include_dirs': [
'..', # WebKit/Source
- # Needed to include the generated binding headers.
- '<(SHARED_INTERMEDIATE_DIR)/blink', # gen/blink
# FIXME: Remove these once core scripts generate qualified
# includes correctly: http://crbug.com/380054
'<(blink_core_output_dir)',
@@ -53,6 +51,8 @@
'<(blink_platform_output_dir)',
'<(bindings_core_v8_output_dir)',
'<(bindings_modules_v8_output_dir)',
+ # Needed to include the generated binding headers.
+ '<(SHARED_INTERMEDIATE_DIR)/blink', # gen/blink
],
'conditions': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698