| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 # GN version: //extensions/common/api | 8 # GN version: //extensions/common/api |
| 9 'target_name': 'extensions_api', | 9 'target_name': 'extensions_api', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 23 matching lines...) Expand all Loading... |
| 34 'power.idl', | 34 'power.idl', |
| 35 'runtime.json', | 35 'runtime.json', |
| 36 'serial.idl', | 36 'serial.idl', |
| 37 'socket.idl', | 37 'socket.idl', |
| 38 'sockets_tcp.idl', | 38 'sockets_tcp.idl', |
| 39 'sockets_tcp_server.idl', | 39 'sockets_tcp_server.idl', |
| 40 'sockets_udp.idl', | 40 'sockets_udp.idl', |
| 41 'storage.json', | 41 'storage.json', |
| 42 'test.json', | 42 'test.json', |
| 43 'usb.idl', | 43 'usb.idl', |
| 44 'usb_private.idl', |
| 44 ], | 45 ], |
| 45 }, { | 46 }, { |
| 46 # TODO: Eliminate these on Android. See crbug.com/305852. | 47 # TODO: Eliminate these on Android. See crbug.com/305852. |
| 47 'schema_files': [ | 48 'schema_files': [ |
| 48 'runtime.json', | 49 'runtime.json', |
| 49 ], | 50 ], |
| 50 }], | 51 }], |
| 51 ], | 52 ], |
| 52 'cc_dir': 'extensions/common/api', | 53 'cc_dir': 'extensions/common/api', |
| 53 'root_namespace': 'extensions::core_api::%(namespace)s', | 54 'root_namespace': 'extensions::core_api::%(namespace)s', |
| 54 'impl_dir': 'extensions/browser/api', | 55 'impl_dir': 'extensions/browser/api', |
| 55 }, | 56 }, |
| 56 'conditions': [ | 57 'conditions': [ |
| 57 ['enable_extensions==1', { | 58 ['enable_extensions==1', { |
| 58 'dependencies': [ | 59 'dependencies': [ |
| 59 '<(DEPTH)/device/serial/serial.gyp:device_serial', | 60 '<(DEPTH)/device/serial/serial.gyp:device_serial', |
| 60 '<(DEPTH)/skia/skia.gyp:skia', | 61 '<(DEPTH)/skia/skia.gyp:skia', |
| 61 ], | 62 ], |
| 62 }], | 63 }], |
| 63 ], | 64 ], |
| 64 }, | 65 }, |
| 65 ], | 66 ], |
| 66 } | 67 } |
| OLD | NEW |