| 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 2911 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2922 "android/physical_web/physical_web_data_source_android.cc", | 2922 "android/physical_web/physical_web_data_source_android.cc", |
| 2923 "android/physical_web/physical_web_data_source_android.h", | 2923 "android/physical_web/physical_web_data_source_android.h", |
| 2924 "android/policy/policy_auditor.cc", | 2924 "android/policy/policy_auditor.cc", |
| 2925 "android/policy/policy_auditor.h", | 2925 "android/policy/policy_auditor.h", |
| 2926 "android/precache/precache_launcher.cc", | 2926 "android/precache/precache_launcher.cc", |
| 2927 "android/precache/precache_launcher.h", | 2927 "android/precache/precache_launcher.h", |
| 2928 "android/preferences/autofill/autofill_profile_bridge.cc", | 2928 "android/preferences/autofill/autofill_profile_bridge.cc", |
| 2929 "android/preferences/autofill/autofill_profile_bridge.h", | 2929 "android/preferences/autofill/autofill_profile_bridge.h", |
| 2930 "android/preferences/browser_prefs_android.cc", | 2930 "android/preferences/browser_prefs_android.cc", |
| 2931 "android/preferences/browser_prefs_android.h", | 2931 "android/preferences/browser_prefs_android.h", |
| 2932 "android/preferences/clipboard_android.cc", |
| 2933 "android/preferences/clipboard_android.h", |
| 2932 "android/preferences/pref_service_bridge.cc", | 2934 "android/preferences/pref_service_bridge.cc", |
| 2933 "android/preferences/pref_service_bridge.h", | 2935 "android/preferences/pref_service_bridge.h", |
| 2934 "android/preferences/preferences_launcher.cc", | 2936 "android/preferences/preferences_launcher.cc", |
| 2935 "android/preferences/preferences_launcher.h", | 2937 "android/preferences/preferences_launcher.h", |
| 2936 "android/preferences/website_preference_bridge.cc", | 2938 "android/preferences/website_preference_bridge.cc", |
| 2937 "android/preferences/website_preference_bridge.h", | 2939 "android/preferences/website_preference_bridge.h", |
| 2938 "android/profiles/profile_downloader_android.cc", | 2940 "android/profiles/profile_downloader_android.cc", |
| 2939 "android/profiles/profile_downloader_android.h", | 2941 "android/profiles/profile_downloader_android.h", |
| 2940 "android/provider/blocking_ui_thread_async_request.cc", | 2942 "android/provider/blocking_ui_thread_async_request.cc", |
| 2941 "android/provider/blocking_ui_thread_async_request.h", | 2943 "android/provider/blocking_ui_thread_async_request.h", |
| (...skipping 1741 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4683 "media/pepper_cdm_test_constants.cc", | 4685 "media/pepper_cdm_test_constants.cc", |
| 4684 "media/pepper_cdm_test_constants.h", | 4686 "media/pepper_cdm_test_constants.h", |
| 4685 ] | 4687 ] |
| 4686 } | 4688 } |
| 4687 } | 4689 } |
| 4688 | 4690 |
| 4689 service_manifest("preferences_forwarder_manifest") { | 4691 service_manifest("preferences_forwarder_manifest") { |
| 4690 name = "preferences_forwarder" | 4692 name = "preferences_forwarder" |
| 4691 source = "prefs/forwarder_manifest.json" | 4693 source = "prefs/forwarder_manifest.json" |
| 4692 } | 4694 } |
| OLD | NEW |