| 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 2842 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2853 "android/voice_search_tab_helper.cc", | 2853 "android/voice_search_tab_helper.cc", |
| 2854 "android/voice_search_tab_helper.h", | 2854 "android/voice_search_tab_helper.h", |
| 2855 "android/warmup_manager.cc", | 2855 "android/warmup_manager.cc", |
| 2856 "android/warmup_manager.h", | 2856 "android/warmup_manager.h", |
| 2857 "android/web_contents_factory.cc", | 2857 "android/web_contents_factory.cc", |
| 2858 "android/web_contents_factory.h", | 2858 "android/web_contents_factory.h", |
| 2859 "android/webapk/chrome_webapk_host.cc", | 2859 "android/webapk/chrome_webapk_host.cc", |
| 2860 "android/webapk/chrome_webapk_host.h", | 2860 "android/webapk/chrome_webapk_host.h", |
| 2861 "android/webapk/webapk_icon_hasher.cc", | 2861 "android/webapk/webapk_icon_hasher.cc", |
| 2862 "android/webapk/webapk_icon_hasher.h", | 2862 "android/webapk/webapk_icon_hasher.h", |
| 2863 "android/webapk/webapk_info.cc", |
| 2864 "android/webapk/webapk_info.h", |
| 2863 "android/webapk/webapk_install_service.cc", | 2865 "android/webapk/webapk_install_service.cc", |
| 2864 "android/webapk/webapk_install_service.h", | 2866 "android/webapk/webapk_install_service.h", |
| 2865 "android/webapk/webapk_install_service_factory.cc", | 2867 "android/webapk/webapk_install_service_factory.cc", |
| 2866 "android/webapk/webapk_install_service_factory.h", | 2868 "android/webapk/webapk_install_service_factory.h", |
| 2867 "android/webapk/webapk_installer.cc", | 2869 "android/webapk/webapk_installer.cc", |
| 2868 "android/webapk/webapk_installer.h", | 2870 "android/webapk/webapk_installer.h", |
| 2869 "android/webapk/webapk_metrics.cc", | 2871 "android/webapk/webapk_metrics.cc", |
| 2870 "android/webapk/webapk_metrics.h", | 2872 "android/webapk/webapk_metrics.h", |
| 2871 "android/webapk/webapk_update_data_fetcher.cc", | 2873 "android/webapk/webapk_update_data_fetcher.cc", |
| 2872 "android/webapk/webapk_update_data_fetcher.h", | 2874 "android/webapk/webapk_update_data_fetcher.h", |
| (...skipping 1614 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4487 "media/pepper_cdm_test_constants.cc", | 4489 "media/pepper_cdm_test_constants.cc", |
| 4488 "media/pepper_cdm_test_constants.h", | 4490 "media/pepper_cdm_test_constants.h", |
| 4489 ] | 4491 ] |
| 4490 } | 4492 } |
| 4491 } | 4493 } |
| 4492 | 4494 |
| 4493 service_manifest("preferences_manifest") { | 4495 service_manifest("preferences_manifest") { |
| 4494 name = "preferences" | 4496 name = "preferences" |
| 4495 source = "prefs/preferences_manifest.json" | 4497 source = "prefs/preferences_manifest.json" |
| 4496 } | 4498 } |
| OLD | NEW |