| 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("//build/split_static_library.gni") | 9 import("//build/split_static_library.gni") |
| 10 import("//chrome/common/features.gni") | 10 import("//chrome/common/features.gni") |
| (...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 160 "//components/metrics/proto:proto", | 160 "//components/metrics/proto:proto", |
| 161 "//components/metrics_services_manager", | 161 "//components/metrics_services_manager", |
| 162 "//components/mime_util", | 162 "//components/mime_util", |
| 163 "//components/navigation_metrics", | 163 "//components/navigation_metrics", |
| 164 "//components/network_session_configurator", | 164 "//components/network_session_configurator", |
| 165 "//components/network_time", | 165 "//components/network_time", |
| 166 "//components/ntp_snippets", | 166 "//components/ntp_snippets", |
| 167 "//components/ntp_tiles", | 167 "//components/ntp_tiles", |
| 168 "//components/offline_pages", | 168 "//components/offline_pages", |
| 169 "//components/offline_pages/background:background_offliner", | 169 "//components/offline_pages/background:background_offliner", |
| 170 "//components/offline_pages/downloads:offline_pages_ui_adapter", |
| 170 "//components/omnibox/browser", | 171 "//components/omnibox/browser", |
| 171 "//components/os_crypt", | 172 "//components/os_crypt", |
| 172 "//components/packed_ct_ev_whitelist", | 173 "//components/packed_ct_ev_whitelist", |
| 173 "//components/password_manager/core/browser", | 174 "//components/password_manager/core/browser", |
| 174 "//components/password_manager/core/common", | 175 "//components/password_manager/core/common", |
| 175 "//components/policy", | 176 "//components/policy", |
| 176 "//components/policy:policy_component", | 177 "//components/policy:policy_component", |
| 177 "//components/policy/proto", | 178 "//components/policy/proto", |
| 178 "//components/proxy_config", | 179 "//components/proxy_config", |
| 179 "//components/query_parser", | 180 "//components/query_parser", |
| (...skipping 1203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1383 # linking all of the test support. | 1384 # linking all of the test support. |
| 1384 static_library("pepper_cdm_test_constants") { | 1385 static_library("pepper_cdm_test_constants") { |
| 1385 testonly = true | 1386 testonly = true |
| 1386 visibility = [ "//chrome/*" ] | 1387 visibility = [ "//chrome/*" ] |
| 1387 sources = [ | 1388 sources = [ |
| 1388 "media/pepper_cdm_test_constants.cc", | 1389 "media/pepper_cdm_test_constants.cc", |
| 1389 "media/pepper_cdm_test_constants.h", | 1390 "media/pepper_cdm_test_constants.h", |
| 1390 ] | 1391 ] |
| 1391 } | 1392 } |
| 1392 } | 1393 } |
| OLD | NEW |