| 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 "//content/public/renderer", | 63 "//content/public/renderer", |
| 64 "//content/public/utility", | 64 "//content/public/utility", |
| 65 "//content/renderer:for_content_tests", | 65 "//content/renderer:for_content_tests", |
| 66 "//content/shell:pak", | 66 "//content/shell:pak", |
| 67 "//content/utility:for_content_tests", | 67 "//content/utility:for_content_tests", |
| 68 "//ipc:test_support", | 68 "//ipc:test_support", |
| 69 "//ipc/mojo", | 69 "//ipc/mojo", |
| 70 "//media", | 70 "//media", |
| 71 "//mojo/edk/test:test_support", | 71 "//mojo/edk/test:test_support", |
| 72 "//net:test_support", | 72 "//net:test_support", |
| 73 "//services/shell/public/cpp:cpp_for_chromium", | 73 "//services/shell/public/cpp", |
| 74 "//skia", | 74 "//skia", |
| 75 "//storage/browser", | 75 "//storage/browser", |
| 76 "//storage/common", | 76 "//storage/common", |
| 77 "//testing/gmock", | 77 "//testing/gmock", |
| 78 "//testing/gtest", | 78 "//testing/gtest", |
| 79 "//ui/accessibility:ax_gen", | 79 "//ui/accessibility:ax_gen", |
| 80 "//ui/base", | 80 "//ui/base", |
| 81 "//ui/base:test_support", | 81 "//ui/base:test_support", |
| 82 "//ui/base:ui_data_pack", | 82 "//ui/base:ui_data_pack", |
| 83 "//ui/base/ime", | 83 "//ui/base/ime", |
| (...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 458 "//media", | 458 "//media", |
| 459 "//media:test_support", | 459 "//media:test_support", |
| 460 "//media/audio:test_support", | 460 "//media/audio:test_support", |
| 461 "//media/base:test_support", | 461 "//media/base:test_support", |
| 462 "//mojo/edk/system", | 462 "//mojo/edk/system", |
| 463 "//mojo/edk/test:test_support", | 463 "//mojo/edk/test:test_support", |
| 464 "//mojo/public/cpp/bindings", | 464 "//mojo/public/cpp/bindings", |
| 465 "//mojo/public/js", | 465 "//mojo/public/js", |
| 466 "//mojo/test:test_support", | 466 "//mojo/test:test_support", |
| 467 "//net:test_support", | 467 "//net:test_support", |
| 468 "//services/shell/public/cpp:cpp_for_chromium", | 468 "//services/shell/public/cpp", |
| 469 "//storage/browser", | 469 "//storage/browser", |
| 470 "//testing/gmock", | 470 "//testing/gmock", |
| 471 "//testing/gtest", | 471 "//testing/gtest", |
| 472 "//third_party/WebKit/public:blink", | 472 "//third_party/WebKit/public:blink", |
| 473 "//third_party/leveldatabase", | 473 "//third_party/leveldatabase", |
| 474 "//third_party/mesa:osmesa", | 474 "//third_party/mesa:osmesa", |
| 475 "//third_party/zlib", | 475 "//third_party/zlib", |
| 476 "//ui/accessibility", | 476 "//ui/accessibility", |
| 477 "//ui/accessibility:ax_gen", | 477 "//ui/accessibility:ax_gen", |
| 478 "//ui/base:test_support", | 478 "//ui/base:test_support", |
| (...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 894 "//testing/gtest", | 894 "//testing/gtest", |
| 895 "//testing/perf", | 895 "//testing/perf", |
| 896 "//ui/gfx", | 896 "//ui/gfx", |
| 897 "//ui/gfx/geometry", | 897 "//ui/gfx/geometry", |
| 898 ] | 898 ] |
| 899 | 899 |
| 900 if (is_android) { | 900 if (is_android) { |
| 901 deps += [ "//testing/android/native_test:native_test_native_code" ] | 901 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 902 } | 902 } |
| 903 } | 903 } |
| OLD | NEW |