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

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

Issue 109433013: Move geometric types to a separate, more lightweight target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years 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
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 {
11 'target_name': 'device_bluetooth', 11 'target_name': 'device_bluetooth',
12 'type': 'static_library', 12 'type': 'static_library',
13 'dependencies': [ 13 'dependencies': [
14 '../../base/base.gyp:base', 14 '../../base/base.gyp:base',
15 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna mic_annotations', 15 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna mic_annotations',
16 '../../net/net.gyp:net', 16 '../../net/net.gyp:net',
17 '../../third_party/libxml/libxml.gyp:libxml', 17 '../../third_party/libxml/libxml.gyp:libxml',
18 '../../ui/gfx/gfx.gyp:gfx', 18 '../../ui/gfx/gfx.gyp:gfx',
19 '../../ui/gfx/gfx.gyp:gfx_geometry',
19 '../../ui/ui.gyp:ui', 20 '../../ui/ui.gyp:ui',
20 'bluetooth_strings.gyp:device_bluetooth_strings', 21 'bluetooth_strings.gyp:device_bluetooth_strings',
21 ], 22 ],
22 'sources': [ 23 'sources': [
23 'bluetooth_adapter.cc', 24 'bluetooth_adapter.cc',
24 'bluetooth_adapter.h', 25 'bluetooth_adapter.h',
25 'bluetooth_adapter_chromeos.cc', 26 'bluetooth_adapter_chromeos.cc',
26 'bluetooth_adapter_chromeos.h', 27 'bluetooth_adapter_chromeos.h',
27 'bluetooth_adapter_factory.cc', 28 'bluetooth_adapter_factory.cc',
28 'bluetooth_adapter_factory.h', 29 'bluetooth_adapter_factory.h',
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 'test/mock_bluetooth_device.cc', 114 'test/mock_bluetooth_device.cc',
114 'test/mock_bluetooth_device.h', 115 'test/mock_bluetooth_device.h',
115 'test/mock_bluetooth_profile.cc', 116 'test/mock_bluetooth_profile.cc',
116 'test/mock_bluetooth_profile.h', 117 'test/mock_bluetooth_profile.h',
117 'test/mock_bluetooth_socket.cc', 118 'test/mock_bluetooth_socket.cc',
118 'test/mock_bluetooth_socket.h', 119 'test/mock_bluetooth_socket.h',
119 ], 120 ],
120 }, 121 },
121 ], 122 ],
122 } 123 }
OLDNEW
« no previous file with comments | « content/content_tests.gypi ('k') | gpu/command_buffer_service.gypi » ('j') | ui/aura/aura.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698