| 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 2546 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2557 "profiles/profile_list_desktop.cc", | 2557 "profiles/profile_list_desktop.cc", |
| 2558 "profiles/profile_list_desktop.h", | 2558 "profiles/profile_list_desktop.h", |
| 2559 "profiles/profile_statistics.cc", | 2559 "profiles/profile_statistics.cc", |
| 2560 "profiles/profile_statistics.h", | 2560 "profiles/profile_statistics.h", |
| 2561 "profiles/profile_statistics_aggregator.cc", | 2561 "profiles/profile_statistics_aggregator.cc", |
| 2562 "profiles/profile_statistics_aggregator.h", | 2562 "profiles/profile_statistics_aggregator.h", |
| 2563 "profiles/profile_statistics_common.cc", | 2563 "profiles/profile_statistics_common.cc", |
| 2564 "profiles/profile_statistics_common.h", | 2564 "profiles/profile_statistics_common.h", |
| 2565 "profiles/profile_statistics_factory.cc", | 2565 "profiles/profile_statistics_factory.cc", |
| 2566 "profiles/profile_statistics_factory.h", | 2566 "profiles/profile_statistics_factory.h", |
| 2567 "signin/force_signin_verifier.cc", |
| 2568 "signin/force_signin_verifier.h", |
| 2567 "signin/signin_global_error.cc", | 2569 "signin/signin_global_error.cc", |
| 2568 "signin/signin_global_error.h", | 2570 "signin/signin_global_error.h", |
| 2569 "signin/signin_global_error_factory.cc", | 2571 "signin/signin_global_error_factory.cc", |
| 2570 "signin/signin_global_error_factory.h", | 2572 "signin/signin_global_error_factory.h", |
| 2571 "sync/sync_global_error.cc", | 2573 "sync/sync_global_error.cc", |
| 2572 "sync/sync_global_error.h", | 2574 "sync/sync_global_error.h", |
| 2573 "sync/sync_global_error_factory.cc", | 2575 "sync/sync_global_error_factory.cc", |
| 2574 "sync/sync_global_error_factory.h", | 2576 "sync/sync_global_error_factory.h", |
| 2575 "upgrade_detector_impl.cc", | 2577 "upgrade_detector_impl.cc", |
| 2576 "upgrade_detector_impl.h", | 2578 "upgrade_detector_impl.h", |
| (...skipping 2046 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4623 "media/pepper_cdm_test_constants.cc", | 4625 "media/pepper_cdm_test_constants.cc", |
| 4624 "media/pepper_cdm_test_constants.h", | 4626 "media/pepper_cdm_test_constants.h", |
| 4625 ] | 4627 ] |
| 4626 } | 4628 } |
| 4627 } | 4629 } |
| 4628 | 4630 |
| 4629 service_manifest("preferences_forwarder_manifest") { | 4631 service_manifest("preferences_forwarder_manifest") { |
| 4630 name = "preferences_forwarder" | 4632 name = "preferences_forwarder" |
| 4631 source = "prefs/forwarder_manifest.json" | 4633 source = "prefs/forwarder_manifest.json" |
| 4632 } | 4634 } |
| OLD | NEW |