| 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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 'dial.idl', | 62 'dial.idl', |
| 63 'downloads.idl', | 63 'downloads.idl', |
| 64 'downloads_internal.idl', | 64 'downloads_internal.idl', |
| 65 'echo_private.json', | 65 'echo_private.json', |
| 66 'enterprise_platform_keys_private.json', | 66 'enterprise_platform_keys_private.json', |
| 67 'events.json', | 67 'events.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 'file_system_provider_internal.idl', |
| 72 'font_settings.json', | 73 'font_settings.json', |
| 73 'gcm.json', | 74 'gcm.json', |
| 74 'hangouts_private.idl', | 75 'hangouts_private.idl', |
| 75 'hid.idl', | 76 'hid.idl', |
| 76 'history.json', | 77 'history.json', |
| 77 'hotword_private.idl', | 78 'hotword_private.idl', |
| 78 'i18n.json', | 79 'i18n.json', |
| 79 'identity.idl', | 80 'identity.idl', |
| 80 'identity_private.idl', | 81 'identity_private.idl', |
| 81 'idle.json', | 82 'idle.json', |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 183 'conditions': [ | 184 'conditions': [ |
| 184 ['chromeos==1', { | 185 ['chromeos==1', { |
| 185 'dependencies': [ | 186 'dependencies': [ |
| 186 '<(DEPTH)/chrome/chrome.gyp:drive_proto', | 187 '<(DEPTH)/chrome/chrome.gyp:drive_proto', |
| 187 ], | 188 ], |
| 188 }], | 189 }], |
| 189 ], | 190 ], |
| 190 }, | 191 }, |
| 191 ], | 192 ], |
| 192 } | 193 } |
| OLD | NEW |