Chromium Code Reviews| Index: headless/lib/browser/devtools_api/deprecated_types_h.template |
| diff --git a/headless/lib/browser/devtools_api/deprecated_types_h.template b/headless/lib/browser/devtools_api/deprecated_types_h.template |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..fc5c31fe6442c01ba6ae85402ae5e12eb1f4e460 |
| --- /dev/null |
| +++ b/headless/lib/browser/devtools_api/deprecated_types_h.template |
| @@ -0,0 +1,14 @@ |
| +// This file is generated |
| + |
| +// Copyright (c) 2016 The Chromium Authors. All rights reserved. |
|
Sami
2016/11/04 17:42:10
nit: old-style copyright header.
altimin
2016/11/08 17:14:19
Done.
|
| +// Use of this source code is governed by a BSD-style license that can be |
| +// found in the LICENSE file. |
| + |
| +#ifndef HEADLESS_PUBLIC_DOMAINS_TYPES_H_ |
|
Sami
2016/11/04 17:42:10
DEVTOOLS
altimin
2016/11/08 17:14:19
Nope.
|
| +#define HEADLESS_PUBLIC_DOMAINS_TYPES_H_ |
| + |
| +{% for domain in api.domains %} |
| +#include "headless/public/devtools/domains/types_{{domain.domain | camelcase_to_hacker_style}}.h" |
| +{% endfor %} |
| + |
| +#endif // HEADLESS_PUBLIC_DOMAINS_TYPES_H_ |