| 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 2905 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2916 "android/physical_web/physical_web_data_source_android.cc", | 2916 "android/physical_web/physical_web_data_source_android.cc", |
| 2917 "android/physical_web/physical_web_data_source_android.h", | 2917 "android/physical_web/physical_web_data_source_android.h", |
| 2918 "android/policy/policy_auditor.cc", | 2918 "android/policy/policy_auditor.cc", |
| 2919 "android/policy/policy_auditor.h", | 2919 "android/policy/policy_auditor.h", |
| 2920 "android/precache/precache_launcher.cc", | 2920 "android/precache/precache_launcher.cc", |
| 2921 "android/precache/precache_launcher.h", | 2921 "android/precache/precache_launcher.h", |
| 2922 "android/preferences/autofill/autofill_profile_bridge.cc", | 2922 "android/preferences/autofill/autofill_profile_bridge.cc", |
| 2923 "android/preferences/autofill/autofill_profile_bridge.h", | 2923 "android/preferences/autofill/autofill_profile_bridge.h", |
| 2924 "android/preferences/browser_prefs_android.cc", | 2924 "android/preferences/browser_prefs_android.cc", |
| 2925 "android/preferences/browser_prefs_android.h", | 2925 "android/preferences/browser_prefs_android.h", |
| 2926 "android/preferences/clipboard_android.cc", |
| 2927 "android/preferences/clipboard_android.h", |
| 2926 "android/preferences/pref_service_bridge.cc", | 2928 "android/preferences/pref_service_bridge.cc", |
| 2927 "android/preferences/pref_service_bridge.h", | 2929 "android/preferences/pref_service_bridge.h", |
| 2928 "android/preferences/preferences_launcher.cc", | 2930 "android/preferences/preferences_launcher.cc", |
| 2929 "android/preferences/preferences_launcher.h", | 2931 "android/preferences/preferences_launcher.h", |
| 2930 "android/preferences/website_preference_bridge.cc", | 2932 "android/preferences/website_preference_bridge.cc", |
| 2931 "android/preferences/website_preference_bridge.h", | 2933 "android/preferences/website_preference_bridge.h", |
| 2932 "android/profiles/profile_downloader_android.cc", | 2934 "android/profiles/profile_downloader_android.cc", |
| 2933 "android/profiles/profile_downloader_android.h", | 2935 "android/profiles/profile_downloader_android.h", |
| 2934 "android/provider/blocking_ui_thread_async_request.cc", | 2936 "android/provider/blocking_ui_thread_async_request.cc", |
| 2935 "android/provider/blocking_ui_thread_async_request.h", | 2937 "android/provider/blocking_ui_thread_async_request.h", |
| (...skipping 1752 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4688 "media/pepper_cdm_test_constants.cc", | 4690 "media/pepper_cdm_test_constants.cc", |
| 4689 "media/pepper_cdm_test_constants.h", | 4691 "media/pepper_cdm_test_constants.h", |
| 4690 ] | 4692 ] |
| 4691 } | 4693 } |
| 4692 } | 4694 } |
| 4693 | 4695 |
| 4694 service_manifest("preferences_forwarder_manifest") { | 4696 service_manifest("preferences_forwarder_manifest") { |
| 4695 name = "preferences_forwarder" | 4697 name = "preferences_forwarder" |
| 4696 source = "prefs/forwarder_manifest.json" | 4698 source = "prefs/forwarder_manifest.json" |
| 4697 } | 4699 } |
| OLD | NEW |