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 2772 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2783 "android/locale/locale_manager.h", | 2783 "android/locale/locale_manager.h", |
2784 "android/locale/special_locale_handler.cc", | 2784 "android/locale/special_locale_handler.cc", |
2785 "android/locale/special_locale_handler.h", | 2785 "android/locale/special_locale_handler.h", |
2786 "android/location_settings.h", | 2786 "android/location_settings.h", |
2787 "android/location_settings_impl.cc", | 2787 "android/location_settings_impl.cc", |
2788 "android/location_settings_impl.h", | 2788 "android/location_settings_impl.h", |
2789 "android/logo_bridge.cc", | 2789 "android/logo_bridge.cc", |
2790 "android/logo_bridge.h", | 2790 "android/logo_bridge.h", |
2791 "android/logo_service.cc", | 2791 "android/logo_service.cc", |
2792 "android/logo_service.h", | 2792 "android/logo_service.h", |
| 2793 "android/media_in_product_help_manager.cc", |
| 2794 "android/media_in_product_help_manager.h", |
2793 "android/metrics/launch_metrics.cc", | 2795 "android/metrics/launch_metrics.cc", |
2794 "android/metrics/launch_metrics.h", | 2796 "android/metrics/launch_metrics.h", |
2795 "android/metrics/uma_session_stats.cc", | 2797 "android/metrics/uma_session_stats.cc", |
2796 "android/metrics/uma_session_stats.h", | 2798 "android/metrics/uma_session_stats.h", |
2797 "android/metrics/uma_utils.cc", | 2799 "android/metrics/uma_utils.cc", |
2798 "android/metrics/uma_utils.h", | 2800 "android/metrics/uma_utils.h", |
2799 "android/metrics/variations_session.cc", | 2801 "android/metrics/variations_session.cc", |
2800 "android/metrics/variations_session.h", | 2802 "android/metrics/variations_session.h", |
2801 "android/mojo/chrome_interface_registrar_android.cc", | 2803 "android/mojo/chrome_interface_registrar_android.cc", |
2802 "android/mojo/chrome_interface_registrar_android.h", | 2804 "android/mojo/chrome_interface_registrar_android.h", |
(...skipping 1808 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4611 "//components/search_engines", | 4613 "//components/search_engines", |
4612 "//rlz:rlz_lib", | 4614 "//rlz:rlz_lib", |
4613 ] | 4615 ] |
4614 } | 4616 } |
4615 } | 4617 } |
4616 | 4618 |
4617 service_manifest("preferences_forwarder_manifest") { | 4619 service_manifest("preferences_forwarder_manifest") { |
4618 name = "preferences_forwarder" | 4620 name = "preferences_forwarder" |
4619 source = "prefs/forwarder_manifest.json" | 4621 source = "prefs/forwarder_manifest.json" |
4620 } | 4622 } |
OLD | NEW |