Index: tools/json_schema_compiler/test/idl_namespace_specific_implement.idl |
diff --git a/tools/json_schema_compiler/test/idl_namespace_all_platforms.idl b/tools/json_schema_compiler/test/idl_namespace_specific_implement.idl |
similarity index 50% |
copy from tools/json_schema_compiler/test/idl_namespace_all_platforms.idl |
copy to tools/json_schema_compiler/test/idl_namespace_specific_implement.idl |
index 7ffd84a60046509eac710265fa5ca4a166d80bc3..99b65ac50a53fcf5cd73cd38ba01a0be1515b598 100644 |
--- a/tools/json_schema_compiler/test/idl_namespace_all_platforms.idl |
+++ b/tools/json_schema_compiler/test/idl_namespace_specific_implement.idl |
@@ -2,9 +2,9 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-// Tests a variety of basic API definition features. |
+// Tests the case of a namespace with specific implemented file. |
-[platforms=("chromeos", "chromeos_touch", "linux", "mac", "win")] |
-namespace idl_namespace_all_platforms { |
+[implemented_in="idl_namespace_specific_implement.idl"] |
sergeygs
2013/11/02 06:20:44
Single quotes?
Haojian Wu
2013/11/03 01:56:16
We cannot use single quotes as double quotes in ID
sergeygs
2013/11/04 17:55:41
Right, sorry: I got a little carried away with thi
|
+namespace idl_namespace_specific_implement { |
}; |