Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(324)

Side by Side Diff: device/bluetooth/bluetooth.gyp

Issue 180163009: chrome.bluetooth API improvements. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing + Fix merge conflicts. Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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',
69 'bluetooth_socket.h', 70 'bluetooth_socket.h',
70 'bluetooth_socket_chromeos.cc', 71 'bluetooth_socket_chromeos.cc',
71 'bluetooth_socket_chromeos.h', 72 'bluetooth_socket_chromeos.h',
72 'bluetooth_socket_mac.h', 73 'bluetooth_socket_mac.h',
73 'bluetooth_socket_mac.mm', 74 'bluetooth_socket_mac.mm',
75 'bluetooth_socket_thread_win.cc',
76 'bluetooth_socket_thread_win.h',
74 'bluetooth_socket_win.cc', 77 'bluetooth_socket_win.cc',
75 'bluetooth_socket_win.h', 78 'bluetooth_socket_win.h',
76 'bluetooth_task_manager_win.cc', 79 'bluetooth_task_manager_win.cc',
77 'bluetooth_task_manager_win.h', 80 'bluetooth_task_manager_win.h',
78 'bluetooth_uuid.cc', 81 'bluetooth_uuid.cc',
79 'bluetooth_uuid.h', 82 'bluetooth_uuid.h',
80 ], 83 ],
81 'conditions': [ 84 'conditions': [
82 ['chromeos==1', { 85 ['chromeos==1', {
83 'dependencies': [ 86 'dependencies': [
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 'test/mock_bluetooth_discovery_session.cc', 129 'test/mock_bluetooth_discovery_session.cc',
127 'test/mock_bluetooth_discovery_session.h', 130 'test/mock_bluetooth_discovery_session.h',
128 'test/mock_bluetooth_profile.cc', 131 'test/mock_bluetooth_profile.cc',
129 'test/mock_bluetooth_profile.h', 132 'test/mock_bluetooth_profile.h',
130 'test/mock_bluetooth_socket.cc', 133 'test/mock_bluetooth_socket.cc',
131 'test/mock_bluetooth_socket.h', 134 'test/mock_bluetooth_socket.h',
132 ], 135 ],
133 }, 136 },
134 ], 137 ],
135 } 138 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698