cygprofile: increase timeouts to allow showing web contents
[chromium-blink-merge.git] / extensions / common / api / schemas.gypi
blob0361233e177c2d691ebd2adad79bb56278ed26a4
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
3 # found in the LICENSE file.
6   'sources': [
7     '<@(schema_files)',
8   ],
9   'variables': {
10     'chromium_code': 1,
11     'schema_files': [
12       'alarms.idl',
13       'app_current_window_internal.idl',
14       'app_runtime.idl',
15       'app_view_guest_internal.json',
16       'app_window.idl',
17       'audio.idl',
18       'bluetooth.idl',
19       'bluetooth_private.json',
20       'bluetooth_socket.idl',
21       'cast_channel.idl',
22       'document_scan.idl',
23       'dns.idl',
24       'events.json',
25       'extensions_manifest_types.json',
26       'extension_options_internal.idl',
27       'extension_view_internal.json',
28       'extension_types.json',
29       'guest_view_internal.json',
30       'management.json',
31       'hid.idl',
32       'idle.json',
33       'mime_handler_private.idl',
34       'mime_handler_view_guest_internal.json',
35       'mojo_private.idl',
36       'networking_private.idl',
37       'power.idl',
38       'printer_provider.idl',
39       'printer_provider_internal.idl',
40       'runtime.json',
41       'serial.idl',
42       'socket.idl',
43       'sockets_tcp.idl',
44       'sockets_tcp_server.idl',
45       'sockets_udp.idl',
46       'storage.json',
47       'system_cpu.idl',
48       'system_display.idl',
49       'system_memory.idl',
50       'system_network.idl',
51       'system_storage.idl',
52       'test.json',
53       'usb.idl',
54       'virtual_keyboard_private.json',
55       'web_request.json',
56       'web_view_internal.json'
57     ],
58     # ChromeOS-specific schemas.
59     'chromeos_schema_files': [
60       'diagnostics.idl',
61       'networking_config.idl',
62       'vpn_provider.idl',
63       'webcam_private.idl',
64     ],
65     'non_compiled_schema_files': [
66       'web_request_internal.json',
67     ],
68     'conditions': [
69       ['chromeos==1', {
70         'schema_files': [
71           '<@(chromeos_schema_files)',
72         ],
73       }]
74     ],
75     'cc_dir': 'extensions/common/api',
76     'root_namespace': 'extensions::api::%(namespace)s',
77     'bundle_name': '',
78     'impl_dir_': 'extensions/browser/api',
79   },