OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
68 'bluetooth_service_record_win.h', | 68 'bluetooth_service_record_win.h', |
69 'bluetooth_socket.h', | 69 'bluetooth_socket.h', |
70 'bluetooth_socket_chromeos.cc', | 70 'bluetooth_socket_chromeos.cc', |
71 'bluetooth_socket_chromeos.h', | 71 'bluetooth_socket_chromeos.h', |
72 'bluetooth_socket_mac.h', | 72 'bluetooth_socket_mac.h', |
73 'bluetooth_socket_mac.mm', | 73 'bluetooth_socket_mac.mm', |
74 'bluetooth_socket_win.cc', | 74 'bluetooth_socket_win.cc', |
75 'bluetooth_socket_win.h', | 75 'bluetooth_socket_win.h', |
76 'bluetooth_task_manager_win.cc', | 76 'bluetooth_task_manager_win.cc', |
77 'bluetooth_task_manager_win.h', | 77 'bluetooth_task_manager_win.h', |
78 'bluetooth_uuid.cc', | 78 'bluetooth_utils.cc', |
79 'bluetooth_uuid.h', | 79 'bluetooth_utils.h', |
80 ], | 80 ], |
81 'conditions': [ | 81 'conditions': [ |
82 ['chromeos==1', { | 82 ['chromeos==1', { |
83 'dependencies': [ | 83 'dependencies': [ |
84 '../../build/linux/system.gyp:dbus', | 84 '../../build/linux/system.gyp:dbus', |
85 '../../chromeos/chromeos.gyp:chromeos', | 85 '../../chromeos/chromeos.gyp:chromeos', |
86 '../../dbus/dbus.gyp:dbus', | 86 '../../dbus/dbus.gyp:dbus', |
87 ] | 87 ] |
88 }], | 88 }], |
89 ['OS=="win"', { | 89 ['OS=="win"', { |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
126 'test/mock_bluetooth_discovery_session.cc', | 126 'test/mock_bluetooth_discovery_session.cc', |
127 'test/mock_bluetooth_discovery_session.h', | 127 'test/mock_bluetooth_discovery_session.h', |
128 'test/mock_bluetooth_profile.cc', | 128 'test/mock_bluetooth_profile.cc', |
129 'test/mock_bluetooth_profile.h', | 129 'test/mock_bluetooth_profile.h', |
130 'test/mock_bluetooth_socket.cc', | 130 'test/mock_bluetooth_socket.cc', |
131 'test/mock_bluetooth_socket.h', | 131 'test/mock_bluetooth_socket.h', |
132 ], | 132 ], |
133 }, | 133 }, |
134 ], | 134 ], |
135 } | 135 } |
OLD | NEW |