| 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 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 124 "//components/printing/renderer", | 124 "//components/printing/renderer", |
| 125 "//components/rappor/public/interfaces", | 125 "//components/rappor/public/interfaces", |
| 126 "//components/resources:components_resources", | 126 "//components/resources:components_resources", |
| 127 "//components/spellcheck:build_features", | 127 "//components/spellcheck:build_features", |
| 128 "//components/startup_metric_utils/common:interfaces", | 128 "//components/startup_metric_utils/common:interfaces", |
| 129 "//components/subresource_filter/content/renderer", | 129 "//components/subresource_filter/content/renderer", |
| 130 "//components/task_scheduler_util/renderer", | 130 "//components/task_scheduler_util/renderer", |
| 131 "//components/translate/content/renderer", | 131 "//components/translate/content/renderer", |
| 132 "//components/translate/core/common", | 132 "//components/translate/core/common", |
| 133 "//components/translate/core/language_detection", | 133 "//components/translate/core/language_detection", |
| 134 "//components/ukm/public", |
| 135 "//components/ukm/public/interfaces", |
| 134 "//components/visitedlink/renderer", | 136 "//components/visitedlink/renderer", |
| 135 "//components/web_cache/renderer", | 137 "//components/web_cache/renderer", |
| 136 "//content/app/resources", | 138 "//content/app/resources", |
| 137 "//content/app/strings", | 139 "//content/app/strings", |
| 138 "//content/public/common", | 140 "//content/public/common", |
| 139 "//content/public/renderer", | 141 "//content/public/renderer", |
| 140 "//extensions/features", | 142 "//extensions/features", |
| 141 "//media", | 143 "//media", |
| 142 "//media:media_features", | 144 "//media:media_features", |
| 143 "//media/capture", | 145 "//media/capture", |
| (...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 416 ] | 418 ] |
| 417 } | 419 } |
| 418 | 420 |
| 419 if (is_android) { | 421 if (is_android) { |
| 420 sources -= [ | 422 sources -= [ |
| 421 "safe_browsing/mock_feature_extractor_clock.cc", | 423 "safe_browsing/mock_feature_extractor_clock.cc", |
| 422 "safe_browsing/mock_feature_extractor_clock.h", | 424 "safe_browsing/mock_feature_extractor_clock.h", |
| 423 ] | 425 ] |
| 424 } | 426 } |
| 425 } | 427 } |
| OLD | NEW |