| 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 20 matching lines...) Expand all Loading... |
| 31 'cloud_print_private.json', | 31 'cloud_print_private.json', |
| 32 'content_settings.json', | 32 'content_settings.json', |
| 33 'context_menus.json', | 33 'context_menus.json', |
| 34 'cookies.json', | 34 'cookies.json', |
| 35 'debugger.json', | 35 'debugger.json', |
| 36 'developer_private.idl', | 36 'developer_private.idl', |
| 37 'dial.idl', | 37 'dial.idl', |
| 38 'downloads.idl', | 38 'downloads.idl', |
| 39 'echo_private.json', | 39 'echo_private.json', |
| 40 'downloads_internal.idl', | 40 'downloads_internal.idl', |
| 41 'enterprise_platform_keys_private.json', |
| 41 'events.json', | 42 'events.json', |
| 42 'experimental_accessibility.json', | 43 'experimental_accessibility.json', |
| 43 'experimental_discovery.idl', | 44 'experimental_discovery.idl', |
| 44 'experimental_dns.idl', | 45 'experimental_dns.idl', |
| 45 'experimental_history.json', | 46 'experimental_history.json', |
| 46 'experimental_identity.idl', | 47 'experimental_identity.idl', |
| 47 'experimental_idltest.idl', | 48 'experimental_idltest.idl', |
| 48 'experimental_infobars.json', | 49 'experimental_infobars.json', |
| 49 'experimental_media_galleries.idl', | 50 'experimental_media_galleries.idl', |
| 50 'experimental_record.json', | 51 'experimental_record.json', |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 110 ['OS!="chromeos"', { | 111 ['OS!="chromeos"', { |
| 111 'schema_files!': [ | 112 'schema_files!': [ |
| 112 'file_browser_handler_internal.json', | 113 'file_browser_handler_internal.json', |
| 113 'rtc_private.idl', | 114 'rtc_private.idl', |
| 114 ], | 115 ], |
| 115 }], | 116 }], |
| 116 ], | 117 ], |
| 117 }, | 118 }, |
| 118 ], | 119 ], |
| 119 } | 120 } |
| OLD | NEW |