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 2848 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2859 "android/voice_search_tab_helper.cc", | 2859 "android/voice_search_tab_helper.cc", |
2860 "android/voice_search_tab_helper.h", | 2860 "android/voice_search_tab_helper.h", |
2861 "android/warmup_manager.cc", | 2861 "android/warmup_manager.cc", |
2862 "android/warmup_manager.h", | 2862 "android/warmup_manager.h", |
2863 "android/web_contents_factory.cc", | 2863 "android/web_contents_factory.cc", |
2864 "android/web_contents_factory.h", | 2864 "android/web_contents_factory.h", |
2865 "android/webapk/chrome_webapk_host.cc", | 2865 "android/webapk/chrome_webapk_host.cc", |
2866 "android/webapk/chrome_webapk_host.h", | 2866 "android/webapk/chrome_webapk_host.h", |
2867 "android/webapk/webapk_icon_hasher.cc", | 2867 "android/webapk/webapk_icon_hasher.cc", |
2868 "android/webapk/webapk_icon_hasher.h", | 2868 "android/webapk/webapk_icon_hasher.h", |
| 2869 "android/webapk/webapk_info.cc", |
| 2870 "android/webapk/webapk_info.h", |
2869 "android/webapk/webapk_install_service.cc", | 2871 "android/webapk/webapk_install_service.cc", |
2870 "android/webapk/webapk_install_service.h", | 2872 "android/webapk/webapk_install_service.h", |
2871 "android/webapk/webapk_install_service_factory.cc", | 2873 "android/webapk/webapk_install_service_factory.cc", |
2872 "android/webapk/webapk_install_service_factory.h", | 2874 "android/webapk/webapk_install_service_factory.h", |
2873 "android/webapk/webapk_installer.cc", | 2875 "android/webapk/webapk_installer.cc", |
2874 "android/webapk/webapk_installer.h", | 2876 "android/webapk/webapk_installer.h", |
2875 "android/webapk/webapk_metrics.cc", | 2877 "android/webapk/webapk_metrics.cc", |
2876 "android/webapk/webapk_metrics.h", | 2878 "android/webapk/webapk_metrics.h", |
2877 "android/webapk/webapk_update_data_fetcher.cc", | 2879 "android/webapk/webapk_update_data_fetcher.cc", |
2878 "android/webapk/webapk_update_data_fetcher.h", | 2880 "android/webapk/webapk_update_data_fetcher.h", |
(...skipping 1623 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4502 "media/pepper_cdm_test_constants.cc", | 4504 "media/pepper_cdm_test_constants.cc", |
4503 "media/pepper_cdm_test_constants.h", | 4505 "media/pepper_cdm_test_constants.h", |
4504 ] | 4506 ] |
4505 } | 4507 } |
4506 } | 4508 } |
4507 | 4509 |
4508 service_manifest("preferences_manifest") { | 4510 service_manifest("preferences_manifest") { |
4509 name = "preferences" | 4511 name = "preferences" |
4510 source = "prefs/preferences_manifest.json" | 4512 source = "prefs/preferences_manifest.json" |
4511 } | 4513 } |
OLD | NEW |