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

Side by Side Diff: device/BUILD.gn

Issue 2415083002: Move Device Sensors client files from Blink to //device/sensors client lib (Closed)
Patch Set: Rebase Created 3 years, 9 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
« no previous file with comments | « content/test/layouttest_support.cc ('k') | device/generic_sensor/BUILD.gn » ('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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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("vr/features.gni") 5 import("vr/features.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 8
9 if (is_android) { 9 if (is_android) {
10 import("//build/config/android/rules.gni") # For generate_jni(). 10 import("//build/config/android/rules.gni") # For generate_jni().
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 "//device/bluetooth:mojo", 89 "//device/bluetooth:mojo",
90 "//device/gamepad", 90 "//device/gamepad",
91 "//device/gamepad:test_helpers", 91 "//device/gamepad:test_helpers",
92 "//device/gamepad/public/interfaces", 92 "//device/gamepad/public/interfaces",
93 "//device/gamepad/public/interfaces:gamepad_struct_traits_test", 93 "//device/gamepad/public/interfaces:gamepad_struct_traits_test",
94 "//device/generic_sensor", 94 "//device/generic_sensor",
95 "//device/generic_sensor:testing", 95 "//device/generic_sensor:testing",
96 "//device/geolocation:unittests", 96 "//device/geolocation:unittests",
97 "//device/power_save_blocker", 97 "//device/power_save_blocker",
98 "//device/sensors", 98 "//device/sensors",
99 "//device/sensors/public/cpp", 99 "//device/sensors/public/cpp:full",
100 "//device/sensors/public/interfaces", 100 "//device/sensors/public/interfaces",
101 "//device/wake_lock", 101 "//device/wake_lock",
102 "//mojo/common", 102 "//mojo/common",
103 "//mojo/edk/system", 103 "//mojo/edk/system",
104 "//mojo/public/cpp/bindings", 104 "//mojo/public/cpp/bindings",
105 "//net", 105 "//net",
106 "//testing/gmock", 106 "//testing/gmock",
107 "//testing/gtest", 107 "//testing/gtest",
108 "//third_party/WebKit/public:blink", 108 "//third_party/WebKit/public:blink",
109 "//third_party/WebKit/public:blink_headers", 109 "//third_party/WebKit/public:blink_headers",
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 ] 309 ]
310 srcjar_deps = [ "//device/gamepad:java_enums_srcjar" ] 310 srcjar_deps = [ "//device/gamepad:java_enums_srcjar" ]
311 } 311 }
312 312
313 java_cpp_enum("bluetooth_test_javagen") { 313 java_cpp_enum("bluetooth_test_javagen") {
314 sources = [ 314 sources = [
315 "bluetooth/test/bluetooth_test.h", 315 "bluetooth/test/bluetooth_test.h",
316 ] 316 ]
317 } 317 }
318 } 318 }
OLDNEW
« no previous file with comments | « content/test/layouttest_support.cc ('k') | device/generic_sensor/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698