| 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 17 matching lines...) Expand all Loading... |
| 28 'idltest.idl', | 28 'idltest.idl', |
| 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 ], | 34 ], |
| 35 'conditions': [ | 35 'conditions': [ |
| 36 ['OS!="android"', { | 36 ['OS!="android"', { |
| 37 'schema_files': [ | 37 'schema_files': [ |
| 38 'accessibility_private.json', |
| 38 'activity_log_private.json', | 39 'activity_log_private.json', |
| 39 'alarms.idl', | 40 'alarms.idl', |
| 40 'app_current_window_internal.idl', | 41 'app_current_window_internal.idl', |
| 41 'app_runtime.idl', | 42 'app_runtime.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 'bookmark_manager_private.json', | 49 'bookmark_manager_private.json', |
| 49 'bookmarks.json', | 50 'bookmarks.json', |
| 50 'braille_display_private.idl', | 51 'braille_display_private.idl', |
| 51 'cast_channel.idl', | 52 'cast_channel.idl', |
| 52 'cloud_print_private.json', | 53 'cloud_print_private.json', |
| 53 'command_line_private.json', | 54 'command_line_private.json', |
| 54 'content_settings.json', | 55 'content_settings.json', |
| 55 'context_menus.json', | 56 'context_menus.json', |
| 56 'context_menus_internal.json', | 57 'context_menus_internal.json', |
| 57 'cookies.json', | 58 'cookies.json', |
| 58 'debugger.json', | 59 'debugger.json', |
| 59 'desktop_capture.json', | 60 'desktop_capture.json', |
| 60 'developer_private.idl', | 61 'developer_private.idl', |
| 61 'dial.idl', | 62 'dial.idl', |
| 62 'downloads.idl', | 63 'downloads.idl', |
| 63 'downloads_internal.idl', | 64 'downloads_internal.idl', |
| 64 'echo_private.json', | 65 'echo_private.json', |
| 65 'enterprise_platform_keys_private.json', | 66 'enterprise_platform_keys_private.json', |
| 66 'events.json', | 67 'events.json', |
| 67 'experimental_accessibility.json', | |
| 68 'feedback_private.idl', | 68 'feedback_private.idl', |
| 69 'file_browser_private.idl', | 69 'file_browser_private.idl', |
| 70 'file_system.idl', | 70 'file_system.idl', |
| 71 'file_system_provider.idl', | 71 'file_system_provider.idl', |
| 72 'font_settings.json', | 72 'font_settings.json', |
| 73 'gcm.json', | 73 'gcm.json', |
| 74 'hangouts_private.idl', | 74 'hangouts_private.idl', |
| 75 'hid.idl', | 75 'hid.idl', |
| 76 'history.json', | 76 'history.json', |
| 77 'hotword_private.idl', | 77 'hotword_private.idl', |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 185 'conditions': [ | 185 'conditions': [ |
| 186 ['chromeos==1', { | 186 ['chromeos==1', { |
| 187 'dependencies': [ | 187 'dependencies': [ |
| 188 '<(DEPTH)/chrome/chrome.gyp:drive_proto', | 188 '<(DEPTH)/chrome/chrome.gyp:drive_proto', |
| 189 ], | 189 ], |
| 190 }], | 190 }], |
| 191 ], | 191 ], |
| 192 }, | 192 }, |
| 193 ], | 193 ], |
| 194 } | 194 } |
| OLD | NEW |