| 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 12 matching lines...) Expand all Loading... |
| 23 'activity_log_private.json', | 23 'activity_log_private.json', |
| 24 'adview.json', | 24 'adview.json', |
| 25 'app_current_window_internal.idl', | 25 'app_current_window_internal.idl', |
| 26 'app_runtime.idl', | 26 'app_runtime.idl', |
| 27 'app_window.idl', | 27 'app_window.idl', |
| 28 'audio.idl', | 28 'audio.idl', |
| 29 'autotest_private.idl', | 29 'autotest_private.idl', |
| 30 'bluetooth.idl', | 30 'bluetooth.idl', |
| 31 'bookmark_manager_private.json', | 31 'bookmark_manager_private.json', |
| 32 'bookmarks.json', | 32 'bookmarks.json', |
| 33 'browsing_data.json', |
| 33 'chromeos_info_private.json', | 34 'chromeos_info_private.json', |
| 34 'cloud_print_private.json', | 35 'cloud_print_private.json', |
| 35 'command_line_private.json', | 36 'command_line_private.json', |
| 36 'content_settings.json', | 37 'content_settings.json', |
| 37 'context_menus.json', | 38 'context_menus.json', |
| 38 'cookies.json', | 39 'cookies.json', |
| 39 'debugger.json', | 40 'debugger.json', |
| 40 'developer_private.idl', | 41 'developer_private.idl', |
| 41 'diagnostics.idl', | 42 'diagnostics.idl', |
| 42 'dial.idl', | 43 'dial.idl', |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 123 ['OS!="chromeos"', { | 124 ['OS!="chromeos"', { |
| 124 'schema_files!': [ | 125 'schema_files!': [ |
| 125 'file_browser_handler_internal.json', | 126 'file_browser_handler_internal.json', |
| 126 'rtc_private.idl', | 127 'rtc_private.idl', |
| 127 ], | 128 ], |
| 128 }], | 129 }], |
| 129 ], | 130 ], |
| 130 }, | 131 }, |
| 131 ], | 132 ], |
| 132 } | 133 } |
| OLD | NEW |