| 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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 109 deps = [ | 109 deps = [ |
| 110 "//chrome:resources", | 110 "//chrome:resources", |
| 111 "//chrome:strings", | 111 "//chrome:strings", |
| 112 "//chrome/common", | 112 "//chrome/common", |
| 113 "//chrome/common:instant_mojom", | 113 "//chrome/common:instant_mojom", |
| 114 "//chrome/common:mojo_bindings", | 114 "//chrome/common:mojo_bindings", |
| 115 "//chrome/common/net", | 115 "//chrome/common/net", |
| 116 "//components/autofill/content/renderer", | 116 "//components/autofill/content/renderer", |
| 117 "//components/cdm/renderer", | 117 "//components/cdm/renderer", |
| 118 "//components/contextual_search:renderer", | 118 "//components/contextual_search:renderer", |
| 119 "//components/data_reduction_proxy/content/renderer", |
| 119 "//components/data_reduction_proxy/core/common", | 120 "//components/data_reduction_proxy/core/common", |
| 120 "//components/dom_distiller/content/renderer", | 121 "//components/dom_distiller/content/renderer", |
| 121 "//components/error_page/renderer", | 122 "//components/error_page/renderer", |
| 122 "//components/network_hints/renderer", | 123 "//components/network_hints/renderer", |
| 123 "//components/omnibox/common", | 124 "//components/omnibox/common", |
| 124 "//components/password_manager/content/renderer", | 125 "//components/password_manager/content/renderer", |
| 125 "//components/plugins/renderer", | 126 "//components/plugins/renderer", |
| 126 "//components/rappor/public/interfaces", | 127 "//components/rappor/public/interfaces", |
| 127 "//components/resources:components_resources", | 128 "//components/resources:components_resources", |
| 128 "//components/safe_browsing/common:interfaces", | 129 "//components/safe_browsing/common:interfaces", |
| (...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 430 ] | 431 ] |
| 431 } | 432 } |
| 432 | 433 |
| 433 if (is_android) { | 434 if (is_android) { |
| 434 sources -= [ | 435 sources -= [ |
| 435 "safe_browsing/mock_feature_extractor_clock.cc", | 436 "safe_browsing/mock_feature_extractor_clock.cc", |
| 436 "safe_browsing/mock_feature_extractor_clock.h", | 437 "safe_browsing/mock_feature_extractor_clock.h", |
| 437 ] | 438 ] |
| 438 } | 439 } |
| 439 } | 440 } |
| OLD | NEW |