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

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

Issue 227493006: Revert 262175 "* Replace "read" method with onReceiveXxx events." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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 | Annotate | Revision Log
« no previous file with comments | « trunk/src/device/bluetooth/OWNERS ('k') | trunk/src/device/bluetooth/bluetooth_adapter.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
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
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 }
OLDNEW
« no previous file with comments | « trunk/src/device/bluetooth/OWNERS ('k') | trunk/src/device/bluetooth/bluetooth_adapter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698