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

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

Issue 2819273006: Move //device/sensor impl to be part of the internal implemenation of the Device Service. (Closed)
Patch Set: Move //device/sensor impl to be part of the internal implemenation of the Device Service Created 3 years, 8 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/shell/test_runner/test_runner_for_specific_view.cc ('k') | content/test/DEPS » ('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 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 474 matching lines...) Expand 10 before | Expand all | Expand 10 after
485 ":test_support", 485 ":test_support",
486 "//cc", 486 "//cc",
487 "//cc/blink", 487 "//cc/blink",
488 "//content/browser:for_content_tests", 488 "//content/browser:for_content_tests",
489 "//content/child:for_content_tests", 489 "//content/child:for_content_tests",
490 "//content/public/common", 490 "//content/public/common",
491 "//content/renderer:for_content_tests", 491 "//content/renderer:for_content_tests",
492 "//content/shell/test_runner:test_runner", 492 "//content/shell/test_runner:test_runner",
493 "//device/bluetooth", 493 "//device/bluetooth",
494 "//device/gamepad/public/cpp:shared_with_blink", 494 "//device/gamepad/public/cpp:shared_with_blink",
495 "//device/sensors/public/cpp:full", 495 "//services/device/public/cpp/sensors:full",
496 "//services/ui/public/cpp/gpu", 496 "//services/ui/public/cpp/gpu",
497 "//skia", 497 "//skia",
498 "//ui/accessibility:ax_gen", 498 "//ui/accessibility:ax_gen",
499 "//ui/events/blink", 499 "//ui/events/blink",
500 "//ui/gfx:test_support", 500 "//ui/gfx:test_support",
501 "//v8", 501 "//v8",
502 ] 502 ]
503 503
504 if (is_android) { 504 if (is_android) {
505 deps += [ "//content/public/test/android:test_support_content_jni_headers" ] 505 deps += [ "//content/public/test/android:test_support_content_jni_headers" ]
(...skipping 961 matching lines...) Expand 10 before | Expand all | Expand 10 after
1467 "//content/public/renderer", 1467 "//content/public/renderer",
1468 "//content/renderer:for_content_tests", 1468 "//content/renderer:for_content_tests",
1469 "//crypto", 1469 "//crypto",
1470 "//device/battery", 1470 "//device/battery",
1471 "//device/battery:mojo_bindings", 1471 "//device/battery:mojo_bindings",
1472 "//device/bluetooth", 1472 "//device/bluetooth",
1473 "//device/bluetooth:mocks", 1473 "//device/bluetooth:mocks",
1474 "//device/gamepad", 1474 "//device/gamepad",
1475 "//device/gamepad:test_helpers", 1475 "//device/gamepad:test_helpers",
1476 "//device/gamepad/public/cpp:shared_with_blink", 1476 "//device/gamepad/public/cpp:shared_with_blink",
1477 "//device/sensors/public/cpp:full",
1478 "//device/sensors/public/interfaces",
1479 "//gin", 1477 "//gin",
1480 "//gpu", 1478 "//gpu",
1481 "//gpu:test_support", 1479 "//gpu:test_support",
1482 "//gpu/ipc/host", 1480 "//gpu/ipc/host",
1483 "//ipc:test_support", 1481 "//ipc:test_support",
1484 "//media:shared_memory_support", 1482 "//media:shared_memory_support",
1485 "//media:test_support", 1483 "//media:test_support",
1486 "//media/audio:test_support", 1484 "//media/audio:test_support",
1487 "//media/base:test_support", 1485 "//media/base:test_support",
1488 "//media/blink", 1486 "//media/blink",
1489 "//media/capture", 1487 "//media/capture",
1490 "//media/capture/mojo:capture_types", 1488 "//media/capture/mojo:capture_types",
1491 "//media/midi:midi", 1489 "//media/midi:midi",
1492 "//media/midi:mojo", 1490 "//media/midi:mojo",
1493 "//mojo/edk/system", 1491 "//mojo/edk/system",
1494 "//mojo/public/cpp/bindings", 1492 "//mojo/public/cpp/bindings",
1495 "//net:extras", 1493 "//net:extras",
1496 "//net:test_support", 1494 "//net:test_support",
1497 "//ppapi/c", 1495 "//ppapi/c",
1498 "//ppapi/features", 1496 "//ppapi/features",
1499 "//printing", 1497 "//printing",
1500 "//services/catalog:lib", 1498 "//services/catalog:lib",
1499 "//services/device/public/cpp/sensors:full",
1500 "//services/device/public/interfaces",
1501 "//services/device/public/interfaces:constants", 1501 "//services/device/public/interfaces:constants",
1502 "//services/file:lib", 1502 "//services/file:lib",
1503 "//services/file/public/interfaces", 1503 "//services/file/public/interfaces",
1504 "//services/service_manager/public/cpp:service_test_support", 1504 "//services/service_manager/public/cpp:service_test_support",
1505 "//skia", 1505 "//skia",
1506 "//sql", 1506 "//sql",
1507 "//sql:test_support", 1507 "//sql:test_support",
1508 "//storage/browser", 1508 "//storage/browser",
1509 "//storage/browser:test_support", 1509 "//storage/browser:test_support",
1510 "//storage/common", 1510 "//storage/common",
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
1834 if (is_android) { 1834 if (is_android) {
1835 deps += [ "//testing/android/native_test:native_test_native_code" ] 1835 deps += [ "//testing/android/native_test:native_test_native_code" ]
1836 } 1836 }
1837 } 1837 }
1838 1838
1839 group("fuzzers") { 1839 group("fuzzers") {
1840 deps = [ 1840 deps = [
1841 "//content/test/fuzzer", 1841 "//content/test/fuzzer",
1842 ] 1842 ]
1843 } 1843 }
OLDNEW
« no previous file with comments | « content/shell/test_runner/test_runner_for_specific_view.cc ('k') | content/test/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698