| 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 1386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1397 "//components/translate/core/browser", | 1397 "//components/translate/core/browser", |
| 1398 "//components/translate/core/common", | 1398 "//components/translate/core/common", |
| 1399 "//components/undo", | 1399 "//components/undo", |
| 1400 "//components/update_client", | 1400 "//components/update_client", |
| 1401 "//components/upload_list", | 1401 "//components/upload_list", |
| 1402 "//components/url_formatter", | 1402 "//components/url_formatter", |
| 1403 "//components/url_matcher", | 1403 "//components/url_matcher", |
| 1404 "//components/user_prefs", | 1404 "//components/user_prefs", |
| 1405 "//components/user_prefs/tracked:user_prefs_tracked", | 1405 "//components/user_prefs/tracked:user_prefs_tracked", |
| 1406 "//components/variations", | 1406 "//components/variations", |
| 1407 "//components/variations/field_trial_config", |
| 1407 "//components/variations/net", | 1408 "//components/variations/net", |
| 1408 "//components/variations/service", | 1409 "//components/variations/service", |
| 1409 "//components/visitedlink/browser", | 1410 "//components/visitedlink/browser", |
| 1410 "//components/visitedlink/common", | 1411 "//components/visitedlink/common", |
| 1411 "//components/web_cache/browser", | 1412 "//components/web_cache/browser", |
| 1412 "//components/web_resource", | 1413 "//components/web_resource", |
| 1413 "//components/webdata/common", | 1414 "//components/webdata/common", |
| 1414 "//components/webdata_services", | 1415 "//components/webdata_services", |
| 1415 "//components/zoom", | 1416 "//components/zoom", |
| 1416 "//content/app/resources", | 1417 "//content/app/resources", |
| (...skipping 2951 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4368 # linking all of the test support. | 4369 # linking all of the test support. |
| 4369 static_library("pepper_cdm_test_constants") { | 4370 static_library("pepper_cdm_test_constants") { |
| 4370 testonly = true | 4371 testonly = true |
| 4371 visibility = [ "//chrome/*" ] | 4372 visibility = [ "//chrome/*" ] |
| 4372 sources = [ | 4373 sources = [ |
| 4373 "media/pepper_cdm_test_constants.cc", | 4374 "media/pepper_cdm_test_constants.cc", |
| 4374 "media/pepper_cdm_test_constants.h", | 4375 "media/pepper_cdm_test_constants.h", |
| 4375 ] | 4376 ] |
| 4376 } | 4377 } |
| 4377 } | 4378 } |
| OLD | NEW |