| 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 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 145 "//components/flags_ui", | 145 "//components/flags_ui", |
| 146 "//components/gcm_driver", | 146 "//components/gcm_driver", |
| 147 "//components/gcm_driver/instance_id", | 147 "//components/gcm_driver/instance_id", |
| 148 "//components/google/core/browser", | 148 "//components/google/core/browser", |
| 149 "//components/guest_view/browser", | 149 "//components/guest_view/browser", |
| 150 "//components/handoff", | 150 "//components/handoff", |
| 151 "//components/history/core/browser", | 151 "//components/history/core/browser", |
| 152 "//components/history/core/common", | 152 "//components/history/core/common", |
| 153 "//components/infobars/core", | 153 "//components/infobars/core", |
| 154 "//components/invalidation/impl", | 154 "//components/invalidation/impl", |
| 155 "//components/memory_coordinator/browser", |
| 155 "//components/metrics:gpu", | 156 "//components/metrics:gpu", |
| 156 "//components/metrics:net", | 157 "//components/metrics:net", |
| 157 "//components/metrics:profiler", | 158 "//components/metrics:profiler", |
| 158 "//components/metrics:profiler_content", | 159 "//components/metrics:profiler_content", |
| 159 "//components/metrics:ui", | 160 "//components/metrics:ui", |
| 160 "//components/metrics/proto:proto", | 161 "//components/metrics/proto:proto", |
| 161 "//components/metrics_services_manager", | 162 "//components/metrics_services_manager", |
| 162 "//components/mime_util", | 163 "//components/mime_util", |
| 163 "//components/navigation_metrics", | 164 "//components/navigation_metrics", |
| 164 "//components/network_session_configurator", | 165 "//components/network_session_configurator", |
| (...skipping 1213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1378 # linking all of the test support. | 1379 # linking all of the test support. |
| 1379 static_library("pepper_cdm_test_constants") { | 1380 static_library("pepper_cdm_test_constants") { |
| 1380 testonly = true | 1381 testonly = true |
| 1381 visibility = [ "//chrome/*" ] | 1382 visibility = [ "//chrome/*" ] |
| 1382 sources = [ | 1383 sources = [ |
| 1383 "media/pepper_cdm_test_constants.cc", | 1384 "media/pepper_cdm_test_constants.cc", |
| 1384 "media/pepper_cdm_test_constants.h", | 1385 "media/pepper_cdm_test_constants.h", |
| 1385 ] | 1386 ] |
| 1386 } | 1387 } |
| 1387 } | 1388 } |
| OLD | NEW |