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

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

Issue 2495193003: Convert spellcheck to a buildflag header. (Closed)
Patch Set: Comment Created 4 years, 1 month 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
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/common/features.gni") 10 import("//chrome/common/features.gni")
11 import("//chrome/chrome_repack_locales.gni") 11 import("//chrome/chrome_repack_locales.gni")
12 import("//chrome/test/base/js2gtest.gni") 12 import("//chrome/test/base/js2gtest.gni")
13 import("//components/os_crypt/features.gni") 13 import("//components/os_crypt/features.gni")
14 import("//components/spellcheck/spellcheck_build_features.gni")
14 import("//extensions/features/features.gni") 15 import("//extensions/features/features.gni")
15 import("//ppapi/features/features.gni") 16 import("//ppapi/features/features.gni")
16 import("//remoting/remoting_enable.gni") 17 import("//remoting/remoting_enable.gni")
17 import("//services/service_manager/public/service_manifest.gni") 18 import("//services/service_manager/public/service_manifest.gni")
18 import("//testing/test.gni") 19 import("//testing/test.gni")
19 import("//v8/gni/v8.gni") 20 import("//v8/gni/v8.gni")
20 21
21 if (is_android) { 22 if (is_android) {
22 import("//build/config/android/rules.gni") 23 import("//build/config/android/rules.gni")
23 } 24 }
(...skipping 1197 matching lines...) Expand 10 before | Expand all | Expand 10 after
1221 # implemented. See crbug.com/611756 1222 # implemented. See crbug.com/611756
1222 ] 1223 ]
1223 1224
1224 configs += [ "//build/config:precompiled_headers" ] 1225 configs += [ "//build/config:precompiled_headers" ]
1225 1226
1226 deps = [ 1227 deps = [
1227 ":browser_tests_runner", 1228 ":browser_tests_runner",
1228 ":repack_pseudo_locales", 1229 ":repack_pseudo_locales",
1229 ":test_support", 1230 ":test_support",
1230 "//base", 1231 "//base",
1232 "//components/spellcheck:build_features",
1231 "//components/sync:test_support_model", 1233 "//components/sync:test_support_model",
1232 "//extensions/features", 1234 "//extensions/features",
1233 "//printing/features", 1235 "//printing/features",
1234 "//third_party/WebKit/public:features", 1236 "//third_party/WebKit/public:features",
1235 ] 1237 ]
1236 1238
1237 data_deps = [ 1239 data_deps = [
1238 "//testing/buildbot/filters:browser_tests_filters", 1240 "//testing/buildbot/filters:browser_tests_filters",
1239 ] 1241 ]
1240 1242
(...skipping 2174 matching lines...) Expand 10 before | Expand all | Expand 10 after
3415 "//net", 3417 "//net",
3416 "//net:test_support", 3418 "//net:test_support",
3417 "//testing/gmock", 3419 "//testing/gmock",
3418 "//testing/gtest", 3420 "//testing/gtest",
3419 3421
3420 # 3) anything tests directly depend on 3422 # 3) anything tests directly depend on
3421 "//chrome:resources", 3423 "//chrome:resources",
3422 "//chrome:strings", 3424 "//chrome:strings",
3423 "//components/component_updater:test_support", 3425 "//components/component_updater:test_support",
3424 "//components/safe_browsing_db:test_database_manager", 3426 "//components/safe_browsing_db:test_database_manager",
3427 "//components/spellcheck:build_features",
3425 "//components/subresource_filter/core/browser:test_support", 3428 "//components/subresource_filter/core/browser:test_support",
3426 "//components/version_info:generate_version_info", 3429 "//components/version_info:generate_version_info",
3427 "//courgette:courgette_lib", 3430 "//courgette:courgette_lib",
3428 "//extensions/features", 3431 "//extensions/features",
3429 "//google_apis", 3432 "//google_apis",
3430 "//ppapi/features", 3433 "//ppapi/features",
3431 "//skia", 3434 "//skia",
3432 "//third_party/cacheinvalidation", 3435 "//third_party/cacheinvalidation",
3433 "//third_party/icu", 3436 "//third_party/icu",
3434 "//third_party/libxml", 3437 "//third_party/libxml",
(...skipping 1527 matching lines...) Expand 10 before | Expand all | Expand 10 after
4962 ":test_support", 4965 ":test_support",
4963 ":test_support_ui", 4966 ":test_support_ui",
4964 "//base", 4967 "//base",
4965 "//base:i18n", 4968 "//base:i18n",
4966 "//base/test:test_support", 4969 "//base/test:test_support",
4967 "//chrome/app:chrome_dll_resources", 4970 "//chrome/app:chrome_dll_resources",
4968 "//chrome/browser", 4971 "//chrome/browser",
4969 "//chrome/renderer", 4972 "//chrome/renderer",
4970 "//components/about_handler", 4973 "//components/about_handler",
4971 "//components/autofill/content/renderer:test_support", 4974 "//components/autofill/content/renderer:test_support",
4975 "//components/spellcheck:build_features",
4972 "//content/test:test_support", 4976 "//content/test:test_support",
4973 "//extensions/features", 4977 "//extensions/features",
4974 "//media/cast:test_support", 4978 "//media/cast:test_support",
4975 "//testing/gmock", 4979 "//testing/gmock",
4976 "//testing/gtest", 4980 "//testing/gtest",
4977 "//testing/perf", 4981 "//testing/perf",
4978 ] 4982 ]
4979 4983
4980 if (is_win) { 4984 if (is_win) {
4981 configs -= [ "//build/config/win:default_incremental_linking" ] 4985 configs -= [ "//build/config/win:default_incremental_linking" ]
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
5058 "touch_hud", 5062 "touch_hud",
5059 "ui", 5063 "ui",
5060 ] 5064 ]
5061 5065
5062 if (is_linux && !is_android) { 5066 if (is_linux && !is_android) {
5063 deps += [ "//components/font_service:manifest" ] 5067 deps += [ "//components/font_service:manifest" ]
5064 packaged_services += [ "font_service" ] 5068 packaged_services += [ "font_service" ]
5065 } 5069 }
5066 } 5070 }
5067 } 5071 }
OLDNEW
« no previous file with comments | « chrome/renderer/chrome_content_renderer_client.cc ('k') | chrome/test/base/chrome_render_view_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698