| 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 1367 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1378 "//components/query_parser", | 1378 "//components/query_parser", |
| 1379 "//components/rappor", | 1379 "//components/rappor", |
| 1380 "//components/rappor:rappor_recorder", | 1380 "//components/rappor:rappor_recorder", |
| 1381 "//components/renderer_context_menu", | 1381 "//components/renderer_context_menu", |
| 1382 "//components/resources", | 1382 "//components/resources", |
| 1383 "//components/safe_browsing_db", | 1383 "//components/safe_browsing_db", |
| 1384 "//components/safe_json", | 1384 "//components/safe_json", |
| 1385 "//components/search", | 1385 "//components/search", |
| 1386 "//components/search_engines", | 1386 "//components/search_engines", |
| 1387 "//components/search_provider_logos", | 1387 "//components/search_provider_logos", |
| 1388 "//components/security_interstitials/content", |
| 1388 "//components/security_interstitials/core", | 1389 "//components/security_interstitials/core", |
| 1389 "//components/security_state/content", | 1390 "//components/security_state/content", |
| 1390 "//components/security_state/core", | 1391 "//components/security_state/core", |
| 1391 "//components/sessions", | 1392 "//components/sessions", |
| 1392 "//components/signin/core/browser", | 1393 "//components/signin/core/browser", |
| 1393 "//components/spellcheck:build_features", | 1394 "//components/spellcheck:build_features", |
| 1394 "//components/ssl_config", | 1395 "//components/ssl_config", |
| 1395 "//components/ssl_errors", | 1396 "//components/ssl_errors", |
| 1396 "//components/startup_metric_utils/browser:host", | 1397 "//components/startup_metric_utils/browser:host", |
| 1397 "//components/startup_metric_utils/browser:lib", | 1398 "//components/startup_metric_utils/browser:lib", |
| (...skipping 3039 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4437 # linking all of the test support. | 4438 # linking all of the test support. |
| 4438 static_library("pepper_cdm_test_constants") { | 4439 static_library("pepper_cdm_test_constants") { |
| 4439 testonly = true | 4440 testonly = true |
| 4440 visibility = [ "//chrome/*" ] | 4441 visibility = [ "//chrome/*" ] |
| 4441 sources = [ | 4442 sources = [ |
| 4442 "media/pepper_cdm_test_constants.cc", | 4443 "media/pepper_cdm_test_constants.cc", |
| 4443 "media/pepper_cdm_test_constants.h", | 4444 "media/pepper_cdm_test_constants.h", |
| 4444 ] | 4445 ] |
| 4445 } | 4446 } |
| 4446 } | 4447 } |
| OLD | NEW |