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

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

Issue 2854823006: headless: Remove deprecated DevTools domain bindings (Closed)
Patch Set: Created 3 years, 7 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: 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
deleted file mode 100644
index 85b5379c5bf724b74d6da488528345bb36ed4ca0..0000000000000000000000000000000000000000
--- a/headless/lib/browser/devtools_api/deprecated_types_h.template
+++ /dev/null
@@ -1,14 +0,0 @@
-// 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_TYPES_H_
-#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