Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(893)

Side by Side Diff: chrome/browser/BUILD.gn

Issue 2629573004: Add a chrome://webapks page. (Closed)
Patch Set: Add a chrome://webapks page. Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 2852 matching lines...) Expand 10 before | Expand all | Expand 10 after
2863 "android/voice_search_tab_helper.cc", 2863 "android/voice_search_tab_helper.cc",
2864 "android/voice_search_tab_helper.h", 2864 "android/voice_search_tab_helper.h",
2865 "android/warmup_manager.cc", 2865 "android/warmup_manager.cc",
2866 "android/warmup_manager.h", 2866 "android/warmup_manager.h",
2867 "android/web_contents_factory.cc", 2867 "android/web_contents_factory.cc",
2868 "android/web_contents_factory.h", 2868 "android/web_contents_factory.h",
2869 "android/webapk/chrome_webapk_host.cc", 2869 "android/webapk/chrome_webapk_host.cc",
2870 "android/webapk/chrome_webapk_host.h", 2870 "android/webapk/chrome_webapk_host.h",
2871 "android/webapk/webapk_icon_hasher.cc", 2871 "android/webapk/webapk_icon_hasher.cc",
2872 "android/webapk/webapk_icon_hasher.h", 2872 "android/webapk/webapk_icon_hasher.h",
2873 "android/webapk/webapk_info.cc",
2874 "android/webapk/webapk_info.h",
2873 "android/webapk/webapk_install_service.cc", 2875 "android/webapk/webapk_install_service.cc",
2874 "android/webapk/webapk_install_service.h", 2876 "android/webapk/webapk_install_service.h",
2875 "android/webapk/webapk_install_service_factory.cc", 2877 "android/webapk/webapk_install_service_factory.cc",
2876 "android/webapk/webapk_install_service_factory.h", 2878 "android/webapk/webapk_install_service_factory.h",
2877 "android/webapk/webapk_installer.cc", 2879 "android/webapk/webapk_installer.cc",
2878 "android/webapk/webapk_installer.h", 2880 "android/webapk/webapk_installer.h",
2879 "android/webapk/webapk_metrics.cc", 2881 "android/webapk/webapk_metrics.cc",
2880 "android/webapk/webapk_metrics.h", 2882 "android/webapk/webapk_metrics.h",
2881 "android/webapk/webapk_update_data_fetcher.cc", 2883 "android/webapk/webapk_update_data_fetcher.cc",
2882 "android/webapk/webapk_update_data_fetcher.h", 2884 "android/webapk/webapk_update_data_fetcher.h",
(...skipping 1626 matching lines...) Expand 10 before | Expand all | Expand 10 after
4509 "media/pepper_cdm_test_constants.cc", 4511 "media/pepper_cdm_test_constants.cc",
4510 "media/pepper_cdm_test_constants.h", 4512 "media/pepper_cdm_test_constants.h",
4511 ] 4513 ]
4512 } 4514 }
4513 } 4515 }
4514 4516
4515 service_manifest("preferences_manifest") { 4517 service_manifest("preferences_manifest") {
4516 name = "preferences" 4518 name = "preferences"
4517 source = "prefs/preferences_manifest.json" 4519 source = "prefs/preferences_manifest.json"
4518 } 4520 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698