| 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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 89 'sync_file_system.idl', | 89 'sync_file_system.idl', |
| 90 'system_indicator.idl', | 90 'system_indicator.idl', |
| 91 'system_info_cpu.idl', | 91 'system_info_cpu.idl', |
| 92 'system_info_display.idl', | 92 'system_info_display.idl', |
| 93 'system_private.json', | 93 'system_private.json', |
| 94 'tab_capture.idl', | 94 'tab_capture.idl', |
| 95 'tabs.json', | 95 'tabs.json', |
| 96 'terminal_private.json', | 96 'terminal_private.json', |
| 97 'test.json', | 97 'test.json', |
| 98 'top_sites.json', | 98 'top_sites.json', |
| 99 'time.idl', |
| 99 'usb.idl', | 100 'usb.idl', |
| 100 'wallpaper_private.json', | 101 'wallpaper_private.json', |
| 101 'web_navigation.json', | 102 'web_navigation.json', |
| 102 'web_request.json', | 103 'web_request.json', |
| 103 'web_socket_proxy_private.json', | 104 'web_socket_proxy_private.json', |
| 104 'webview.json', | 105 'webview.json', |
| 105 'windows.json', | 106 'windows.json', |
| 106 ], | 107 ], |
| 107 'cc_dir': 'chrome/common/extensions/api', | 108 'cc_dir': 'chrome/common/extensions/api', |
| 108 'root_namespace': 'extensions::api', | 109 'root_namespace': 'extensions::api', |
| (...skipping 11 matching lines...) Expand all 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 |