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("//mojo/public/tools/bindings/mojom.gni") | 10 import("//mojo/public/tools/bindings/mojom.gni") |
(...skipping 425 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
436 "//content/renderer:for_content_tests", | 436 "//content/renderer:for_content_tests", |
437 "//content/shell:content_shell_lib", | 437 "//content/shell:content_shell_lib", |
438 "//content/shell:pak", | 438 "//content/shell:pak", |
439 "//content/test:test_support", | 439 "//content/test:test_support", |
440 "//device/battery", | 440 "//device/battery", |
441 "//device/battery:mojo_bindings", | 441 "//device/battery:mojo_bindings", |
442 "//device/power_save_blocker", | 442 "//device/power_save_blocker", |
443 "//device/vibration:mojo_bindings", | 443 "//device/vibration:mojo_bindings", |
444 "//gin", | 444 "//gin", |
445 "//gpu", | 445 "//gpu", |
| 446 "//ipc:mojom", |
446 "//ipc:test_support", | 447 "//ipc:test_support", |
447 "//media", | 448 "//media", |
448 "//media:test_support", | 449 "//media:test_support", |
449 "//media/audio:test_support", | 450 "//media/audio:test_support", |
450 "//media/base:test_support", | 451 "//media/base:test_support", |
| 452 "//mojo/edk/system", |
| 453 "//mojo/edk/test:test_support", |
451 "//mojo/public/cpp/bindings", | 454 "//mojo/public/cpp/bindings", |
452 "//mojo/public/js", | 455 "//mojo/public/js", |
453 "//net:test_support", | 456 "//net:test_support", |
454 "//services/shell/public/cpp", | 457 "//services/shell/public/cpp", |
455 "//storage/browser", | 458 "//storage/browser", |
456 "//testing/gmock", | 459 "//testing/gmock", |
457 "//testing/gtest", | 460 "//testing/gtest", |
458 "//third_party/WebKit/public:blink", | 461 "//third_party/WebKit/public:blink", |
459 "//third_party/leveldatabase", | 462 "//third_party/leveldatabase", |
460 "//third_party/mesa:osmesa", | 463 "//third_party/mesa:osmesa", |
(...skipping 434 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
895 if (is_android) { | 898 if (is_android) { |
896 deps += [ "//testing/android/native_test:native_test_native_code" ] | 899 deps += [ "//testing/android/native_test:native_test_native_code" ] |
897 } | 900 } |
898 } | 901 } |
899 | 902 |
900 group("fuzzers") { | 903 group("fuzzers") { |
901 deps = [ | 904 deps = [ |
902 "//content/test/fuzzer", | 905 "//content/test/fuzzer", |
903 ] | 906 ] |
904 } | 907 } |
OLD | NEW |