| 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 1306 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1317 "//components/navigation_metrics", | 1317 "//components/navigation_metrics", |
| 1318 "//components/net_log", | 1318 "//components/net_log", |
| 1319 "//components/network_hints/common", | 1319 "//components/network_hints/common", |
| 1320 "//components/network_session_configurator", | 1320 "//components/network_session_configurator", |
| 1321 "//components/network_time", | 1321 "//components/network_time", |
| 1322 "//components/ntp_snippets", | 1322 "//components/ntp_snippets", |
| 1323 "//components/ntp_tiles", | 1323 "//components/ntp_tiles", |
| 1324 "//components/offline_pages", | 1324 "//components/offline_pages", |
| 1325 "//components/offline_pages/background:background_offliner", | 1325 "//components/offline_pages/background:background_offliner", |
| 1326 "//components/offline_pages/downloads:offline_pages_ui_adapter", | 1326 "//components/offline_pages/downloads:offline_pages_ui_adapter", |
| 1327 "//components/offline_pages/request_header:request_header", |
| 1327 "//components/omnibox/browser", | 1328 "//components/omnibox/browser", |
| 1328 "//components/os_crypt", | 1329 "//components/os_crypt", |
| 1329 "//components/packed_ct_ev_whitelist", | 1330 "//components/packed_ct_ev_whitelist", |
| 1330 "//components/password_manager/content/browser", | 1331 "//components/password_manager/content/browser", |
| 1331 "//components/password_manager/core/browser", | 1332 "//components/password_manager/core/browser", |
| 1332 "//components/password_manager/core/common", | 1333 "//components/password_manager/core/common", |
| 1333 "//components/password_manager/sync/browser", | 1334 "//components/password_manager/sync/browser", |
| 1334 "//components/policy:generated", | 1335 "//components/policy:generated", |
| 1335 "//components/policy/core/browser", | 1336 "//components/policy/core/browser", |
| 1336 "//components/policy/proto", | 1337 "//components/policy/proto", |
| (...skipping 2889 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4226 # linking all of the test support. | 4227 # linking all of the test support. |
| 4227 static_library("pepper_cdm_test_constants") { | 4228 static_library("pepper_cdm_test_constants") { |
| 4228 testonly = true | 4229 testonly = true |
| 4229 visibility = [ "//chrome/*" ] | 4230 visibility = [ "//chrome/*" ] |
| 4230 sources = [ | 4231 sources = [ |
| 4231 "media/pepper_cdm_test_constants.cc", | 4232 "media/pepper_cdm_test_constants.cc", |
| 4232 "media/pepper_cdm_test_constants.h", | 4233 "media/pepper_cdm_test_constants.h", |
| 4233 ] | 4234 ] |
| 4234 } | 4235 } |
| 4235 } | 4236 } |
| OLD | NEW |