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