| 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 446 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 457 "//gpu", | 457 "//gpu", |
| 458 "//ipc:test_support", | 458 "//ipc:test_support", |
| 459 "//media", | 459 "//media", |
| 460 "//media:test_support", | 460 "//media:test_support", |
| 461 "//media/audio:test_support", | 461 "//media/audio:test_support", |
| 462 "//media/base:test_support", | 462 "//media/base:test_support", |
| 463 "//mojo/edk/system", | 463 "//mojo/edk/system", |
| 464 "//mojo/edk/test:test_support", | 464 "//mojo/edk/test:test_support", |
| 465 "//mojo/public/cpp/bindings", | 465 "//mojo/public/cpp/bindings", |
| 466 "//mojo/public/js", | 466 "//mojo/public/js", |
| 467 "//mojo/test:test_support", | |
| 468 "//net:test_support", | 467 "//net:test_support", |
| 469 "//services/shell/public/cpp", | 468 "//services/shell/public/cpp", |
| 470 "//storage/browser", | 469 "//storage/browser", |
| 471 "//testing/gmock", | 470 "//testing/gmock", |
| 472 "//testing/gtest", | 471 "//testing/gtest", |
| 473 "//third_party/WebKit/public:blink", | 472 "//third_party/WebKit/public:blink", |
| 474 "//third_party/leveldatabase", | 473 "//third_party/leveldatabase", |
| 475 "//third_party/mesa:osmesa", | 474 "//third_party/mesa:osmesa", |
| 476 "//third_party/zlib", | 475 "//third_party/zlib", |
| 477 "//ui/accessibility", | 476 "//ui/accessibility", |
| (...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 896 "//testing/gtest", | 895 "//testing/gtest", |
| 897 "//testing/perf", | 896 "//testing/perf", |
| 898 "//ui/gfx", | 897 "//ui/gfx", |
| 899 "//ui/gfx/geometry", | 898 "//ui/gfx/geometry", |
| 900 ] | 899 ] |
| 901 | 900 |
| 902 if (is_android) { | 901 if (is_android) { |
| 903 deps += [ "//testing/android/native_test:native_test_native_code" ] | 902 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 904 } | 903 } |
| 905 } | 904 } |
| OLD | NEW |