| 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 22 matching lines...) Expand all Loading... |
| 33 'page_capture.json', | 33 'page_capture.json', |
| 34 'permissions.json', | 34 'permissions.json', |
| 35 'storage.json', | 35 'storage.json', |
| 36 'tabs.json', | 36 'tabs.json', |
| 37 'web_navigation.json', | 37 'web_navigation.json', |
| 38 'web_request.json', | 38 'web_request.json', |
| 39 'windows.json', | 39 'windows.json', |
| 40 ], | 40 ], |
| 41 'idl_schema_files': [ | 41 'idl_schema_files': [ |
| 42 'alarms.idl', | 42 'alarms.idl', |
| 43 'app_current_window_internal.idl', |
| 43 'app_runtime.idl', | 44 'app_runtime.idl', |
| 44 'app_window.idl', | 45 'app_window.idl', |
| 45 'downloads.idl', | 46 'downloads.idl', |
| 46 'experimental_bluetooth.idl', | 47 'experimental_bluetooth.idl', |
| 47 'experimental_discovery.idl', | 48 'experimental_discovery.idl', |
| 48 'experimental_dns.idl', | 49 'experimental_dns.idl', |
| 49 'experimental_identity.idl', | 50 'experimental_identity.idl', |
| 50 'experimental_idltest.idl', | 51 'experimental_idltest.idl', |
| 51 'experimental_media_galleries.idl', | 52 'experimental_media_galleries.idl', |
| 52 'experimental_push_messaging.idl', | 53 'experimental_push_messaging.idl', |
| (...skipping 16 matching lines...) Expand all Loading... |
| 69 }], | 70 }], |
| 70 ['OS!="chromeos"', { | 71 ['OS!="chromeos"', { |
| 71 'json_schema_files!': [ | 72 'json_schema_files!': [ |
| 72 'file_browser_handler_internal.json', | 73 'file_browser_handler_internal.json', |
| 73 ], | 74 ], |
| 74 }], | 75 }], |
| 75 ], | 76 ], |
| 76 }, | 77 }, |
| 77 ], | 78 ], |
| 78 } | 79 } |
| OLD | NEW |