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

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

Issue 1950003002: 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: rebasing on latest master 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 deps += [ "//extensions:chrome_extensions_interactive_uitests" ] 405 if (enable_extensions) {
406 deps += [ "//extensions:chrome_extensions_interactive_uitests" ]
407 }
406 408
407 # Runtime dependencies 409 # Runtime dependencies
408 data_deps += [ 410 data_deps += [
409 "//ppapi:ppapi_tests", 411 "//ppapi:ppapi_tests",
410 "//third_party/mesa:osmesa", 412 "//third_party/mesa:osmesa",
411 ] 413 ]
412 414
413 if (toolkit_views) { 415 if (toolkit_views) {
414 sources += rebase_path( 416 sources += rebase_path(
415 chrome_tests_gypi_values.chrome_interactive_ui_test_views_sources, 417 chrome_tests_gypi_values.chrome_interactive_ui_test_views_sources,
(...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after
888 "//base", 890 "//base",
889 "//base:i18n", 891 "//base:i18n",
890 "//base/test:test_support", 892 "//base/test:test_support",
891 "//chrome:browser_tests_pak", 893 "//chrome:browser_tests_pak",
892 "//chrome:packed_extra_resources", 894 "//chrome:packed_extra_resources",
893 "//chrome:packed_resources", 895 "//chrome:packed_resources",
894 "//chrome:resources", 896 "//chrome:resources",
895 "//chrome:strings", 897 "//chrome:strings",
896 "//chrome/browser", 898 "//chrome/browser",
897 "//chrome/browser/resources:extension_resource_demo", 899 "//chrome/browser/resources:extension_resource_demo",
898 "//chrome/common/extensions/api",
899 "//chrome/renderer", 900 "//chrome/renderer",
900 "//components/autofill/content/browser:risk_proto", 901 "//components/autofill/content/browser:risk_proto",
901 "//components/autofill/content/renderer:test_support", 902 "//components/autofill/content/renderer:test_support",
902 "//components/captive_portal:test_support", 903 "//components/captive_portal:test_support",
903 "//components/dom_distiller/content/browser", 904 "//components/dom_distiller/content/browser",
904 "//components/dom_distiller/content/renderer", 905 "//components/dom_distiller/content/renderer",
905 "//components/dom_distiller/core:test_support", 906 "//components/dom_distiller/core:test_support",
906 "//components/guest_view/browser:test_support", 907 "//components/guest_view/browser:test_support",
907 "//components/resources", 908 "//components/resources",
908 "//components/safe_browsing_db:test_database_manager", 909 "//components/safe_browsing_db:test_database_manager",
909 "//components/strings", 910 "//components/strings",
910 "//components/translate/core/common", 911 "//components/translate/core/common",
911 "//content/public/common:features", 912 "//content/public/common:features",
912 "//content/test:browsertest_base", 913 "//content/test:browsertest_base",
913 "//crypto:platform", 914 "//crypto:platform",
914 "//crypto:test_support", 915 "//crypto:test_support",
915 "//device/bluetooth:mocks", 916 "//device/bluetooth:mocks",
916 "//device/serial:test_support", 917 "//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 }
946 952
947 # TODO(rockot) bug 505926: The chrome_extensions_browsertests target should 953 # TODO(rockot) bug 505926: The chrome_extensions_browsertests target should
948 # be deleted and this line removed. See the chrome_extensions_browsertests 954 # be deleted and this line removed. See the chrome_extensions_browsertests
949 # target for more. 955 # target for more.
950 deps += [ "//extensions:chrome_extensions_browsertests" ] 956 if (enable_extensions) {
957 deps += [ "//extensions:chrome_extensions_browsertests" ]
958 }
951 959
952 # Runtime dependencies 960 # Runtime dependencies
953 data_deps = [ 961 data_deps = [
954 "//chrome", 962 "//chrome",
955 "//ppapi:ppapi_tests", 963 "//ppapi:ppapi_tests",
956 "//ppapi:power_saver_test_plugin", 964 "//ppapi:power_saver_test_plugin",
957 "//remoting/webapp:browser_test_resources", 965 "//remoting/webapp:browser_test_resources",
958 "//remoting/webapp:unit_tests", 966 "//remoting/webapp:unit_tests",
959 "//third_party/mesa:osmesa", 967 "//third_party/mesa:osmesa",
960 "//third_party/widevine/cdm:widevine_test_license_server", 968 "//third_party/widevine/cdm:widevine_test_license_server",
(...skipping 1422 matching lines...) Expand 10 before | Expand all | Expand 10 after
2383 if (is_android) { 2391 if (is_android) {
2384 android_library("unit_tests_java") { 2392 android_library("unit_tests_java") {
2385 java_files = [ "android/unit_tests_apk/src/org/chromium/chrome/unit_tests_ap k/ChromeNativeTestApplication.java" ] 2393 java_files = [ "android/unit_tests_apk/src/org/chromium/chrome/unit_tests_ap k/ChromeNativeTestApplication.java" ]
2386 deps = [ 2394 deps = [
2387 "//base:base_java", 2395 "//base:base_java",
2388 "//chrome/android:chrome_java", 2396 "//chrome/android:chrome_java",
2389 "//content/public/android:content_java", 2397 "//content/public/android:content_java",
2390 ] 2398 ]
2391 } 2399 }
2392 } 2400 }
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