| 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 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 'usb/type_converters.cc', | 23 'usb/type_converters.cc', |
| 24 'usb/type_converters.h', | 24 'usb/type_converters.h', |
| 25 ], | 25 ], |
| 26 'dependencies': [ | 26 'dependencies': [ |
| 27 'device_usb_mojo_bindings_lib', | 27 'device_usb_mojo_bindings_lib', |
| 28 '<(DEPTH)/device/core/core.gyp:device_core', | 28 '<(DEPTH)/device/core/core.gyp:device_core', |
| 29 '<(DEPTH)/device/usb/usb.gyp:device_usb', | 29 '<(DEPTH)/device/usb/usb.gyp:device_usb', |
| 30 '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_base', | 30 '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_base', |
| 31 '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_bindings', | 31 '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_bindings', |
| 32 '<(DEPTH)/mojo/mojo_base.gyp:mojo_url_type_converters', | 32 '<(DEPTH)/mojo/mojo_base.gyp:mojo_url_type_converters', |
| 33 '<(DEPTH)/third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', | 33 '<(DEPTH)/mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 34 ], | 34 ], |
| 35 'export_dependent_settings': [ | 35 'export_dependent_settings': [ |
| 36 '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_base', | 36 '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_base', |
| 37 '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_bindings', | 37 '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_bindings', |
| 38 '<(DEPTH)/third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', | 38 '<(DEPTH)/mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 39 ], | 39 ], |
| 40 }, | 40 }, |
| 41 { | 41 { |
| 42 'target_name': 'device_usb_mojo_bindings', | 42 'target_name': 'device_usb_mojo_bindings', |
| 43 'type': 'none', | 43 'type': 'none', |
| 44 'variables': { | 44 'variables': { |
| 45 'mojom_files': [ | 45 'mojom_files': [ |
| 46 'usb/public/interfaces/device.mojom', | 46 'usb/public/interfaces/device.mojom', |
| 47 'usb/public/interfaces/device_manager.mojom', | 47 'usb/public/interfaces/device_manager.mojom', |
| 48 'usb/public/interfaces/permission_provider.mojom', | 48 'usb/public/interfaces/permission_provider.mojom', |
| 49 ], | 49 ], |
| 50 }, | 50 }, |
| 51 'includes': [ | 51 'includes': [ |
| 52 '../../third_party/mojo/mojom_bindings_generator_explicit.gypi', | 52 '../../mojo/mojom_bindings_generator_explicit.gypi', |
| 53 ], | 53 ], |
| 54 }, | 54 }, |
| 55 { | 55 { |
| 56 'target_name': 'device_usb_mojo_bindings_lib', | 56 'target_name': 'device_usb_mojo_bindings_lib', |
| 57 'type': 'static_library', | 57 'type': 'static_library', |
| 58 'dependencies': [ | 58 'dependencies': [ |
| 59 'device_usb_mojo_bindings', | 59 'device_usb_mojo_bindings', |
| 60 ], | 60 ], |
| 61 }, | 61 }, |
| 62 { | 62 { |
| (...skipping 13 matching lines...) Expand all Loading... |
| 76 'sources': [ | 76 'sources': [ |
| 77 'public/cpp/devices_app_factory.cc', | 77 'public/cpp/devices_app_factory.cc', |
| 78 'public/cpp/devices_app_factory.h', | 78 'public/cpp/devices_app_factory.h', |
| 79 ], | 79 ], |
| 80 'dependencies': [ | 80 'dependencies': [ |
| 81 'devices_app_lib', | 81 'devices_app_lib', |
| 82 ], | 82 ], |
| 83 }, | 83 }, |
| 84 ], | 84 ], |
| 85 } | 85 } |
| OLD | NEW |