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

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

Issue 2415083002: Move Device Sensors client files from Blink to //device/sensors client lib (Closed)
Patch Set: Fix gn check 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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/crypto.gni") 7 import("//build/config/crypto.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//mojo/public/tools/bindings/mojom.gni") 10 import("//mojo/public/tools/bindings/mojom.gni")
(...skipping 441 matching lines...) Expand 10 before | Expand all | Expand 10 after
452 deps = [ 452 deps = [
453 ":test_support", 453 ":test_support",
454 "//cc", 454 "//cc",
455 "//cc/blink", 455 "//cc/blink",
456 "//components/test_runner:test_runner", 456 "//components/test_runner:test_runner",
457 "//content/browser:for_content_tests", 457 "//content/browser:for_content_tests",
458 "//content/child:for_content_tests", 458 "//content/child:for_content_tests",
459 "//content/public/common", 459 "//content/public/common",
460 "//content/renderer:for_content_tests", 460 "//content/renderer:for_content_tests",
461 "//device/bluetooth", 461 "//device/bluetooth",
462 "//device/sensors/public/cpp",
462 "//skia", 463 "//skia",
463 "//ui/accessibility:ax_gen", 464 "//ui/accessibility:ax_gen",
464 "//ui/events/blink", 465 "//ui/events/blink",
465 "//v8", 466 "//v8",
466 ] 467 ]
467 468
468 if (is_android) { 469 if (is_android) {
469 deps += [ "//content/public/test/android:test_support_content_jni_headers" ] 470 deps += [ "//content/public/test/android:test_support_content_jni_headers" ]
470 } 471 }
471 } 472 }
(...skipping 1214 matching lines...) Expand 10 before | Expand all | Expand 10 after
1686 if (is_android) { 1687 if (is_android) {
1687 deps += [ "//testing/android/native_test:native_test_native_code" ] 1688 deps += [ "//testing/android/native_test:native_test_native_code" ]
1688 } 1689 }
1689 } 1690 }
1690 1691
1691 group("fuzzers") { 1692 group("fuzzers") {
1692 deps = [ 1693 deps = [
1693 "//content/test/fuzzer", 1694 "//content/test/fuzzer",
1694 ] 1695 ]
1695 } 1696 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698