| 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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 "//components/translate/core/common", | 115 "//components/translate/core/common", |
| 116 "//components/translate/core/language_detection", | 116 "//components/translate/core/language_detection", |
| 117 "//components/visitedlink/renderer", | 117 "//components/visitedlink/renderer", |
| 118 "//components/web_cache/renderer", | 118 "//components/web_cache/renderer", |
| 119 "//content/app/resources", | 119 "//content/app/resources", |
| 120 "//content/app/strings", | 120 "//content/app/strings", |
| 121 "//content/public/common", | 121 "//content/public/common", |
| 122 "//content/public/renderer", | 122 "//content/public/renderer", |
| 123 "//extensions/features", | 123 "//extensions/features", |
| 124 "//media", | 124 "//media", |
| 125 "//media:media_features", |
| 125 "//media/capture", | 126 "//media/capture", |
| 126 "//net", | 127 "//net", |
| 127 "//ppapi/features", | 128 "//ppapi/features", |
| 128 "//printing/features", | 129 "//printing/features", |
| 129 "//skia", | 130 "//skia", |
| 130 "//storage/common", | 131 "//storage/common", |
| 131 "//third_party/WebKit/public:blink", | 132 "//third_party/WebKit/public:blink", |
| 132 "//third_party/WebKit/public:image_resources", | 133 "//third_party/WebKit/public:image_resources", |
| 133 "//third_party/WebKit/public:resources", | 134 "//third_party/WebKit/public:resources", |
| 134 "//third_party/icu", | 135 "//third_party/icu", |
| (...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 393 ] | 394 ] |
| 394 } | 395 } |
| 395 | 396 |
| 396 if (is_android) { | 397 if (is_android) { |
| 397 sources -= [ | 398 sources -= [ |
| 398 "safe_browsing/mock_feature_extractor_clock.cc", | 399 "safe_browsing/mock_feature_extractor_clock.cc", |
| 399 "safe_browsing/mock_feature_extractor_clock.h", | 400 "safe_browsing/mock_feature_extractor_clock.h", |
| 400 ] | 401 ] |
| 401 } | 402 } |
| 402 } | 403 } |
| OLD | NEW |