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

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

Issue 25015003: gfx: Create a separate gfx component out of ui. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 2 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 | « content/public/test/content_test_suite_base.cc ('k') | gpu/command_buffer_service.gypi » ('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 {
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/ui.gyp:ui', 19 '../../ui/ui.gyp:ui',
19 'bluetooth_strings.gyp:device_bluetooth_strings', 20 'bluetooth_strings.gyp:device_bluetooth_strings',
20 ], 21 ],
21 'sources': [ 22 'sources': [
22 'bluetooth_adapter.cc', 23 'bluetooth_adapter.cc',
23 'bluetooth_adapter.h', 24 'bluetooth_adapter.h',
24 'bluetooth_adapter_chromeos.cc', 25 'bluetooth_adapter_chromeos.cc',
25 'bluetooth_adapter_chromeos.h', 26 'bluetooth_adapter_chromeos.h',
26 'bluetooth_adapter_factory.cc', 27 'bluetooth_adapter_factory.cc',
27 'bluetooth_adapter_factory.h', 28 'bluetooth_adapter_factory.h',
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 'test/mock_bluetooth_device.cc', 113 'test/mock_bluetooth_device.cc',
113 'test/mock_bluetooth_device.h', 114 'test/mock_bluetooth_device.h',
114 'test/mock_bluetooth_profile.cc', 115 'test/mock_bluetooth_profile.cc',
115 'test/mock_bluetooth_profile.h', 116 'test/mock_bluetooth_profile.h',
116 'test/mock_bluetooth_socket.cc', 117 'test/mock_bluetooth_socket.cc',
117 'test/mock_bluetooth_socket.h', 118 'test/mock_bluetooth_socket.h',
118 ], 119 ],
119 }, 120 },
120 ], 121 ],
121 } 122 }
OLDNEW
« no previous file with comments | « content/public/test/content_test_suite_base.cc ('k') | gpu/command_buffer_service.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698