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

Side by Side Diff: components/json_schema/json_schema_constants.h

Issue 22807004: Moved chrome/common/json_schema to components/json_schema. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed android isolates Created 7 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « components/json_schema/README ('k') | components/json_schema/json_schema_constants.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_COMMON_JSON_SCHEMA_JSON_SCHEMA_CONSTANTS_H_ 5 #ifndef COMPONENTS_JSON_SCHEMA_JSON_SCHEMA_CONSTANTS_H_
6 #define CHROME_COMMON_JSON_SCHEMA_JSON_SCHEMA_CONSTANTS_H_ 6 #define COMPONENTS_JSON_SCHEMA_JSON_SCHEMA_CONSTANTS_H_
7 7
8 // These constants are shared by code that uses JSON schemas. 8 // These constants are shared by code that uses JSON schemas.
9 namespace json_schema_constants { 9 namespace json_schema_constants {
10 10
11 extern const char kAdditionalProperties[]; 11 extern const char kAdditionalProperties[];
12 extern const char kAny[]; 12 extern const char kAny[];
13 extern const char kArray[]; 13 extern const char kArray[];
14 extern const char kBoolean[]; 14 extern const char kBoolean[];
15 extern const char kChoices[]; 15 extern const char kChoices[];
16 extern const char kDescription[]; 16 extern const char kDescription[];
(...skipping 15 matching lines...) Expand all
32 extern const char kPatternProperties[]; 32 extern const char kPatternProperties[];
33 extern const char kProperties[]; 33 extern const char kProperties[];
34 extern const char kRef[]; 34 extern const char kRef[];
35 extern const char kSchema[]; 35 extern const char kSchema[];
36 extern const char kString[]; 36 extern const char kString[];
37 extern const char kTitle[]; 37 extern const char kTitle[];
38 extern const char kType[]; 38 extern const char kType[];
39 39
40 } // namespace json_schema_constants 40 } // namespace json_schema_constants
41 41
42 #endif // CHROME_COMMON_JSON_SCHEMA_JSON_SCHEMA_CONSTANTS_H_ 42 #endif // COMPONENTS_JSON_SCHEMA_JSON_SCHEMA_CONSTANTS_H_
OLDNEW
« no previous file with comments | « components/json_schema/README ('k') | components/json_schema/json_schema_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698