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/features.gni") | 5 import("//build/config/features.gni") |
6 import("//tools/grit/grit_rule.gni") | 6 import("//tools/grit/grit_rule.gni") |
7 | 7 |
8 grit("resources") { | 8 grit("resources") { |
9 source = "resources/renderer_resources.grd" | 9 source = "resources/renderer_resources.grd" |
10 use_qualified_include = true | 10 use_qualified_include = true |
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
87 defines = [] | 87 defines = [] |
88 | 88 |
89 deps = [ | 89 deps = [ |
90 "//chrome:resources", | 90 "//chrome:resources", |
91 "//chrome:strings", | 91 "//chrome:strings", |
92 "//chrome/common", | 92 "//chrome/common", |
93 "//chrome/common:mojo_bindings", | 93 "//chrome/common:mojo_bindings", |
94 "//chrome/common/net", | 94 "//chrome/common/net", |
95 "//components/autofill/content/renderer", | 95 "//components/autofill/content/renderer", |
96 "//components/cdm/renderer", | 96 "//components/cdm/renderer", |
97 "//components/content_settings/content/common", | |
98 "//components/contextual_search:renderer", | 97 "//components/contextual_search:renderer", |
99 "//components/data_reduction_proxy/core/common", | 98 "//components/data_reduction_proxy/core/common", |
100 "//components/dom_distiller/content/renderer", | 99 "//components/dom_distiller/content/renderer", |
101 "//components/error_page/renderer", | 100 "//components/error_page/renderer", |
102 "//components/guest_view/renderer", | 101 "//components/guest_view/renderer", |
103 "//components/network_hints/renderer", | 102 "//components/network_hints/renderer", |
104 "//components/omnibox/common", | 103 "//components/omnibox/common", |
105 "//components/password_manager/content/renderer", | 104 "//components/password_manager/content/renderer", |
106 "//components/plugins/renderer", | 105 "//components/plugins/renderer", |
107 "//components/printing/renderer", | 106 "//components/printing/renderer", |
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
384 ] | 383 ] |
385 } | 384 } |
386 | 385 |
387 if (is_android) { | 386 if (is_android) { |
388 sources -= [ | 387 sources -= [ |
389 "safe_browsing/mock_feature_extractor_clock.cc", | 388 "safe_browsing/mock_feature_extractor_clock.cc", |
390 "safe_browsing/mock_feature_extractor_clock.h", | 389 "safe_browsing/mock_feature_extractor_clock.h", |
391 ] | 390 ] |
392 } | 391 } |
393 } | 392 } |
OLD | NEW |