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

Side by Side Diff: device/device.gyp

Issue 11345037: Implemented BluetoothAdapterWin::IsPresent(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Match the definition order to the declaration order Created 8 years, 1 month 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 | « device/bluetooth/bluetooth_adapter_win_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 'device_bluetooth', 75 'device_bluetooth',
76 'device_bluetooth_mocks', 76 'device_bluetooth_mocks',
77 '../base/base.gyp:test_support_base', 77 '../base/base.gyp:test_support_base',
78 '../content/content.gyp:test_support_content', 78 '../content/content.gyp:test_support_content',
79 '../testing/gmock.gyp:gmock', 79 '../testing/gmock.gyp:gmock',
80 '../testing/gtest.gyp:gtest', 80 '../testing/gtest.gyp:gtest',
81 ], 81 ],
82 'sources': [ 82 'sources': [
83 'bluetooth/bluetooth_adapter_chromeos_unittest.cc', 83 'bluetooth/bluetooth_adapter_chromeos_unittest.cc',
84 'bluetooth/bluetooth_adapter_devices_chromeos_unittest.cc', 84 'bluetooth/bluetooth_adapter_devices_chromeos_unittest.cc',
85 'bluetooth/bluetooth_adapter_win_unittest.cc',
85 'bluetooth/bluetooth_service_record_unittest.cc', 86 'bluetooth/bluetooth_service_record_unittest.cc',
86 'bluetooth/bluetooth_utils_unittest.cc', 87 'bluetooth/bluetooth_utils_unittest.cc',
87 'test/device_test_suite.cc', 88 'test/device_test_suite.cc',
88 'test/device_test_suite.h', 89 'test/device_test_suite.h',
89 'test/run_all_unittests.cc', 90 'test/run_all_unittests.cc',
90 ], 91 ],
91 'conditions': [ 92 'conditions': [
92 ['chromeos==1', { 93 ['chromeos==1', {
93 'dependencies': [ 94 'dependencies': [
94 '../build/linux/system.gyp:dbus', 95 '../build/linux/system.gyp:dbus',
95 '../chromeos/chromeos.gyp:chromeos_test_support', 96 '../chromeos/chromeos.gyp:chromeos_test_support',
96 '../dbus/dbus.gyp:dbus', 97 '../dbus/dbus.gyp:dbus',
97 ] 98 ]
98 }], 99 }],
99 ], 100 ],
100 }, 101 },
101 ], 102 ],
102 } 103 }
OLDNEW
« no previous file with comments | « device/bluetooth/bluetooth_adapter_win_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698