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/crypto.gni") | 6 import("//build/config/crypto.gni") |
7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
9 import("//chrome/chrome_tests.gni") | 9 import("//chrome/chrome_tests.gni") |
10 import("//chrome/test/base/js2gtest.gni") | 10 import("//chrome/test/base/js2gtest.gni") |
(...skipping 1046 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1057 "../browser/service_process/service_process_control_browsertest.cc", | 1057 "../browser/service_process/service_process_control_browsertest.cc", |
1058 "../browser/ui/webui/print_preview/print_preview_ui_browsertest.cc", | 1058 "../browser/ui/webui/print_preview/print_preview_ui_browsertest.cc", |
1059 "data/webui/print_preview.cc", | 1059 "data/webui/print_preview.cc", |
1060 "data/webui/print_preview.h", | 1060 "data/webui/print_preview.h", |
1061 ] | 1061 ] |
1062 } | 1062 } |
1063 if (enable_mdns) { | 1063 if (enable_mdns) { |
1064 sources += [ "../browser/ui/webui/local_discovery/local_discovery_ui_brows
ertest.cc" ] | 1064 sources += [ "../browser/ui/webui/local_discovery/local_discovery_ui_brows
ertest.cc" ] |
1065 } | 1065 } |
1066 if (use_brlapi) { | 1066 if (use_brlapi) { |
1067 deps += [ "//build/config/linux:libbrlapi" ] | 1067 deps += [ "//build/linux:libbrlapi" ] |
1068 } else { | 1068 } else { |
1069 sources -= [ "../browser/extensions/api/braille_display_private/braille_di
splay_private_apitest.cc" ] | 1069 sources -= [ "../browser/extensions/api/braille_display_private/braille_di
splay_private_apitest.cc" ] |
1070 } | 1070 } |
1071 if (is_chrome_branded) { | 1071 if (is_chrome_branded) { |
1072 sources -= [ | 1072 sources -= [ |
1073 # These tests depend on single process mode, which is disabled in | 1073 # These tests depend on single process mode, which is disabled in |
1074 # official builds. | 1074 # official builds. |
1075 "../renderer/safe_browsing/phishing_classifier_browsertest.cc", | 1075 "../renderer/safe_browsing/phishing_classifier_browsertest.cc", |
1076 "../renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc", | 1076 "../renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc", |
1077 "../renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc
", | 1077 "../renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc
", |
(...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1534 } | 1534 } |
1535 if (!is_chromeos && is_linux) { | 1535 if (!is_chromeos && is_linux) { |
1536 sources += rebase_path( | 1536 sources += rebase_path( |
1537 chrome_tests_unit_gypi_values.chrome_unit_tests_desktop_linux_sour
ces, | 1537 chrome_tests_unit_gypi_values.chrome_unit_tests_desktop_linux_sour
ces, |
1538 ".", | 1538 ".", |
1539 "//chrome") | 1539 "//chrome") |
1540 } | 1540 } |
1541 if (!is_chromeos && !use_ozone && is_linux) { | 1541 if (!is_chromeos && !use_ozone && is_linux) { |
1542 deps += [ | 1542 deps += [ |
1543 "//chrome/browser/ui/libgtk2ui", | 1543 "//chrome/browser/ui/libgtk2ui", |
1544 "//build/config/linux:gio", | 1544 "//build/linux:gio", |
1545 ] | 1545 ] |
1546 } | 1546 } |
1547 | 1547 |
1548 if (enable_task_manager) { | 1548 if (enable_task_manager) { |
1549 sources += rebase_path( | 1549 sources += rebase_path( |
1550 chrome_tests_unit_gypi_values.chrome_unit_tests_task_manager_sourc
es, | 1550 chrome_tests_unit_gypi_values.chrome_unit_tests_task_manager_sourc
es, |
1551 ".", | 1551 ".", |
1552 "//chrome") | 1552 "//chrome") |
1553 } | 1553 } |
1554 if (enable_mdns) { | 1554 if (enable_mdns) { |
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1962 "//third_party/mojo/src/mojo/edk/system", | 1962 "//third_party/mojo/src/mojo/edk/system", |
1963 ] | 1963 ] |
1964 | 1964 |
1965 if (!is_android && use_ash) { | 1965 if (!is_android && use_ash) { |
1966 sources += rebase_path( | 1966 sources += rebase_path( |
1967 chrome_tests_unit_gypi_values.chrome_test_support_unit_ash_sources, | 1967 chrome_tests_unit_gypi_values.chrome_test_support_unit_ash_sources, |
1968 ".", | 1968 ".", |
1969 "//chrome") | 1969 "//chrome") |
1970 } | 1970 } |
1971 } | 1971 } |
OLD | NEW |