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

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

Issue 38573008: Add "platforms" key in IDL schema compiler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix comment issues 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
Index: tools/json_schema_compiler/test/idl_namespace_chromeos.idl
diff --git a/chrome/test/functional/perf/endure_graphs/config.js b/tools/json_schema_compiler/test/idl_namespace_chromeos.idl
similarity index 59%
copy from chrome/test/functional/perf/endure_graphs/config.js
copy to tools/json_schema_compiler/test/idl_namespace_chromeos.idl
index cb9fa3d90b699b35fc244cd73d8859afcd80bee9..1d654f2dbc511eb2616031aaccbb727055c5bdee 100644
--- a/chrome/test/functional/perf/endure_graphs/config.js
+++ b/tools/json_schema_compiler/test/idl_namespace_chromeos.idl
@@ -1,8 +1,10 @@
-// Copyright (c) 2013 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.
-
-var Config = {
- buildslave: 'Chrome Endure Bots',
- title: 'Chrome Endure Tests',
-};
+// Copyright (c) 2013 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.
+
+// Tests the case of a namespace with chromeos platforms.
+
+[platforms=("chromeos")]
+namespace idl_namespace_chromeos {
+
+};

Powered by Google App Engine
This is Rietveld 408576698