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

Unified Diff: gpu/config/software_rendering_list_autogen.h

Issue 2812003006: Move gpu jason file data generation to build time. (Closed)
Patch Set: remove git-format from build time generated files Created 3 years, 8 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: gpu/config/software_rendering_list_autogen.h
diff --git a/gpu/config/software_rendering_list_autogen.h b/gpu/config/software_rendering_list_autogen.h
deleted file mode 100644
index ceb1a9de8b412a1a4fc5215774887b85a7031b56..0000000000000000000000000000000000000000
--- a/gpu/config/software_rendering_list_autogen.h
+++ /dev/null
@@ -1,22 +0,0 @@
-// Copyright 2017 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.
-
-// This file is auto-generated from
-// gpu/config/process_json.py
-// It's formatted by clang-format using chromium coding style:
-// clang-format -i -style=chromium filename
-// DO NOT EDIT!
-
-#ifndef GPU_CONFIG_SOFTWARE_RENDERING_LIST_AUTOGEN_H_
-#define GPU_CONFIG_SOFTWARE_RENDERING_LIST_AUTOGEN_H_
-
-#include "gpu/config/gpu_control_list.h"
-
-namespace gpu {
-GPU_EXPORT extern const char kSoftwareRenderingListVersion[];
-GPU_EXPORT extern const size_t kSoftwareRenderingListEntryCount;
-GPU_EXPORT extern const GpuControlList::Entry kSoftwareRenderingListEntries[];
-} // namespace gpu
-
-#endif // GPU_CONFIG_SOFTWARE_RENDERING_LIST_AUTOGEN_H_
« no previous file with comments | « gpu/config/software_rendering_list_arrays_and_structs_autogen.h ('k') | gpu/config/software_rendering_list_autogen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698