| 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("//chrome/chrome_tests.gni") | 10 import("//chrome/chrome_tests.gni") |
| (...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 363 # should be deleted and this line removed. See the | 363 # should be deleted and this line removed. See the |
| 364 # chrome_extensions_interactive_uitests target for more. | 364 # chrome_extensions_interactive_uitests target for more. |
| 365 deps += [ "//extensions:chrome_extensions_interactive_uitests" ] | 365 deps += [ "//extensions:chrome_extensions_interactive_uitests" ] |
| 366 | 366 |
| 367 # Runtime dependencies | 367 # Runtime dependencies |
| 368 data_deps = [ | 368 data_deps = [ |
| 369 "//ppapi:ppapi_tests", | 369 "//ppapi:ppapi_tests", |
| 370 "//third_party/mesa:osmesa", | 370 "//third_party/mesa:osmesa", |
| 371 ] | 371 ] |
| 372 | 372 |
| 373 if (is_mac) { |
| 374 sources += [ |
| 375 "../browser/task_manager/task_manager_browsertest_util.cc", |
| 376 "../browser/task_manager/task_manager_browsertest_util.h", |
| 377 ] |
| 378 } |
| 379 |
| 373 if (toolkit_views) { | 380 if (toolkit_views) { |
| 374 sources += rebase_path( | 381 sources += rebase_path( |
| 375 chrome_tests_gypi_values.chrome_interactive_ui_test_views_sources, | 382 chrome_tests_gypi_values.chrome_interactive_ui_test_views_sources, |
| 376 ".", | 383 ".", |
| 377 "//chrome") | 384 "//chrome") |
| 378 deps += [ | 385 deps += [ |
| 379 "//ui/views", | 386 "//ui/views", |
| 380 "//ui/views:test_support", | 387 "//ui/views:test_support", |
| 381 "//ui/views/controls/webview:test_support", | 388 "//ui/views/controls/webview:test_support", |
| 382 ] | 389 ] |
| (...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 875 "$root_out_dir/test_case.html.mock-http-headers", | 882 "$root_out_dir/test_case.html.mock-http-headers", |
| 876 "$root_out_dir/test_data/", | 883 "$root_out_dir/test_data/", |
| 877 "$root_out_dir/test_page.css", | 884 "$root_out_dir/test_page.css", |
| 878 "$root_out_dir/test_page.css.mock-http-headers", | 885 "$root_out_dir/test_page.css.mock-http-headers", |
| 879 "$root_out_dir/test_url_loader_data/", | 886 "$root_out_dir/test_url_loader_data/", |
| 880 ] | 887 ] |
| 881 if (is_win) { | 888 if (is_win) { |
| 882 data += [ "$root_out_dir/chrome_200_percent.pak" ] | 889 data += [ "$root_out_dir/chrome_200_percent.pak" ] |
| 883 } | 890 } |
| 884 | 891 |
| 892 if (is_mac) { |
| 893 sources += rebase_path( |
| 894 chrome_tests_gypi_values.chrome_browser_tests_old_task_manager_mac
_sources, |
| 895 ".", |
| 896 "//chrome") |
| 897 } |
| 898 |
| 885 deps = [ | 899 deps = [ |
| 886 ":browser_tests_js_webui", | 900 ":browser_tests_js_webui", |
| 887 ":sync_integration_test_support", | 901 ":sync_integration_test_support", |
| 888 ":test_support", | 902 ":test_support", |
| 889 ":test_support_ui", | 903 ":test_support_ui", |
| 890 "//base", | 904 "//base", |
| 891 "//base:i18n", | 905 "//base:i18n", |
| 892 "//base/test:test_support", | 906 "//base/test:test_support", |
| 893 "//chrome:browser_tests_pak", | 907 "//chrome:browser_tests_pak", |
| 894 "//chrome:packed_extra_resources", | 908 "//chrome:packed_extra_resources", |
| (...skipping 944 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1839 "//build/linux:gio", | 1853 "//build/linux:gio", |
| 1840 "//chrome/browser/ui/libgtk2ui", | 1854 "//chrome/browser/ui/libgtk2ui", |
| 1841 ] | 1855 ] |
| 1842 } | 1856 } |
| 1843 | 1857 |
| 1844 if (enable_task_manager) { | 1858 if (enable_task_manager) { |
| 1845 sources += rebase_path( | 1859 sources += rebase_path( |
| 1846 chrome_tests_unit_gypi_values.chrome_unit_tests_task_manager_sources
, | 1860 chrome_tests_unit_gypi_values.chrome_unit_tests_task_manager_sources
, |
| 1847 ".", | 1861 ".", |
| 1848 "//chrome") | 1862 "//chrome") |
| 1863 |
| 1864 if (is_mac) { |
| 1865 sources += rebase_path( |
| 1866 chrome_tests_unit_gypi_values.chrome_unit_tests_old_task_manager_m
ac_sources, |
| 1867 ".", |
| 1868 "//chrome") |
| 1869 } |
| 1849 } | 1870 } |
| 1850 if (enable_mdns) { | 1871 if (enable_mdns) { |
| 1851 sources += rebase_path( | 1872 sources += rebase_path( |
| 1852 chrome_tests_unit_gypi_values.chrome_unit_tests_mdns_sources, | 1873 chrome_tests_unit_gypi_values.chrome_unit_tests_mdns_sources, |
| 1853 ".", | 1874 ".", |
| 1854 "//chrome") | 1875 "//chrome") |
| 1855 } | 1876 } |
| 1856 if (enable_service_discovery) { | 1877 if (enable_service_discovery) { |
| 1857 sources += rebase_path( | 1878 sources += rebase_path( |
| 1858 chrome_tests_unit_gypi_values.chrome_unit_tests_service_discovery_so
urces, | 1879 chrome_tests_unit_gypi_values.chrome_unit_tests_service_discovery_so
urces, |
| (...skipping 434 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2293 if (is_android) { | 2314 if (is_android) { |
| 2294 android_library("unit_tests_java") { | 2315 android_library("unit_tests_java") { |
| 2295 java_files = [ "android/unit_tests_apk/src/org/chromium/chrome/unit_tests_ap
k/ChromeNativeTestApplication.java" ] | 2316 java_files = [ "android/unit_tests_apk/src/org/chromium/chrome/unit_tests_ap
k/ChromeNativeTestApplication.java" ] |
| 2296 deps = [ | 2317 deps = [ |
| 2297 "//base:base_java", | 2318 "//base:base_java", |
| 2298 "//chrome/android:chrome_java", | 2319 "//chrome/android:chrome_java", |
| 2299 "//content/public/android:content_java", | 2320 "//content/public/android:content_java", |
| 2300 ] | 2321 ] |
| 2301 } | 2322 } |
| 2302 } | 2323 } |
| OLD | NEW |