OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 { | 5 { |
6 'sources': [ | 6 'sources': [ |
7 '<@(schema_files)', | 7 '<@(schema_files)', |
8 ], | 8 ], |
9 'variables': { | 9 'variables': { |
10 'chromium_code': 1, | 10 'chromium_code': 1, |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
52 'system_network.idl', | 52 'system_network.idl', |
53 'system_storage.idl', | 53 'system_storage.idl', |
54 'test.json', | 54 'test.json', |
55 'usb.idl', | 55 'usb.idl', |
56 'virtual_keyboard_private.json', | 56 'virtual_keyboard_private.json', |
57 'web_request.json', | 57 'web_request.json', |
58 'web_view_internal.json' | 58 'web_view_internal.json' |
59 ], | 59 ], |
60 # ChromeOS-specific schemas. | 60 # ChromeOS-specific schemas. |
61 'chromeos_schema_files': [ | 61 'chromeos_schema_files': [ |
| 62 'diagnostics.idl', |
62 'networking_config.idl', | 63 'networking_config.idl', |
63 'vpn_provider.idl', | 64 'vpn_provider.idl', |
64 'webcam_private.idl', | 65 'webcam_private.idl', |
65 ], | 66 ], |
66 'non_compiled_schema_files': [ | 67 'non_compiled_schema_files': [ |
67 'web_request_internal.json', | 68 'web_request_internal.json', |
68 ], | 69 ], |
69 'conditions': [ | 70 'conditions': [ |
70 ['chromeos==1', { | 71 ['chromeos==1', { |
71 'schema_files': [ | 72 'schema_files': [ |
72 '<@(chromeos_schema_files)', | 73 '<@(chromeos_schema_files)', |
73 ], | 74 ], |
74 }] | 75 }] |
75 ], | 76 ], |
76 'cc_dir': 'extensions/common/api', | 77 'cc_dir': 'extensions/common/api', |
77 'root_namespace': 'extensions::core_api::%(namespace)s', | 78 'root_namespace': 'extensions::core_api::%(namespace)s', |
78 'impl_dir_': 'extensions/browser/api', | 79 'impl_dir_': 'extensions/browser/api', |
79 }, | 80 }, |
80 } | 81 } |
OLD | NEW |