| 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': 'chrome_api', | 8 'target_name': 'chrome_api', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'sources': [ | 10 'sources': [ |
| (...skipping 20 matching lines...) Expand all Loading... |
| 31 'music_manager_private.idl', | 31 'music_manager_private.idl', |
| 32 'principals_private.idl', | 32 'principals_private.idl', |
| 33 'top_sites.json', | 33 'top_sites.json', |
| 34 ], | 34 ], |
| 35 'conditions': [ | 35 'conditions': [ |
| 36 ['OS!="android"', { | 36 ['OS!="android"', { |
| 37 'schema_files': [ | 37 'schema_files': [ |
| 38 'activity_log_private.json', | 38 'activity_log_private.json', |
| 39 'alarms.idl', | 39 'alarms.idl', |
| 40 'app_current_window_internal.idl', | 40 'app_current_window_internal.idl', |
| 41 'app_runtime.idl', | |
| 42 'app_window.idl', | 41 'app_window.idl', |
| 43 'audio.idl', | 42 'audio.idl', |
| 44 'automation_internal.idl', | 43 'automation_internal.idl', |
| 45 'automation.idl', | 44 'automation.idl', |
| 46 'autotest_private.idl', | 45 'autotest_private.idl', |
| 47 'bluetooth.idl', | 46 'bluetooth.idl', |
| 48 'bookmark_manager_private.json', | 47 'bookmark_manager_private.json', |
| 49 'bookmarks.json', | 48 'bookmarks.json', |
| 50 'braille_display_private.idl', | 49 'braille_display_private.idl', |
| 51 'cast_channel.idl', | 50 'cast_channel.idl', |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 126 'webrtc_logging_private.idl', | 125 'webrtc_logging_private.idl', |
| 127 'webstore_private.json', | 126 'webstore_private.json', |
| 128 'webview.json', | 127 'webview.json', |
| 129 'windows.json', | 128 'windows.json', |
| 130 ], | 129 ], |
| 131 }, { # OS=="android" | 130 }, { # OS=="android" |
| 132 'schema_files': [ | 131 'schema_files': [ |
| 133 # These should be eliminated. See crbug.com/305852. | 132 # These should be eliminated. See crbug.com/305852. |
| 134 'activity_log_private.json', | 133 'activity_log_private.json', |
| 135 'alarms.idl', | 134 'alarms.idl', |
| 136 'app_runtime.idl', | |
| 137 'app_window.idl', | 135 'app_window.idl', |
| 138 'context_menus.json', | 136 'context_menus.json', |
| 139 'downloads.idl', | 137 'downloads.idl', |
| 140 'events.json', | 138 'events.json', |
| 141 'feedback_private.idl', | 139 'feedback_private.idl', |
| 142 'file_system.idl', | 140 'file_system.idl', |
| 143 'manifest_types.json', | 141 'manifest_types.json', |
| 144 'omnibox.json', | 142 'omnibox.json', |
| 145 'permissions.json', | 143 'permissions.json', |
| 146 'runtime.json', | 144 'runtime.json', |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 185 'conditions': [ | 183 'conditions': [ |
| 186 ['chromeos==1', { | 184 ['chromeos==1', { |
| 187 'dependencies': [ | 185 'dependencies': [ |
| 188 '<(DEPTH)/chrome/chrome.gyp:drive_proto', | 186 '<(DEPTH)/chrome/chrome.gyp:drive_proto', |
| 189 ], | 187 ], |
| 190 }], | 188 }], |
| 191 ], | 189 ], |
| 192 }, | 190 }, |
| 193 ], | 191 ], |
| 194 } | 192 } |
| OLD | NEW |