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

Unified Diff: Source/core/core.gyp

Issue 355193003: Qualify the bindings include files and remove the bindings sub-dirs from build 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
Index: Source/core/core.gyp
diff --git a/Source/core/core.gyp b/Source/core/core.gyp
index e1f9c5f1c6e608f7dbce76540faf968bb67ec969..a76bc3a8e34f3e5fdba2fcb052c05d05c756122a 100644
--- a/Source/core/core.gyp
+++ b/Source/core/core.gyp
@@ -42,10 +42,6 @@
'webcore_include_dirs': [
'..', # WebKit/Source
- # FIXME: Remove the following two lines once core scripts generate qualified
- # includes correctly: http://crbug.com/380054
- '<(bindings_core_v8_output_dir)',
- '<(bindings_modules_v8_output_dir)',
'<(SHARED_INTERMEDIATE_DIR)/blink', # gen/blink
],

Powered by Google App Engine
This is Rietveld 408576698