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

Unified Diff: gpu/ipc/common/dx_diag_node.mojom

Issue 2147693002: Struct traits used by GpuInfo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: The right public_deps Created 4 years, 4 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
« no previous file with comments | « gpu/ipc/common/BUILD.gn ('k') | gpu/ipc/common/dx_diag_node.typemap » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/common/dx_diag_node.mojom
diff --git a/content/test/data/web_ui_test_mojo_bindings.mojom b/gpu/ipc/common/dx_diag_node.mojom
similarity index 52%
copy from content/test/data/web_ui_test_mojo_bindings.mojom
copy to gpu/ipc/common/dx_diag_node.mojom
index c5893828dd2fbf872eb28410fc1a8c503cf9ae7d..f0b52e1662a73e8126099bbdefedb7163b562208 100644
--- a/content/test/data/web_ui_test_mojo_bindings.mojom
+++ b/gpu/ipc/common/dx_diag_node.mojom
@@ -2,9 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-module content.mojom;
+module gpu.mojom;
-interface BrowserTarget {
- Start() => ();
- Stop();
+// gpu/config/dx_diag_node.h
+// gpu::DxDiagNode
+struct DxDiagNode {
+ map<string, string> values;
+ map<string, DxDiagNode> children;
};
« no previous file with comments | « gpu/ipc/common/BUILD.gn ('k') | gpu/ipc/common/dx_diag_node.typemap » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698