| 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("//chrome/common/features.gni") | 6 import("//chrome/common/features.gni") |
| 7 import("//components/spellcheck/spellcheck_build_features.gni") | 7 import("//components/spellcheck/spellcheck_build_features.gni") |
| 8 import("//extensions/features/features.gni") | 8 import("//extensions/features/features.gni") |
| 9 import("//media/media_options.gni") | 9 import("//media/media_options.gni") |
| 10 import("//ppapi/features/features.gni") | 10 import("//ppapi/features/features.gni") |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 118 "//components/contextual_search:renderer", | 118 "//components/contextual_search:renderer", |
| 119 "//components/data_reduction_proxy/core/common", | 119 "//components/data_reduction_proxy/core/common", |
| 120 "//components/dom_distiller/content/renderer", | 120 "//components/dom_distiller/content/renderer", |
| 121 "//components/error_page/renderer", | 121 "//components/error_page/renderer", |
| 122 "//components/network_hints/renderer", | 122 "//components/network_hints/renderer", |
| 123 "//components/omnibox/common", | 123 "//components/omnibox/common", |
| 124 "//components/password_manager/content/renderer", | 124 "//components/password_manager/content/renderer", |
| 125 "//components/plugins/renderer", | 125 "//components/plugins/renderer", |
| 126 "//components/rappor/public/interfaces", | 126 "//components/rappor/public/interfaces", |
| 127 "//components/resources:components_resources", | 127 "//components/resources:components_resources", |
| 128 "//components/safe_browsing/common:interfaces", |
| 128 "//components/spellcheck:build_features", | 129 "//components/spellcheck:build_features", |
| 129 "//components/startup_metric_utils/common:interfaces", | 130 "//components/startup_metric_utils/common:interfaces", |
| 130 "//components/subresource_filter/content/renderer", | 131 "//components/subresource_filter/content/renderer", |
| 131 "//components/task_scheduler_util/renderer", | 132 "//components/task_scheduler_util/renderer", |
| 132 "//components/translate/content/renderer", | 133 "//components/translate/content/renderer", |
| 133 "//components/translate/core/common", | 134 "//components/translate/core/common", |
| 134 "//components/translate/core/language_detection", | 135 "//components/translate/core/language_detection", |
| 135 "//components/ukm/public", | 136 "//components/ukm/public", |
| 136 "//components/ukm/public/interfaces", | 137 "//components/ukm/public/interfaces", |
| 137 "//components/visitedlink/renderer", | 138 "//components/visitedlink/renderer", |
| (...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 428 ] | 429 ] |
| 429 } | 430 } |
| 430 | 431 |
| 431 if (is_android) { | 432 if (is_android) { |
| 432 sources -= [ | 433 sources -= [ |
| 433 "safe_browsing/mock_feature_extractor_clock.cc", | 434 "safe_browsing/mock_feature_extractor_clock.cc", |
| 434 "safe_browsing/mock_feature_extractor_clock.h", | 435 "safe_browsing/mock_feature_extractor_clock.h", |
| 435 ] | 436 ] |
| 436 } | 437 } |
| 437 } | 438 } |
| OLD | NEW |