| 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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 129 "//components/metrics_services_manager", | 129 "//components/metrics_services_manager", |
| 130 "//components/mime_util", | 130 "//components/mime_util", |
| 131 "//components/navigation_metrics", | 131 "//components/navigation_metrics", |
| 132 "//components/network_session_configurator", | 132 "//components/network_session_configurator", |
| 133 "//components/network_time", | 133 "//components/network_time", |
| 134 "//components/ntp_snippets", | 134 "//components/ntp_snippets", |
| 135 "//components/ntp_tiles", | 135 "//components/ntp_tiles", |
| 136 "//components/offline_pages", | 136 "//components/offline_pages", |
| 137 "//components/offline_pages/background:background_offliner", | 137 "//components/offline_pages/background:background_offliner", |
| 138 "//components/offline_pages/downloads:offline_pages_ui_adapter", | 138 "//components/offline_pages/downloads:offline_pages_ui_adapter", |
| 139 "//components/offline_pages/request_header:request_header", |
| 139 "//components/omnibox/browser", | 140 "//components/omnibox/browser", |
| 140 "//components/os_crypt", | 141 "//components/os_crypt", |
| 141 "//components/packed_ct_ev_whitelist", | 142 "//components/packed_ct_ev_whitelist", |
| 142 "//components/password_manager/core/browser", | 143 "//components/password_manager/core/browser", |
| 143 "//components/password_manager/core/common", | 144 "//components/password_manager/core/common", |
| 144 "//components/policy:generated", | 145 "//components/policy:generated", |
| 145 "//components/policy/core/browser", | 146 "//components/policy/core/browser", |
| 146 "//components/policy/proto", | 147 "//components/policy/proto", |
| 147 "//components/proxy_config", | 148 "//components/proxy_config", |
| 148 "//components/query_parser", | 149 "//components/query_parser", |
| (...skipping 1212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1361 # linking all of the test support. | 1362 # linking all of the test support. |
| 1362 static_library("pepper_cdm_test_constants") { | 1363 static_library("pepper_cdm_test_constants") { |
| 1363 testonly = true | 1364 testonly = true |
| 1364 visibility = [ "//chrome/*" ] | 1365 visibility = [ "//chrome/*" ] |
| 1365 sources = [ | 1366 sources = [ |
| 1366 "media/pepper_cdm_test_constants.cc", | 1367 "media/pepper_cdm_test_constants.cc", |
| 1367 "media/pepper_cdm_test_constants.h", | 1368 "media/pepper_cdm_test_constants.h", |
| 1368 ] | 1369 ] |
| 1369 } | 1370 } |
| 1370 } | 1371 } |
| OLD | NEW |