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 '<(DEPTH)/device/usb/usb.gyp:device_usb',
29 'device_usb_mojo_bindings_lib',
30 '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_base',
31 '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_bindings',
32 '<(DEPTH)/third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
34 'export_dependent_settings': [
35 '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_base',
36 '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_bindings',
37 '<(DEPTH)/third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
41 'target_name': 'device_usb_mojo_bindings',
45 'usb/public/interfaces/device.mojom',
46 'usb/public/interfaces/device_manager.mojom',
50 '../../third_party/mojo/mojom_bindings_generator_explicit.gypi',
54 'target_name': 'device_usb_mojo_bindings_lib',
55 'type': 'static_library',
57 'device_usb_mojo_bindings',
61 'target_name': 'devices_app_public_cpp',
62 'type': 'static_library',
64 'public/cpp/constants.cc',
65 'public/cpp/constants.h',
72 'target_name': 'devices_app_public_cpp_factory',
73 'type': 'static_library',
75 'public/cpp/devices_app_factory.cc',
76 'public/cpp/devices_app_factory.h',