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
3 # found in the LICENSE file.
11 'target_name': 'devices_app_lib',
12 'type': 'static_library',
21 'usb/device_manager_impl.cc',
22 'usb/device_manager_impl.h',
23 'usb/public/cpp/device_manager_delegate.h',
24 'usb/type_converters.cc',
25 'usb/type_converters.h',
28 'device_usb_mojo_bindings_lib',
29 '<(DEPTH)/device/core/core.gyp:device_core',
30 '<(DEPTH)/device/usb/usb.gyp:device_usb',
31 '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_base',
32 '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_bindings',
33 '<(DEPTH)/third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
35 'export_dependent_settings': [
36 '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_base',
37 '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_bindings',
38 '<(DEPTH)/third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
42 'target_name': 'device_usb_mojo_bindings',
46 'usb/public/interfaces/device.mojom',
47 'usb/public/interfaces/device_manager.mojom',
51 '../../third_party/mojo/mojom_bindings_generator_explicit.gypi',
55 'target_name': 'device_usb_mojo_bindings_lib',
56 'type': 'static_library',
58 'device_usb_mojo_bindings',
62 'target_name': 'devices_app_public_cpp',
63 'type': 'static_library',
65 'public/cpp/constants.cc',
66 'public/cpp/constants.h',
73 'target_name': 'devices_app_public_cpp_factory',
74 'type': 'static_library',
76 'public/cpp/devices_app_factory.cc',
77 'public/cpp/devices_app_factory.h',