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

Unified Diff: Source/core/scripts/make_event_factory.py

Issue 14456006: Fixes to make scripts generate includes with paths. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updated to a newer chromium version Created 7 years, 8 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 | « Source/core/scripts/make_dom_exceptions.pl ('k') | Source/core/scripts/make_names.pl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/scripts/make_event_factory.py
diff --git a/Source/core/scripts/make_event_factory.py b/Source/core/scripts/make_event_factory.py
index c5a5f0b1e089c85a3274d9afe5d7e69612891dba..b22c82040632e6c0404fcc31adb03a47bbd891c2 100644
--- a/Source/core/scripts/make_event_factory.py
+++ b/Source/core/scripts/make_event_factory.py
@@ -38,9 +38,9 @@ import license
IMPLEMENTATION_TEMPLATE = """%(license)s
#include "config.h"
-#include "%(namespace)sFactory.h"
+#include "././%(namespace)sFactory.h"
-#include "%(namespace)sHeaders.h"
+#include "././%(namespace)sHeaders.h"
#include "RuntimeEnabledFeatures.h"
namespace WebCore {
« no previous file with comments | « Source/core/scripts/make_dom_exceptions.pl ('k') | Source/core/scripts/make_names.pl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698