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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
114 "//components/subresource_filter/content/renderer", | 114 "//components/subresource_filter/content/renderer", |
115 "//components/task_scheduler_util/renderer", | 115 "//components/task_scheduler_util/renderer", |
116 "//components/translate/content/renderer", | 116 "//components/translate/content/renderer", |
117 "//components/translate/core/common", | 117 "//components/translate/core/common", |
118 "//components/translate/core/language_detection", | 118 "//components/translate/core/language_detection", |
119 "//components/visitedlink/renderer", | 119 "//components/visitedlink/renderer", |
120 "//components/web_cache/renderer", | 120 "//components/web_cache/renderer", |
121 "//content/app/resources", | 121 "//content/app/resources", |
122 "//content/app/strings", | 122 "//content/app/strings", |
123 "//content/public/common", | 123 "//content/public/common", |
| 124 "//content/public/common:interfaces", |
124 "//content/public/renderer", | 125 "//content/public/renderer", |
125 "//extensions/features", | 126 "//extensions/features", |
126 "//media", | 127 "//media", |
127 "//media:media_features", | 128 "//media:media_features", |
128 "//media/capture", | 129 "//media/capture", |
129 "//net", | 130 "//net", |
130 "//ppapi/features", | 131 "//ppapi/features", |
131 "//printing/features", | 132 "//printing/features", |
132 "//services/service_manager/public/cpp", | 133 "//services/service_manager/public/cpp", |
133 "//skia", | 134 "//skia", |
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
398 ] | 399 ] |
399 } | 400 } |
400 | 401 |
401 if (is_android) { | 402 if (is_android) { |
402 sources -= [ | 403 sources -= [ |
403 "safe_browsing/mock_feature_extractor_clock.cc", | 404 "safe_browsing/mock_feature_extractor_clock.cc", |
404 "safe_browsing/mock_feature_extractor_clock.h", | 405 "safe_browsing/mock_feature_extractor_clock.h", |
405 ] | 406 ] |
406 } | 407 } |
407 } | 408 } |
OLD | NEW |