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

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

Issue 2051083002: WIP : Generic Sensor API implementation Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Created 4 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/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("//build_overrides/v8.gni") 10 import("//build_overrides/v8.gni")
(...skipping 439 matching lines...) Expand 10 before | Expand all | Expand 10 after
450 "//content/public/browser", 450 "//content/public/browser",
451 "//content/public/child", 451 "//content/public/child",
452 "//content/public/common", 452 "//content/public/common",
453 "//content/public/renderer", 453 "//content/public/renderer",
454 "//content/renderer:for_content_tests", 454 "//content/renderer:for_content_tests",
455 "//content/shell:content_shell_lib", 455 "//content/shell:content_shell_lib",
456 "//content/shell:pak", 456 "//content/shell:pak",
457 "//content/test:test_support", 457 "//content/test:test_support",
458 "//device/battery", 458 "//device/battery",
459 "//device/battery:mojo_bindings", 459 "//device/battery:mojo_bindings",
460 "//device/sensors:mojo_bindings",
460 "//device/vibration:mojo_bindings", 461 "//device/vibration:mojo_bindings",
461 "//gin", 462 "//gin",
462 "//gpu", 463 "//gpu",
463 "//ipc:test_support", 464 "//ipc:test_support",
464 "//media", 465 "//media",
465 "//media:test_support", 466 "//media:test_support",
466 "//media/audio:test_support", 467 "//media/audio:test_support",
467 "//media/base:test_support", 468 "//media/base:test_support",
468 "//mojo/edk/system", 469 "//mojo/edk/system",
469 "//mojo/edk/test:test_support", 470 "//mojo/edk/test:test_support",
(...skipping 442 matching lines...) Expand 10 before | Expand all | Expand 10 after
912 913
913 fuzzer_test("renderer_fuzzer") { 914 fuzzer_test("renderer_fuzzer") {
914 sources = [ 915 sources = [
915 "renderer_fuzzer.cc", 916 "renderer_fuzzer.cc",
916 ] 917 ]
917 deps = [ 918 deps = [
918 ":test_support", 919 ":test_support",
919 "//content/shell:content_shell_lib", 920 "//content/shell:content_shell_lib",
920 ] 921 ]
921 } 922 }
OLDNEW
« no previous file with comments | « content/public/android/java/src/org/chromium/content/browser/ServiceRegistrar.java ('k') | device/sensors/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698