| 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 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 298 | 298 |
| 299 sources = | 299 sources = |
| 300 rebase_path(content_tests_gypi_values.layouttest_support_content_sources, | 300 rebase_path(content_tests_gypi_values.layouttest_support_content_sources, |
| 301 ".", | 301 ".", |
| 302 "//content") | 302 "//content") |
| 303 | 303 |
| 304 deps = [ | 304 deps = [ |
| 305 ":test_support", | 305 ":test_support", |
| 306 "//cc", | 306 "//cc", |
| 307 "//cc/blink", | 307 "//cc/blink", |
| 308 "//components/scheduler:test_support", |
| 308 "//components/test_runner:test_runner", | 309 "//components/test_runner:test_runner", |
| 309 "//content/browser:for_content_tests", | 310 "//content/browser:for_content_tests", |
| 310 "//content/public/common", | 311 "//content/public/common", |
| 311 | 312 |
| 312 #"//content/shell:content_shell_lib", | 313 #"//content/shell:content_shell_lib", |
| 313 "//content/renderer:for_content_tests", | 314 "//content/renderer:for_content_tests", |
| 314 "//mojo/edk/test:test_support", | 315 "//mojo/edk/test:test_support", |
| 315 "//skia", | 316 "//skia", |
| 316 "//ui/accessibility:ax_gen", | 317 "//ui/accessibility:ax_gen", |
| 317 "//v8", | 318 "//v8", |
| (...skipping 694 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1012 "//gpu:test_support", | 1013 "//gpu:test_support", |
| 1013 "//media/base/android", | 1014 "//media/base/android", |
| 1014 "//media/base/android:media_java", | 1015 "//media/base/android:media_java", |
| 1015 "//media/capture/video/android:capture_java", | 1016 "//media/capture/video/android:capture_java", |
| 1016 "//testing/gmock", | 1017 "//testing/gmock", |
| 1017 "//ui/android:ui_java", | 1018 "//ui/android:ui_java", |
| 1018 ] | 1019 ] |
| 1019 } | 1020 } |
| 1020 } | 1021 } |
| 1021 } | 1022 } |
| OLD | NEW |