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 'networking_config.idl', |
62 'vpn_provider.idl', | 63 'vpn_provider.idl', |
63 'webcam_private.idl', | 64 'webcam_private.idl', |
64 ], | 65 ], |
65 'non_compiled_schema_files': [ | 66 'non_compiled_schema_files': [ |
66 'web_request_internal.json', | 67 'web_request_internal.json', |
67 ], | 68 ], |
68 'conditions': [ | 69 'conditions': [ |
69 ['chromeos==1', { | 70 ['chromeos==1', { |
70 'schema_files': [ | 71 'schema_files': [ |
71 '<@(chromeos_schema_files)', | 72 '<@(chromeos_schema_files)', |
72 ], | 73 ], |
73 }] | 74 }] |
74 ], | 75 ], |
75 'cc_dir': 'extensions/common/api', | 76 'cc_dir': 'extensions/common/api', |
76 'root_namespace': 'extensions::core_api::%(namespace)s', | 77 'root_namespace': 'extensions::core_api::%(namespace)s', |
77 'impl_dir_': 'extensions/browser/api', | 78 'impl_dir_': 'extensions/browser/api', |
78 }, | 79 }, |
79 } | 80 } |
OLD | NEW |