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

Side by Side Diff: device/core/BUILD.gn

Issue 2358123005: Move OneWriterSeqLock and SharedMemorySeqLockBuffer from content/ to device/base/synchronization (Closed)
Patch Set: Fixes Created 4 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 6
7 component("core") { 7 component("core") {
8 output_name = "device_core" 8 output_name = "device_core"
9 9
10 sources = [ 10 sources = [
11 "device_client.cc", 11 "device_client.cc",
12 "device_client.h", 12 "device_client.h",
13 "device_info_query_win.cc", 13 "device_info_query_win.cc",
14 "device_info_query_win.h", 14 "device_info_query_win.h",
15 "device_monitor_win.cc", 15 "device_monitor_win.cc",
16 "device_monitor_win.h", 16 "device_monitor_win.h",
17 "one_writer_seqlock.cc",
18 "one_writer_seqlock.h",
19 "shared_memory_seqlock_buffer.h",
17 ] 20 ]
18 21
19 defines = [ "DEVICE_CORE_IMPLEMENTATION" ] 22 defines = [ "DEVICE_CORE_IMPLEMENTATION" ]
20 23
21 deps = [] 24 deps = []
22 25
23 public_deps = [ 26 public_deps = [
24 "//base", 27 "//base",
25 ] 28 ]
26 29
(...skipping 18 matching lines...) Expand all
45 "mock_device_client.cc", 48 "mock_device_client.cc",
46 "mock_device_client.h", 49 "mock_device_client.h",
47 ] 50 ]
48 51
49 deps = [ 52 deps = [
50 ":core", 53 ":core",
51 "//device/hid:mocks", 54 "//device/hid:mocks",
52 "//device/usb:test_support", 55 "//device/usb:test_support",
53 ] 56 ]
54 } 57 }
OLDNEW
« content/common/BUILD.gn ('K') | « device/BUILD.gn ('k') | device/core/one_writer_seqlock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698