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