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 16 matching lines...) Expand all Loading... |
27 'bluetooth.idl', | 27 'bluetooth.idl', |
28 'bookmarks.json', | 28 'bookmarks.json', |
29 'cloud_print_private.json', | 29 'cloud_print_private.json', |
30 'content_settings.json', | 30 'content_settings.json', |
31 'context_menus.json', | 31 'context_menus.json', |
32 'cookies.json', | 32 'cookies.json', |
33 'debugger.json', | 33 'debugger.json', |
34 'developer_private.idl', | 34 'developer_private.idl', |
35 'dial.idl', | 35 'dial.idl', |
36 'downloads.idl', | 36 'downloads.idl', |
| 37 'downloads_internal.idl', |
37 'events.json', | 38 'events.json', |
38 'experimental_discovery.idl', | 39 'experimental_discovery.idl', |
39 'experimental_dns.idl', | 40 'experimental_dns.idl', |
40 'experimental_history.json', | 41 'experimental_history.json', |
41 'experimental_identity.idl', | 42 'experimental_identity.idl', |
42 'experimental_idltest.idl', | 43 'experimental_idltest.idl', |
43 'experimental_media_galleries.idl', | 44 'experimental_media_galleries.idl', |
44 'experimental_notification.idl', | 45 'experimental_notification.idl', |
45 'experimental_record.json', | 46 'experimental_record.json', |
46 'experimental_system_info_cpu.idl', | 47 'experimental_system_info_cpu.idl', |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
83 ['OS!="chromeos"', { | 84 ['OS!="chromeos"', { |
84 'schema_files!': [ | 85 'schema_files!': [ |
85 'file_browser_handler_internal.json', | 86 'file_browser_handler_internal.json', |
86 'rtc_private.idl', | 87 'rtc_private.idl', |
87 ], | 88 ], |
88 }], | 89 }], |
89 ], | 90 ], |
90 }, | 91 }, |
91 ], | 92 ], |
92 } | 93 } |
OLD | NEW |