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