Index: headless/lib/browser/devtools_api/deprecated_type_conversions_h.template |
diff --git a/headless/lib/browser/devtools_api/deprecated_type_conversions_h.template b/headless/lib/browser/devtools_api/deprecated_type_conversions_h.template |
new file mode 100644 |
index 0000000000000000000000000000000000000000..4e17400c6ced72f7b9c8872a8aa9c30e5d5c71b7 |
--- /dev/null |
+++ b/headless/lib/browser/devtools_api/deprecated_type_conversions_h.template |
@@ -0,0 +1,14 @@ |
+// This file is generated |
+ |
+// Copyright 2016 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+#ifndef HEADLESS_PUBLIC_DOMAINS_TYPE_CONVERSIONS_H_ |
+#define HEADLESS_PUBLIC_DOMAINS_TYPE_CONVERSIONS_H_ |
+ |
+{% for domain in api.domains %} |
+#include "headless/public/devtools/internal/type_conversions_{{domain.domain | camelcase_to_hacker_style}}.h" |
+{% endfor %} |
+ |
+#endif // HEADLESS_PUBLIC_DOMAINS_TYPE_CONVERSIONS_H_ |