| 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 440 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 451 "//device/battery", | 451 "//device/battery", |
| 452 "//device/battery:mojo_bindings", | 452 "//device/battery:mojo_bindings", |
| 453 "//device/vibration:mojo_bindings", | 453 "//device/vibration:mojo_bindings", |
| 454 "//gin", | 454 "//gin", |
| 455 "//gpu", | 455 "//gpu", |
| 456 "//ipc:test_support", | 456 "//ipc:test_support", |
| 457 "//media", | 457 "//media", |
| 458 "//media:test_support", | 458 "//media:test_support", |
| 459 "//media/audio:test_support", | 459 "//media/audio:test_support", |
| 460 "//media/base:test_support", | 460 "//media/base:test_support", |
| 461 "//media/mojo/common", |
| 462 "//media/mojo/interfaces", |
| 461 "//mojo/edk/system", | 463 "//mojo/edk/system", |
| 462 "//mojo/edk/test:test_support", | 464 "//mojo/edk/test:test_support", |
| 463 "//mojo/public/cpp/bindings", | 465 "//mojo/public/cpp/bindings", |
| 464 "//mojo/public/js", | 466 "//mojo/public/js", |
| 465 "//mojo/test:test_support", | 467 "//mojo/test:test_support", |
| 466 "//net:test_support", | 468 "//net:test_support", |
| 467 "//services/shell/public/cpp:cpp_for_chromium", | 469 "//services/shell/public/cpp:cpp_for_chromium", |
| 468 "//storage/browser", | 470 "//storage/browser", |
| 469 "//testing/gmock", | 471 "//testing/gmock", |
| 470 "//testing/gtest", | 472 "//testing/gtest", |
| (...skipping 416 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 887 "//testing/gtest", | 889 "//testing/gtest", |
| 888 "//testing/perf", | 890 "//testing/perf", |
| 889 "//ui/gfx", | 891 "//ui/gfx", |
| 890 "//ui/gfx/geometry", | 892 "//ui/gfx/geometry", |
| 891 ] | 893 ] |
| 892 | 894 |
| 893 if (is_android) { | 895 if (is_android) { |
| 894 deps += [ "//testing/android/native_test:native_test_native_code" ] | 896 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 895 } | 897 } |
| 896 } | 898 } |
| OLD | NEW |