| 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/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
| 6 import("//build/config/crypto.gni") | 6 import("//build/config/crypto.gni") |
| 7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
| 8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
| 9 import("//chrome/common/features.gni") | 9 import("//chrome/common/features.gni") |
| 10 import("//media/media_options.gni") | 10 import("//media/media_options.gni") |
| (...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 168 "//components/query_parser", | 168 "//components/query_parser", |
| 169 "//components/rappor", | 169 "//components/rappor", |
| 170 "//components/renderer_context_menu", | 170 "//components/renderer_context_menu", |
| 171 "//components/search", | 171 "//components/search", |
| 172 "//components/search_engines", | 172 "//components/search_engines", |
| 173 "//components/search_provider_logos", | 173 "//components/search_provider_logos", |
| 174 "//components/security_interstitials/core", | 174 "//components/security_interstitials/core", |
| 175 "//components/security_state", | 175 "//components/security_state", |
| 176 "//components/signin/core/browser", | 176 "//components/signin/core/browser", |
| 177 "//components/ssl_errors", | 177 "//components/ssl_errors", |
| 178 "//components/startup_metric_utils/browser:host", | |
| 179 "//components/startup_metric_utils/browser:lib", | 178 "//components/startup_metric_utils/browser:lib", |
| 179 "//components/startup_metric_utils/browser:message_filter_lib", |
| 180 | 180 |
| 181 # TODO(fdoray): Remove this once the PreRead field trial has expired. | 181 # TODO(fdoray): Remove this once the PreRead field trial has expired. |
| 182 # crbug.com/577698 | 182 # crbug.com/577698 |
| 183 "//components/startup_metric_utils/common", | 183 "//components/startup_metric_utils/common", |
| 184 "//components/strings", | 184 "//components/strings", |
| 185 "//components/subresource_filter/core/browser", | 185 "//components/subresource_filter/core/browser", |
| 186 "//components/suggestions", | 186 "//components/suggestions", |
| 187 "//components/supervised_user_error_page", | 187 "//components/supervised_user_error_page", |
| 188 "//components/sync_bookmarks", | 188 "//components/sync_bookmarks", |
| 189 "//components/sync_driver", | 189 "//components/sync_driver", |
| (...skipping 1163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1353 # linking all of the test support. | 1353 # linking all of the test support. |
| 1354 source_set("pepper_cdm_test_constants") { | 1354 source_set("pepper_cdm_test_constants") { |
| 1355 testonly = true | 1355 testonly = true |
| 1356 visibility = [ "//chrome/*" ] | 1356 visibility = [ "//chrome/*" ] |
| 1357 sources = [ | 1357 sources = [ |
| 1358 "media/pepper_cdm_test_constants.cc", | 1358 "media/pepper_cdm_test_constants.cc", |
| 1359 "media/pepper_cdm_test_constants.h", | 1359 "media/pepper_cdm_test_constants.h", |
| 1360 ] | 1360 ] |
| 1361 } | 1361 } |
| 1362 } | 1362 } |
| OLD | NEW |