| 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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 'identity.idl', | 64 'identity.idl', |
| 65 'identity_private.idl', | 65 'identity_private.idl', |
| 66 'idle.json', | 66 'idle.json', |
| 67 'managed_mode_private.json', | 67 'managed_mode_private.json', |
| 68 'management.json', | 68 'management.json', |
| 69 'manifest_types.json', | 69 'manifest_types.json', |
| 70 'media_galleries.idl', | 70 'media_galleries.idl', |
| 71 'media_galleries_private.idl', | 71 'media_galleries_private.idl', |
| 72 'media_player_private.json', | 72 'media_player_private.json', |
| 73 'metrics_private.json', | 73 'metrics_private.json', |
| 74 'music_manager_private.idl', |
| 74 'networking_private.json', | 75 'networking_private.json', |
| 75 'notifications.idl', | 76 'notifications.idl', |
| 76 'omnibox.json', | 77 'omnibox.json', |
| 77 'page_capture.json', | 78 'page_capture.json', |
| 78 'page_launcher.idl', | 79 'page_launcher.idl', |
| 79 'permissions.json', | 80 'permissions.json', |
| 80 'power.idl', | 81 'power.idl', |
| 81 'push_messaging.idl', | 82 'push_messaging.idl', |
| 82 'rtc_private.idl', | 83 'rtc_private.idl', |
| 83 'runtime.json', | 84 'runtime.json', |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 118 ['OS!="chromeos"', { | 119 ['OS!="chromeos"', { |
| 119 'schema_files!': [ | 120 'schema_files!': [ |
| 120 'file_browser_handler_internal.json', | 121 'file_browser_handler_internal.json', |
| 121 'rtc_private.idl', | 122 'rtc_private.idl', |
| 122 ], | 123 ], |
| 123 }], | 124 }], |
| 124 ], | 125 ], |
| 125 }, | 126 }, |
| 126 ], | 127 ], |
| 127 } | 128 } |
| OLD | NEW |