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

Unified Diff: Source/core/BUILD.gn

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/BUILD.gn
diff --git a/Source/core/BUILD.gn b/Source/core/BUILD.gn
index 17b80e7884eb9739e07d950480558912587d6e44..6a8b1c439a60af90ae116324072c8f871e74eb24 100644
--- a/Source/core/BUILD.gn
+++ b/Source/core/BUILD.gn
@@ -41,10 +41,6 @@ config("core_include_dirs") {
include_dirs = [
"..",
"../..",
Nils Barth (inactive) 2014/06/30 02:19:53 Is this "../.." needed? (I think it's cruft, as it
c.shu 2014/06/30 19:46:07 Done.
- # FIXME: Remove two lines below once core scripts generates qualified
- # includes correctly: http://crbug.com/358074
- bindings_core_v8_output_dir,
- bindings_modules_v8_output_dir,
"$root_gen_dir/blink",
]
if (is_android && use_openmax_dl_fft) {

Powered by Google App Engine
This is Rietveld 408576698