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

Unified Diff: third_party/WebKit/Source/build/scripts/templates/InstrumentingProbesInl.h.tmpl

Issue 2793423002: [instrumentation] Move "include" section from PIDL to JSON5 config (Closed)
Patch Set: Created 3 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
Index: third_party/WebKit/Source/build/scripts/templates/InstrumentingProbesInl.h.tmpl
diff --git a/third_party/WebKit/Source/build/scripts/templates/InstrumentingProbesInl.h.tmpl b/third_party/WebKit/Source/build/scripts/templates/InstrumentingProbesInl.h.tmpl
index 1bdfd5ed0acfaf0f33836e1002542d4ce8322b48..a66e7f5a4ba91a5d7a73f62346b9c22ff642daf4 100644
--- a/third_party/WebKit/Source/build/scripts/templates/InstrumentingProbesInl.h.tmpl
+++ b/third_party/WebKit/Source/build/scripts/templates/InstrumentingProbesInl.h.tmpl
@@ -8,8 +8,8 @@
#define {{file.header_name}}_h
#include "platform/heap/HeapAllocator.h"
-{% for include in file.includes %}
-{{include}}
+{% for include in config["settings"]["includes"] %}
+#include "{{include}}"
{% endfor %}
{% set export_symbol = config["settings"]["export_symbol"] %}

Powered by Google App Engine
This is Rietveld 408576698