| 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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 91 deps = [ | 91 deps = [ |
| 92 "//chrome:resources", | 92 "//chrome:resources", |
| 93 "//chrome:strings", | 93 "//chrome:strings", |
| 94 "//chrome/common", | 94 "//chrome/common", |
| 95 "//chrome/common:instant_mojom", | 95 "//chrome/common:instant_mojom", |
| 96 "//chrome/common:mojo_bindings", | 96 "//chrome/common:mojo_bindings", |
| 97 "//chrome/common/net", | 97 "//chrome/common/net", |
| 98 "//components/autofill/content/renderer", | 98 "//components/autofill/content/renderer", |
| 99 "//components/cdm/renderer", | 99 "//components/cdm/renderer", |
| 100 "//components/contextual_search:renderer", | 100 "//components/contextual_search:renderer", |
| 101 "//components/copyless_paste/renderer", |
| 101 "//components/data_reduction_proxy/core/common", | 102 "//components/data_reduction_proxy/core/common", |
| 102 "//components/dom_distiller/content/renderer", | 103 "//components/dom_distiller/content/renderer", |
| 103 "//components/error_page/renderer", | 104 "//components/error_page/renderer", |
| 104 "//components/guest_view/renderer", | 105 "//components/guest_view/renderer", |
| 105 "//components/network_hints/renderer", | 106 "//components/network_hints/renderer", |
| 106 "//components/omnibox/common", | 107 "//components/omnibox/common", |
| 107 "//components/password_manager/content/renderer", | 108 "//components/password_manager/content/renderer", |
| 108 "//components/plugins/renderer", | 109 "//components/plugins/renderer", |
| 109 "//components/printing/renderer", | 110 "//components/printing/renderer", |
| 110 "//components/rappor/public/interfaces", | 111 "//components/rappor/public/interfaces", |
| (...skipping 287 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 |