| 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 18 matching lines...) Expand all Loading... |
| 29 'infobars.json', | 29 'infobars.json', |
| 30 'media_player_private.json', | 30 'media_player_private.json', |
| 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 'web_request_internal.json', | 34 'web_request_internal.json', |
| 35 ], | 35 ], |
| 36 'conditions': [ | 36 'conditions': [ |
| 37 ['OS!="android"', { | 37 ['OS!="android"', { |
| 38 'schema_files': [ | 38 'schema_files': [ |
| 39 'accessibility_private.json', |
| 39 'activity_log_private.json', | 40 'activity_log_private.json', |
| 40 'alarms.idl', | 41 'alarms.idl', |
| 41 'app_current_window_internal.idl', | 42 'app_current_window_internal.idl', |
| 42 'app_window.idl', | 43 'app_window.idl', |
| 43 'audio.idl', | 44 'audio.idl', |
| 44 'automation_internal.idl', | 45 'automation_internal.idl', |
| 45 'automation.idl', | 46 'automation.idl', |
| 46 'autotest_private.idl', | 47 'autotest_private.idl', |
| 47 'bluetooth.idl', | 48 'bluetooth.idl', |
| 48 'bluetooth_low_energy.idl', | 49 'bluetooth_low_energy.idl', |
| (...skipping 12 matching lines...) Expand all Loading... |
| 61 'cookies.json', | 62 'cookies.json', |
| 62 'debugger.json', | 63 'debugger.json', |
| 63 'desktop_capture.json', | 64 'desktop_capture.json', |
| 64 'developer_private.idl', | 65 'developer_private.idl', |
| 65 'dial.idl', | 66 'dial.idl', |
| 66 'downloads.idl', | 67 'downloads.idl', |
| 67 'downloads_internal.idl', | 68 'downloads_internal.idl', |
| 68 'echo_private.json', | 69 'echo_private.json', |
| 69 'enterprise_platform_keys_private.json', | 70 'enterprise_platform_keys_private.json', |
| 70 'events.json', | 71 'events.json', |
| 71 'experimental_accessibility.json', | |
| 72 'feedback_private.idl', | 72 'feedback_private.idl', |
| 73 'file_browser_private.idl', | 73 'file_browser_private.idl', |
| 74 'file_system.idl', | 74 'file_system.idl', |
| 75 'file_system_provider.idl', | 75 'file_system_provider.idl', |
| 76 'file_system_provider_internal.idl', | 76 'file_system_provider_internal.idl', |
| 77 'font_settings.json', | 77 'font_settings.json', |
| 78 'gcm.json', | 78 'gcm.json', |
| 79 'hangouts_private.idl', | 79 'hangouts_private.idl', |
| 80 'hid.idl', | 80 'hid.idl', |
| 81 'history.json', | 81 'history.json', |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 189 'conditions': [ | 189 'conditions': [ |
| 190 ['chromeos==1', { | 190 ['chromeos==1', { |
| 191 'dependencies': [ | 191 'dependencies': [ |
| 192 '<(DEPTH)/chrome/chrome.gyp:drive_proto', | 192 '<(DEPTH)/chrome/chrome.gyp:drive_proto', |
| 193 ], | 193 ], |
| 194 }], | 194 }], |
| 195 ], | 195 ], |
| 196 }, | 196 }, |
| 197 ], | 197 ], |
| 198 } | 198 } |
| OLD | NEW |