| 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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 156 "//components/metrics:profiler", | 156 "//components/metrics:profiler", |
| 157 "//components/metrics:profiler_content", | 157 "//components/metrics:profiler_content", |
| 158 "//components/metrics:ui", | 158 "//components/metrics:ui", |
| 159 "//components/metrics/proto:proto", | 159 "//components/metrics/proto:proto", |
| 160 "//components/metrics_services_manager", | 160 "//components/metrics_services_manager", |
| 161 "//components/mime_util", | 161 "//components/mime_util", |
| 162 "//components/navigation_metrics", | 162 "//components/navigation_metrics", |
| 163 "//components/network_session_configurator", | 163 "//components/network_session_configurator", |
| 164 "//components/network_time", | 164 "//components/network_time", |
| 165 "//components/ntp_snippets", | 165 "//components/ntp_snippets", |
| 166 "//components/ntp_snippets/offline_pages:offline_page_suggestions", |
| 166 "//components/ntp_tiles", | 167 "//components/ntp_tiles", |
| 167 "//components/offline_pages", | 168 "//components/offline_pages", |
| 168 "//components/offline_pages/background:background_offliner", | 169 "//components/offline_pages/background:background_offliner", |
| 169 "//components/omnibox/browser", | 170 "//components/omnibox/browser", |
| 170 "//components/os_crypt", | 171 "//components/os_crypt", |
| 171 "//components/packed_ct_ev_whitelist", | 172 "//components/packed_ct_ev_whitelist", |
| 172 "//components/password_manager/core/browser", | 173 "//components/password_manager/core/browser", |
| 173 "//components/password_manager/core/common", | 174 "//components/password_manager/core/common", |
| 174 "//components/policy", | 175 "//components/policy", |
| 175 "//components/policy:policy_component", | 176 "//components/policy:policy_component", |
| (...skipping 1193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1369 # linking all of the test support. | 1370 # linking all of the test support. |
| 1370 source_set("pepper_cdm_test_constants") { | 1371 source_set("pepper_cdm_test_constants") { |
| 1371 testonly = true | 1372 testonly = true |
| 1372 visibility = [ "//chrome/*" ] | 1373 visibility = [ "//chrome/*" ] |
| 1373 sources = [ | 1374 sources = [ |
| 1374 "media/pepper_cdm_test_constants.cc", | 1375 "media/pepper_cdm_test_constants.cc", |
| 1375 "media/pepper_cdm_test_constants.h", | 1376 "media/pepper_cdm_test_constants.h", |
| 1376 ] | 1377 ] |
| 1377 } | 1378 } |
| 1378 } | 1379 } |
| OLD | NEW |