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 19 matching lines...) Expand all Loading... |
30 'bookmark_manager_private.json', | 30 'bookmark_manager_private.json', |
31 'bookmarks.json', | 31 'bookmarks.json', |
32 'chromeos_info_private.json', | 32 'chromeos_info_private.json', |
33 'cloud_print_private.json', | 33 'cloud_print_private.json', |
34 'command_line_private.json', | 34 'command_line_private.json', |
35 'content_settings.json', | 35 'content_settings.json', |
36 'context_menus.json', | 36 'context_menus.json', |
37 'cookies.json', | 37 'cookies.json', |
38 'debugger.json', | 38 'debugger.json', |
39 'developer_private.idl', | 39 'developer_private.idl', |
| 40 'diagnostics.idl', |
40 'dial.idl', | 41 'dial.idl', |
41 'downloads.idl', | 42 'downloads.idl', |
42 'echo_private.json', | 43 'echo_private.json', |
43 'downloads_internal.idl', | 44 'downloads_internal.idl', |
44 'enterprise_platform_keys_private.json', | 45 'enterprise_platform_keys_private.json', |
45 'events.json', | 46 'events.json', |
46 'experimental_accessibility.json', | 47 'experimental_accessibility.json', |
47 'experimental_discovery.idl', | 48 'experimental_discovery.idl', |
48 'experimental_dns.idl', | 49 'experimental_dns.idl', |
49 'experimental_history.json', | 50 'experimental_history.json', |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
120 ['OS!="chromeos"', { | 121 ['OS!="chromeos"', { |
121 'schema_files!': [ | 122 'schema_files!': [ |
122 'file_browser_handler_internal.json', | 123 'file_browser_handler_internal.json', |
123 'rtc_private.idl', | 124 'rtc_private.idl', |
124 ], | 125 ], |
125 }], | 126 }], |
126 ], | 127 ], |
127 }, | 128 }, |
128 ], | 129 ], |
129 } | 130 } |
OLD | NEW |