| 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 2499 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2510 "profiles/profile_statistics_aggregator.cc", | 2510 "profiles/profile_statistics_aggregator.cc", |
| 2511 "profiles/profile_statistics_aggregator.h", | 2511 "profiles/profile_statistics_aggregator.h", |
| 2512 "profiles/profile_statistics_common.cc", | 2512 "profiles/profile_statistics_common.cc", |
| 2513 "profiles/profile_statistics_common.h", | 2513 "profiles/profile_statistics_common.h", |
| 2514 "profiles/profile_statistics_factory.cc", | 2514 "profiles/profile_statistics_factory.cc", |
| 2515 "profiles/profile_statistics_factory.h", | 2515 "profiles/profile_statistics_factory.h", |
| 2516 "signin/cross_device_promo.cc", | 2516 "signin/cross_device_promo.cc", |
| 2517 "signin/cross_device_promo.h", | 2517 "signin/cross_device_promo.h", |
| 2518 "signin/cross_device_promo_factory.cc", | 2518 "signin/cross_device_promo_factory.cc", |
| 2519 "signin/cross_device_promo_factory.h", | 2519 "signin/cross_device_promo_factory.h", |
| 2520 "signin/force_signin_manager.cc", |
| 2521 "signin/force_signin_manager.h", |
| 2520 "signin/signin_global_error.cc", | 2522 "signin/signin_global_error.cc", |
| 2521 "signin/signin_global_error.h", | 2523 "signin/signin_global_error.h", |
| 2522 "signin/signin_global_error_factory.cc", | 2524 "signin/signin_global_error_factory.cc", |
| 2523 "signin/signin_global_error_factory.h", | 2525 "signin/signin_global_error_factory.h", |
| 2524 "sync/sync_global_error.cc", | 2526 "sync/sync_global_error.cc", |
| 2525 "sync/sync_global_error.h", | 2527 "sync/sync_global_error.h", |
| 2526 "sync/sync_global_error_factory.cc", | 2528 "sync/sync_global_error_factory.cc", |
| 2527 "sync/sync_global_error_factory.h", | 2529 "sync/sync_global_error_factory.h", |
| 2528 "upgrade_detector_impl.cc", | 2530 "upgrade_detector_impl.cc", |
| 2529 "upgrade_detector_impl.h", | 2531 "upgrade_detector_impl.h", |
| (...skipping 1797 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4327 # linking all of the test support. | 4329 # linking all of the test support. |
| 4328 static_library("pepper_cdm_test_constants") { | 4330 static_library("pepper_cdm_test_constants") { |
| 4329 testonly = true | 4331 testonly = true |
| 4330 visibility = [ "//chrome/*" ] | 4332 visibility = [ "//chrome/*" ] |
| 4331 sources = [ | 4333 sources = [ |
| 4332 "media/pepper_cdm_test_constants.cc", | 4334 "media/pepper_cdm_test_constants.cc", |
| 4333 "media/pepper_cdm_test_constants.h", | 4335 "media/pepper_cdm_test_constants.h", |
| 4334 ] | 4336 ] |
| 4335 } | 4337 } |
| 4336 } | 4338 } |
| OLD | NEW |