| 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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 59 'bluetooth_profile_mac.h', | 59 'bluetooth_profile_mac.h', |
| 60 'bluetooth_profile_mac.mm', | 60 'bluetooth_profile_mac.mm', |
| 61 'bluetooth_profile_win.cc', | 61 'bluetooth_profile_win.cc', |
| 62 'bluetooth_profile_win.h', | 62 'bluetooth_profile_win.h', |
| 63 'bluetooth_service_record.cc', | 63 'bluetooth_service_record.cc', |
| 64 'bluetooth_service_record.h', | 64 'bluetooth_service_record.h', |
| 65 'bluetooth_service_record_mac.h', | 65 'bluetooth_service_record_mac.h', |
| 66 'bluetooth_service_record_mac.mm', | 66 'bluetooth_service_record_mac.mm', |
| 67 'bluetooth_service_record_win.cc', | 67 'bluetooth_service_record_win.cc', |
| 68 'bluetooth_service_record_win.h', | 68 'bluetooth_service_record_win.h', |
| 69 'bluetooth_socket.cc', | |
| 70 'bluetooth_socket.h', | 69 'bluetooth_socket.h', |
| 71 'bluetooth_socket_chromeos.cc', | 70 'bluetooth_socket_chromeos.cc', |
| 72 'bluetooth_socket_chromeos.h', | 71 'bluetooth_socket_chromeos.h', |
| 73 'bluetooth_socket_mac.h', | 72 'bluetooth_socket_mac.h', |
| 74 'bluetooth_socket_mac.mm', | 73 'bluetooth_socket_mac.mm', |
| 75 'bluetooth_socket_thread_win.cc', | |
| 76 'bluetooth_socket_thread_win.h', | |
| 77 'bluetooth_socket_win.cc', | 74 'bluetooth_socket_win.cc', |
| 78 'bluetooth_socket_win.h', | 75 'bluetooth_socket_win.h', |
| 79 'bluetooth_task_manager_win.cc', | 76 'bluetooth_task_manager_win.cc', |
| 80 'bluetooth_task_manager_win.h', | 77 'bluetooth_task_manager_win.h', |
| 81 'bluetooth_uuid.cc', | 78 'bluetooth_uuid.cc', |
| 82 'bluetooth_uuid.h', | 79 'bluetooth_uuid.h', |
| 83 ], | 80 ], |
| 84 'conditions': [ | 81 'conditions': [ |
| 85 ['chromeos==1', { | 82 ['chromeos==1', { |
| 86 'dependencies': [ | 83 'dependencies': [ |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 129 'test/mock_bluetooth_discovery_session.cc', | 126 'test/mock_bluetooth_discovery_session.cc', |
| 130 'test/mock_bluetooth_discovery_session.h', | 127 'test/mock_bluetooth_discovery_session.h', |
| 131 'test/mock_bluetooth_profile.cc', | 128 'test/mock_bluetooth_profile.cc', |
| 132 'test/mock_bluetooth_profile.h', | 129 'test/mock_bluetooth_profile.h', |
| 133 'test/mock_bluetooth_socket.cc', | 130 'test/mock_bluetooth_socket.cc', |
| 134 'test/mock_bluetooth_socket.h', | 131 'test/mock_bluetooth_socket.h', |
| 135 ], | 132 ], |
| 136 }, | 133 }, |
| 137 ], | 134 ], |
| 138 } | 135 } |
| OLD | NEW |