Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1192)

Side by Side Diff: chrome/test/BUILD.gn

Issue 2064173002: Revert of gn BUILD fixes for disabling enable_extensions and use_ash feature flags. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/browser/media/router/BUILD.gn ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 "//third_party/libpng", 395 "//third_party/libpng",
396 "//third_party/zlib", 396 "//third_party/zlib",
397 "//ui/base:test_support", 397 "//ui/base:test_support",
398 "//ui/resources:ui_test_pak", 398 "//ui/resources:ui_test_pak",
399 "//ui/web_dialogs:test_support", 399 "//ui/web_dialogs:test_support",
400 ] 400 ]
401 401
402 # TODO(rockot) bug 505926: The chrome_extensions_interactive_uitests target 402 # TODO(rockot) bug 505926: The chrome_extensions_interactive_uitests target
403 # should be deleted and this line removed. See the 403 # should be deleted and this line removed. See the
404 # chrome_extensions_interactive_uitests target for more. 404 # chrome_extensions_interactive_uitests target for more.
405 if (enable_extensions) { 405 deps += [ "//extensions:chrome_extensions_interactive_uitests" ]
406 deps += [ "//extensions:chrome_extensions_interactive_uitests" ]
407 }
408 406
409 # Runtime dependencies 407 # Runtime dependencies
410 data_deps += [ 408 data_deps += [
411 "//ppapi:ppapi_tests", 409 "//ppapi:ppapi_tests",
412 "//third_party/mesa:osmesa", 410 "//third_party/mesa:osmesa",
413 ] 411 ]
414 412
415 if (toolkit_views) { 413 if (toolkit_views) {
416 sources += rebase_path( 414 sources += rebase_path(
417 chrome_tests_gypi_values.chrome_interactive_ui_test_views_sources, 415 chrome_tests_gypi_values.chrome_interactive_ui_test_views_sources,
(...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after
890 "//base", 888 "//base",
891 "//base:i18n", 889 "//base:i18n",
892 "//base/test:test_support", 890 "//base/test:test_support",
893 "//chrome:browser_tests_pak", 891 "//chrome:browser_tests_pak",
894 "//chrome:packed_extra_resources", 892 "//chrome:packed_extra_resources",
895 "//chrome:packed_resources", 893 "//chrome:packed_resources",
896 "//chrome:resources", 894 "//chrome:resources",
897 "//chrome:strings", 895 "//chrome:strings",
898 "//chrome/browser", 896 "//chrome/browser",
899 "//chrome/browser/resources:extension_resource_demo", 897 "//chrome/browser/resources:extension_resource_demo",
898 "//chrome/common/extensions/api",
900 "//chrome/renderer", 899 "//chrome/renderer",
901 "//components/autofill/content/browser:risk_proto", 900 "//components/autofill/content/browser:risk_proto",
902 "//components/autofill/content/renderer:test_support", 901 "//components/autofill/content/renderer:test_support",
903 "//components/captive_portal:test_support", 902 "//components/captive_portal:test_support",
904 "//components/dom_distiller/content/browser", 903 "//components/dom_distiller/content/browser",
905 "//components/dom_distiller/content/renderer", 904 "//components/dom_distiller/content/renderer",
906 "//components/dom_distiller/core:test_support", 905 "//components/dom_distiller/core:test_support",
907 "//components/guest_view/browser:test_support", 906 "//components/guest_view/browser:test_support",
908 "//components/resources", 907 "//components/resources",
909 "//components/safe_browsing_db:test_database_manager", 908 "//components/safe_browsing_db:test_database_manager",
910 "//components/strings", 909 "//components/strings",
911 "//components/translate/core/common", 910 "//components/translate/core/common",
912 "//content/public/common:features", 911 "//content/public/common:features",
913 "//content/test:browsertest_base", 912 "//content/test:browsertest_base",
914 "//crypto:platform", 913 "//crypto:platform",
915 "//crypto:test_support", 914 "//crypto:test_support",
916 "//device/bluetooth:mocks", 915 "//device/bluetooth:mocks",
917 "//device/serial:test_support", 916 "//device/serial:test_support",
917 "//extensions/common/api",
918 "//google_apis:test_support", 918 "//google_apis:test_support",
919 "//media", 919 "//media",
920 "//media/base:test_support", 920 "//media/base:test_support",
921 "//media/cast:test_support", 921 "//media/cast:test_support",
922 "//net", 922 "//net",
923 "//net:test_support", 923 "//net:test_support",
924 "//sdch", 924 "//sdch",
925 "//skia", 925 "//skia",
926 "//sync", 926 "//sync",
927 "//sync:test_support_sync_api", 927 "//sync:test_support_sync_api",
928 "//testing/gmock", 928 "//testing/gmock",
929 "//testing/gtest", 929 "//testing/gtest",
930 "//testing/perf", 930 "//testing/perf",
931 "//third_party/cacheinvalidation", 931 "//third_party/cacheinvalidation",
932 "//third_party/cld_2:cld2_platform_impl", 932 "//third_party/cld_2:cld2_platform_impl",
933 "//third_party/icu", 933 "//third_party/icu",
934 "//third_party/leveldatabase", 934 "//third_party/leveldatabase",
935 "//third_party/libjingle", 935 "//third_party/libjingle",
936 "//third_party/safe_browsing:test_support", 936 "//third_party/safe_browsing:test_support",
937 "//third_party/webrtc/modules/desktop_capture", 937 "//third_party/webrtc/modules/desktop_capture",
938 "//third_party/widevine/cdm:version_h", 938 "//third_party/widevine/cdm:version_h",
939 "//ui/accessibility:test_support", 939 "//ui/accessibility:test_support",
940 "//ui/base:test_support", 940 "//ui/base:test_support",
941 "//ui/compositor:test_support", 941 "//ui/compositor:test_support",
942 "//ui/resources", 942 "//ui/resources",
943 "//ui/web_dialogs:test_support", 943 "//ui/web_dialogs:test_support",
944 "//v8", 944 "//v8",
945 ] 945 ]
946 if (enable_extensions) {
947 deps += [
948 "//chrome/common/extensions/api",
949 "//extensions/common/api",
950 ]
951 }
952 946
953 # TODO(rockot) bug 505926: The chrome_extensions_browsertests target should 947 # TODO(rockot) bug 505926: The chrome_extensions_browsertests target should
954 # be deleted and this line removed. See the chrome_extensions_browsertests 948 # be deleted and this line removed. See the chrome_extensions_browsertests
955 # target for more. 949 # target for more.
956 if (enable_extensions) { 950 deps += [ "//extensions:chrome_extensions_browsertests" ]
957 deps += [ "//extensions:chrome_extensions_browsertests" ]
958 }
959 951
960 # Runtime dependencies 952 # Runtime dependencies
961 data_deps = [ 953 data_deps = [
962 "//chrome", 954 "//chrome",
963 "//ppapi:ppapi_tests", 955 "//ppapi:ppapi_tests",
964 "//ppapi:power_saver_test_plugin", 956 "//ppapi:power_saver_test_plugin",
965 "//remoting/webapp:browser_test_resources", 957 "//remoting/webapp:browser_test_resources",
966 "//remoting/webapp:unit_tests", 958 "//remoting/webapp:unit_tests",
967 "//third_party/mesa:osmesa", 959 "//third_party/mesa:osmesa",
968 "//third_party/widevine/cdm:widevine_test_license_server", 960 "//third_party/widevine/cdm:widevine_test_license_server",
(...skipping 1422 matching lines...) Expand 10 before | Expand all | Expand 10 after
2391 if (is_android) { 2383 if (is_android) {
2392 android_library("unit_tests_java") { 2384 android_library("unit_tests_java") {
2393 java_files = [ "android/unit_tests_apk/src/org/chromium/chrome/unit_tests_ap k/ChromeNativeTestApplication.java" ] 2385 java_files = [ "android/unit_tests_apk/src/org/chromium/chrome/unit_tests_ap k/ChromeNativeTestApplication.java" ]
2394 deps = [ 2386 deps = [
2395 "//base:base_java", 2387 "//base:base_java",
2396 "//chrome/android:chrome_java", 2388 "//chrome/android:chrome_java",
2397 "//content/public/android:content_java", 2389 "//content/public/android:content_java",
2398 ] 2390 ]
2399 } 2391 }
2400 } 2392 }
OLDNEW
« no previous file with comments | « chrome/browser/media/router/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698