OLD | NEW |
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 { | 5 { |
6 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'api', | 8 'target_name': 'api', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'sources': [ | 10 'sources': [ |
(...skipping 26 matching lines...) Expand all Loading... |
37 'events.json', | 37 'events.json', |
38 'experimental_discovery.idl', | 38 'experimental_discovery.idl', |
39 'experimental_dns.idl', | 39 'experimental_dns.idl', |
40 'experimental_history.json', | 40 'experimental_history.json', |
41 'experimental_identity.idl', | 41 'experimental_identity.idl', |
42 'experimental_idltest.idl', | 42 'experimental_idltest.idl', |
43 'experimental_media_galleries.idl', | 43 'experimental_media_galleries.idl', |
44 'experimental_notification.idl', | 44 'experimental_notification.idl', |
45 'experimental_record.json', | 45 'experimental_record.json', |
46 'experimental_system_info_cpu.idl', | 46 'experimental_system_info_cpu.idl', |
47 'experimental_system_info_display.idl', | |
48 'experimental_system_info_memory.idl', | 47 'experimental_system_info_memory.idl', |
49 'experimental_system_info_storage.idl', | 48 'experimental_system_info_storage.idl', |
50 'file_browser_handler_internal.json', | 49 'file_browser_handler_internal.json', |
51 'file_system.idl', | 50 'file_system.idl', |
52 'font_settings.json', | 51 'font_settings.json', |
53 'history.json', | 52 'history.json', |
54 'i18n.json', | 53 'i18n.json', |
55 'management.json', | 54 'management.json', |
56 'media_galleries.idl', | 55 'media_galleries.idl', |
57 'media_galleries_private.idl', | 56 'media_galleries_private.idl', |
58 'page_capture.json', | 57 'page_capture.json', |
59 'permissions.json', | 58 'permissions.json', |
60 'push_messaging.idl', | 59 'push_messaging.idl', |
61 'rtc_private.idl', | 60 'rtc_private.idl', |
62 'serial.idl', | 61 'serial.idl', |
63 'socket.idl', | 62 'socket.idl', |
64 'storage.json', | 63 'storage.json', |
65 'sync_file_system.idl', | 64 'sync_file_system.idl', |
66 'system_indicator.idl', | 65 'system_indicator.idl', |
| 66 'system_info_display.idl', |
67 'tab_capture.idl', | 67 'tab_capture.idl', |
68 'tabs.json', | 68 'tabs.json', |
69 'usb.idl', | 69 'usb.idl', |
70 'web_navigation.json', | 70 'web_navigation.json', |
71 'web_request.json', | 71 'web_request.json', |
72 'windows.json', | 72 'windows.json', |
73 ], | 73 ], |
74 'cc_dir': 'chrome/common/extensions/api', | 74 'cc_dir': 'chrome/common/extensions/api', |
75 'root_namespace': 'extensions::api', | 75 'root_namespace': 'extensions::api', |
76 }, | 76 }, |
77 'conditions': [ | 77 'conditions': [ |
78 ['OS=="android"', { | 78 ['OS=="android"', { |
79 'schema_files!': [ | 79 'schema_files!': [ |
80 'usb.idl', | 80 'usb.idl', |
81 ], | 81 ], |
82 }], | 82 }], |
83 ['OS!="chromeos"', { | 83 ['OS!="chromeos"', { |
84 'schema_files!': [ | 84 'schema_files!': [ |
85 'file_browser_handler_internal.json', | 85 'file_browser_handler_internal.json', |
86 'rtc_private.idl', | 86 'rtc_private.idl', |
87 ], | 87 ], |
88 }], | 88 }], |
89 ], | 89 ], |
90 }, | 90 }, |
91 ], | 91 ], |
92 } | 92 } |
OLD | NEW |