| 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 'echo_private.json', | 63 'echo_private.json', |
| 64 'enterprise_platform_keys_private.json', | 64 'enterprise_platform_keys_private.json', |
| 65 'events.json', | 65 'events.json', |
| 66 'experimental_accessibility.json', | 66 'experimental_accessibility.json', |
| 67 'experimental_discovery.idl', | 67 'experimental_discovery.idl', |
| 68 'experimental_history.json', | 68 'experimental_history.json', |
| 69 'experimental_identity.idl', | 69 'experimental_identity.idl', |
| 70 'feedback_private.idl', | 70 'feedback_private.idl', |
| 71 'file_browser_private.json', | 71 'file_browser_private.json', |
| 72 'file_system.idl', | 72 'file_system.idl', |
| 73 'file_system_provider.idl', |
| 73 'font_settings.json', | 74 'font_settings.json', |
| 74 'hangouts_private.idl', | 75 'hangouts_private.idl', |
| 75 'history.json', | 76 'history.json', |
| 76 'i18n.json', | 77 'i18n.json', |
| 77 'identity.idl', | 78 'identity.idl', |
| 78 'identity_private.idl', | 79 'identity_private.idl', |
| 79 'idle.json', | 80 'idle.json', |
| 80 'image_writer_private.idl', | 81 'image_writer_private.idl', |
| 81 'input_ime.json', | 82 'input_ime.json', |
| 82 'location.idl', | 83 'location.idl', |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 177 'conditions': [ | 178 'conditions': [ |
| 178 ['chromeos==1', { | 179 ['chromeos==1', { |
| 179 'dependencies': [ | 180 'dependencies': [ |
| 180 '<(DEPTH)/chrome/chrome.gyp:drive_proto', | 181 '<(DEPTH)/chrome/chrome.gyp:drive_proto', |
| 181 ], | 182 ], |
| 182 }], | 183 }], |
| 183 ], | 184 ], |
| 184 }, | 185 }, |
| 185 ], | 186 ], |
| 186 } | 187 } |
| OLD | NEW |