Chromium Code Reviews| 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_ |
|
Sami
2016/11/04 17:42:10
Missing DEVTOOLS
altimin
2016/11/08 17:14:19
No, this header lives at the old location for back
|
| +#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_ |