| 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 1351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1362 "//components/rappor", | 1362 "//components/rappor", |
| 1363 "//components/rappor:rappor_recorder", | 1363 "//components/rappor:rappor_recorder", |
| 1364 "//components/renderer_context_menu", | 1364 "//components/renderer_context_menu", |
| 1365 "//components/resources", | 1365 "//components/resources", |
| 1366 "//components/safe_browsing_db", | 1366 "//components/safe_browsing_db", |
| 1367 "//components/safe_json", | 1367 "//components/safe_json", |
| 1368 "//components/search", | 1368 "//components/search", |
| 1369 "//components/search_engines", | 1369 "//components/search_engines", |
| 1370 "//components/search_provider_logos", | 1370 "//components/search_provider_logos", |
| 1371 "//components/security_interstitials/core", | 1371 "//components/security_interstitials/core", |
| 1372 "//components/security_state", | 1372 "//components/security_state/content", |
| 1373 "//components/security_state/core", |
| 1373 "//components/sessions", | 1374 "//components/sessions", |
| 1374 "//components/signin/core/browser", | 1375 "//components/signin/core/browser", |
| 1375 "//components/ssl_config", | 1376 "//components/ssl_config", |
| 1376 "//components/ssl_errors", | 1377 "//components/ssl_errors", |
| 1377 "//components/startup_metric_utils/browser:host", | 1378 "//components/startup_metric_utils/browser:host", |
| 1378 "//components/startup_metric_utils/browser:lib", | 1379 "//components/startup_metric_utils/browser:lib", |
| 1379 "//components/storage_monitor", | 1380 "//components/storage_monitor", |
| 1380 "//components/strings", | 1381 "//components/strings", |
| 1381 "//components/subresource_filter/content/browser", | 1382 "//components/subresource_filter/content/browser", |
| 1382 "//components/subresource_filter/core/browser", | 1383 "//components/subresource_filter/core/browser", |
| (...skipping 2947 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4330 # linking all of the test support. | 4331 # linking all of the test support. |
| 4331 static_library("pepper_cdm_test_constants") { | 4332 static_library("pepper_cdm_test_constants") { |
| 4332 testonly = true | 4333 testonly = true |
| 4333 visibility = [ "//chrome/*" ] | 4334 visibility = [ "//chrome/*" ] |
| 4334 sources = [ | 4335 sources = [ |
| 4335 "media/pepper_cdm_test_constants.cc", | 4336 "media/pepper_cdm_test_constants.cc", |
| 4336 "media/pepper_cdm_test_constants.h", | 4337 "media/pepper_cdm_test_constants.h", |
| 4337 ] | 4338 ] |
| 4338 } | 4339 } |
| 4339 } | 4340 } |
| OLD | NEW |