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

Unified Diff: headless/lib/browser/devtools_api/deprecated_types_h.template

Issue 2473073003: [headless] Refactor headless devtools client API. (Closed)
Patch Set: Deleted random files Created 4 years, 1 month 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: 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_

Powered by Google App Engine
This is Rietveld 408576698