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

Side by Side Diff: chrome/renderer/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
« no previous file with comments | « chrome/browser/sync/chrome_sync_client.cc ('k') | chrome/renderer/DEPS » ('j') | 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/features.gni") 5 import("//build/config/features.gni")
6 import("//chrome/common/features.gni") 6 import("//chrome/common/features.gni")
7 import("//components/spellcheck/spellcheck_build_features.gni")
7 import("//extensions/features/features.gni") 8 import("//extensions/features/features.gni")
8 import("//tools/grit/grit_rule.gni") 9 import("//tools/grit/grit_rule.gni")
9 10
10 grit("resources") { 11 grit("resources") {
11 source = "resources/renderer_resources.grd" 12 source = "resources/renderer_resources.grd"
12 defines = chrome_grit_defines 13 defines = chrome_grit_defines
13 use_qualified_include = true 14 use_qualified_include = true
14 output_dir = "$root_gen_dir/chrome" 15 output_dir = "$root_gen_dir/chrome"
15 output_name = "renderer_resources" 16 output_name = "renderer_resources"
16 outputs = [ 17 outputs = [
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 "//components/dom_distiller/content/renderer", 99 "//components/dom_distiller/content/renderer",
99 "//components/error_page/renderer", 100 "//components/error_page/renderer",
100 "//components/guest_view/renderer", 101 "//components/guest_view/renderer",
101 "//components/network_hints/renderer", 102 "//components/network_hints/renderer",
102 "//components/omnibox/common", 103 "//components/omnibox/common",
103 "//components/password_manager/content/renderer", 104 "//components/password_manager/content/renderer",
104 "//components/plugins/renderer", 105 "//components/plugins/renderer",
105 "//components/printing/renderer", 106 "//components/printing/renderer",
106 "//components/rappor/public/interfaces", 107 "//components/rappor/public/interfaces",
107 "//components/resources:components_resources", 108 "//components/resources:components_resources",
109 "//components/spellcheck:build_features",
108 "//components/startup_metric_utils/common:interfaces", 110 "//components/startup_metric_utils/common:interfaces",
109 "//components/subresource_filter/content/renderer", 111 "//components/subresource_filter/content/renderer",
110 "//components/translate/content/renderer", 112 "//components/translate/content/renderer",
111 "//components/translate/core/common", 113 "//components/translate/core/common",
112 "//components/translate/core/language_detection", 114 "//components/translate/core/language_detection",
113 "//components/visitedlink/renderer", 115 "//components/visitedlink/renderer",
114 "//components/web_cache/renderer", 116 "//components/web_cache/renderer",
115 "//content/app/resources", 117 "//content/app/resources",
116 "//content/app/strings", 118 "//content/app/strings",
117 "//content/public/common", 119 "//content/public/common",
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 ] 390 ]
389 } 391 }
390 392
391 if (is_android) { 393 if (is_android) {
392 sources -= [ 394 sources -= [
393 "safe_browsing/mock_feature_extractor_clock.cc", 395 "safe_browsing/mock_feature_extractor_clock.cc",
394 "safe_browsing/mock_feature_extractor_clock.h", 396 "safe_browsing/mock_feature_extractor_clock.h",
395 ] 397 ]
396 } 398 }
397 } 399 }
OLDNEW
« no previous file with comments | « chrome/browser/sync/chrome_sync_client.cc ('k') | chrome/renderer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698