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

Side by Side Diff: content/test/BUILD.gn

Issue 2896583005: Reland: Refactor DeviceMotionEventPump to use //device/generic_sensor instead of //device/sensors (Closed)
Patch Set: clean up #include files Created 3 years, 6 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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/chromecast_build.gni") 6 import("//build/config/chromecast_build.gni")
7 import("//build/config/compiler/compiler.gni") 7 import("//build/config/compiler/compiler.gni")
8 import("//build/config/crypto.gni") 8 import("//build/config/crypto.gni")
9 import("//build/config/features.gni") 9 import("//build/config/features.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 1492 matching lines...) Expand 10 before | Expand all | Expand 10 after
1503 "//content/public/common", 1503 "//content/public/common",
1504 "//content/public/common:service_names", 1504 "//content/public/common:service_names",
1505 "//content/public/renderer", 1505 "//content/public/renderer",
1506 "//content/renderer:for_content_tests", 1506 "//content/renderer:for_content_tests",
1507 "//crypto", 1507 "//crypto",
1508 "//device/bluetooth", 1508 "//device/bluetooth",
1509 "//device/bluetooth:mocks", 1509 "//device/bluetooth:mocks",
1510 "//device/gamepad", 1510 "//device/gamepad",
1511 "//device/gamepad:test_helpers", 1511 "//device/gamepad:test_helpers",
1512 "//device/gamepad/public/cpp:shared_with_blink", 1512 "//device/gamepad/public/cpp:shared_with_blink",
1513 "//device/generic_sensor/public/cpp",
1513 "//device/sensors/public/cpp:full", 1514 "//device/sensors/public/cpp:full",
1514 "//device/sensors/public/interfaces", 1515 "//device/sensors/public/interfaces",
1515 "//gin", 1516 "//gin",
1516 "//gpu", 1517 "//gpu",
1517 "//gpu:test_support", 1518 "//gpu:test_support",
1518 "//gpu/ipc/host", 1519 "//gpu/ipc/host",
1519 "//ipc:test_support", 1520 "//ipc:test_support",
1520 "//media:shared_memory_support", 1521 "//media:shared_memory_support",
1521 "//media:test_support", 1522 "//media:test_support",
1522 "//media/audio:test_support", 1523 "//media/audio:test_support",
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
1877 if (is_android) { 1878 if (is_android) {
1878 deps += [ "//testing/android/native_test:native_test_native_code" ] 1879 deps += [ "//testing/android/native_test:native_test_native_code" ]
1879 } 1880 }
1880 } 1881 }
1881 1882
1882 group("fuzzers") { 1883 group("fuzzers") {
1883 deps = [ 1884 deps = [
1884 "//content/test/fuzzer", 1885 "//content/test/fuzzer",
1885 ] 1886 ]
1886 } 1887 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698