OLD | NEW |
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 433 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
444 "//content/public/browser", | 444 "//content/public/browser", |
445 "//content/public/child", | 445 "//content/public/child", |
446 "//content/public/common", | 446 "//content/public/common", |
447 "//content/public/renderer", | 447 "//content/public/renderer", |
448 "//content/renderer:for_content_tests", | 448 "//content/renderer:for_content_tests", |
449 "//content/shell:content_shell_lib", | 449 "//content/shell:content_shell_lib", |
450 "//content/shell:pak", | 450 "//content/shell:pak", |
451 "//content/test:test_support", | 451 "//content/test:test_support", |
452 "//device/battery", | 452 "//device/battery", |
453 "//device/battery:mojo_bindings", | 453 "//device/battery:mojo_bindings", |
| 454 "//device/nfc:mojo_bindings", |
454 "//device/vibration:mojo_bindings", | 455 "//device/vibration:mojo_bindings", |
455 "//gin", | 456 "//gin", |
456 "//gpu", | 457 "//gpu", |
457 "//ipc:test_support", | 458 "//ipc:test_support", |
458 "//media", | 459 "//media", |
459 "//media:test_support", | 460 "//media:test_support", |
460 "//media/audio:test_support", | 461 "//media/audio:test_support", |
461 "//media/base:test_support", | 462 "//media/base:test_support", |
462 "//mojo/edk/system", | 463 "//mojo/edk/system", |
463 "//mojo/edk/test:test_support", | 464 "//mojo/edk/test:test_support", |
(...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
894 "//testing/gtest", | 895 "//testing/gtest", |
895 "//testing/perf", | 896 "//testing/perf", |
896 "//ui/gfx", | 897 "//ui/gfx", |
897 "//ui/gfx/geometry", | 898 "//ui/gfx/geometry", |
898 ] | 899 ] |
899 | 900 |
900 if (is_android) { | 901 if (is_android) { |
901 deps += [ "//testing/android/native_test:native_test_native_code" ] | 902 deps += [ "//testing/android/native_test:native_test_native_code" ] |
902 } | 903 } |
903 } | 904 } |
OLD | NEW |