Commit bc882f37 authored by c.shu@samsung.com's avatar c.shu@samsung.com

Change the order of include pathes to avoid including potential staled files.

BUG=380054

Review URL: https://codereview.chromium.org/325483002

git-svn-id: svn://svn.chromium.org/blink/trunk@175728 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 0c25c13b
......@@ -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': [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment