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

Unified Diff: tools/json_schema_compiler/test/idl_namespace_non_specific_platforms.idl

Issue 38573008: Add "platforms" key in IDL schema compiler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update comments Created 7 years, 2 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 | « tools/json_schema_compiler/test/idl_namespace_chromeos.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/json_schema_compiler/test/idl_namespace_non_specific_platforms.idl
diff --git a/chrome/test/functional/perf/endure_graphs/config.js b/tools/json_schema_compiler/test/idl_namespace_non_specific_platforms.idl
similarity index 58%
copy from chrome/test/functional/perf/endure_graphs/config.js
copy to tools/json_schema_compiler/test/idl_namespace_non_specific_platforms.idl
index cb9fa3d90b699b35fc244cd73d8859afcd80bee9..05162f4a08ddb52eb186ecd483296e15134c2494 100644
--- a/chrome/test/functional/perf/endure_graphs/config.js
+++ b/tools/json_schema_compiler/test/idl_namespace_non_specific_platforms.idl
@@ -2,7 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-var Config = {
- buildslave: 'Chrome Endure Bots',
- title: 'Chrome Endure Tests',
+// Tests the case of a namespace with non specific platforms.
+
+namespace idl_namespace_non_specific_platforms {
+
};
« no previous file with comments | « tools/json_schema_compiler/test/idl_namespace_chromeos.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698