| 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 11 matching lines...) Expand all Loading... |
| 22 'alarms.idl', | 22 'alarms.idl', |
| 23 'app_current_window_internal.idl', | 23 'app_current_window_internal.idl', |
| 24 'app_runtime.idl', | 24 'app_runtime.idl', |
| 25 'app_window.idl', | 25 'app_window.idl', |
| 26 'autotest_private.idl', | 26 'autotest_private.idl', |
| 27 'bluetooth.idl', | 27 'bluetooth.idl', |
| 28 'bookmark_manager_private.json', | 28 'bookmark_manager_private.json', |
| 29 'bookmarks.json', | 29 'bookmarks.json', |
| 30 'chromeos_info_private.json', | 30 'chromeos_info_private.json', |
| 31 'cloud_print_private.json', | 31 'cloud_print_private.json', |
| 32 'command_line_private.json', |
| 32 'content_settings.json', | 33 'content_settings.json', |
| 33 'context_menus.json', | 34 'context_menus.json', |
| 34 'cookies.json', | 35 'cookies.json', |
| 35 'debugger.json', | 36 'debugger.json', |
| 36 'developer_private.idl', | 37 'developer_private.idl', |
| 37 'dial.idl', | 38 'dial.idl', |
| 38 'downloads.idl', | 39 'downloads.idl', |
| 39 'echo_private.json', | 40 'echo_private.json', |
| 40 'downloads_internal.idl', | 41 'downloads_internal.idl', |
| 41 'enterprise_platform_keys_private.json', | 42 'enterprise_platform_keys_private.json', |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 111 ['OS!="chromeos"', { | 112 ['OS!="chromeos"', { |
| 112 'schema_files!': [ | 113 'schema_files!': [ |
| 113 'file_browser_handler_internal.json', | 114 'file_browser_handler_internal.json', |
| 114 'rtc_private.idl', | 115 'rtc_private.idl', |
| 115 ], | 116 ], |
| 116 }], | 117 }], |
| 117 ], | 118 ], |
| 118 }, | 119 }, |
| 119 ], | 120 ], |
| 120 } | 121 } |
| OLD | NEW |