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

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 2838 matching lines...) Expand 10 before | Expand all | Expand 10 after
2849 "android/voice_search_tab_helper.cc", 2849 "android/voice_search_tab_helper.cc",
2850 "android/voice_search_tab_helper.h", 2850 "android/voice_search_tab_helper.h",
2851 "android/warmup_manager.cc", 2851 "android/warmup_manager.cc",
2852 "android/warmup_manager.h", 2852 "android/warmup_manager.h",
2853 "android/web_contents_factory.cc", 2853 "android/web_contents_factory.cc",
2854 "android/web_contents_factory.h", 2854 "android/web_contents_factory.h",
2855 "android/webapk/chrome_webapk_host.cc", 2855 "android/webapk/chrome_webapk_host.cc",
2856 "android/webapk/chrome_webapk_host.h", 2856 "android/webapk/chrome_webapk_host.h",
2857 "android/webapk/webapk_icon_hasher.cc", 2857 "android/webapk/webapk_icon_hasher.cc",
2858 "android/webapk/webapk_icon_hasher.h", 2858 "android/webapk/webapk_icon_hasher.h",
2859 "android/webapk/webapk_info.cc",
2860 "android/webapk/webapk_info.h",
2859 "android/webapk/webapk_install_service.cc", 2861 "android/webapk/webapk_install_service.cc",
2860 "android/webapk/webapk_install_service.h", 2862 "android/webapk/webapk_install_service.h",
2861 "android/webapk/webapk_install_service_factory.cc", 2863 "android/webapk/webapk_install_service_factory.cc",
2862 "android/webapk/webapk_install_service_factory.h", 2864 "android/webapk/webapk_install_service_factory.h",
2863 "android/webapk/webapk_installer.cc", 2865 "android/webapk/webapk_installer.cc",
2864 "android/webapk/webapk_installer.h", 2866 "android/webapk/webapk_installer.h",
2865 "android/webapk/webapk_metrics.cc", 2867 "android/webapk/webapk_metrics.cc",
2866 "android/webapk/webapk_metrics.h", 2868 "android/webapk/webapk_metrics.h",
2867 "android/webapk/webapk_update_data_fetcher.cc", 2869 "android/webapk/webapk_update_data_fetcher.cc",
2868 "android/webapk/webapk_update_data_fetcher.h", 2870 "android/webapk/webapk_update_data_fetcher.h",
(...skipping 1614 matching lines...) Expand 10 before | Expand all | Expand 10 after
4483 "media/pepper_cdm_test_constants.cc", 4485 "media/pepper_cdm_test_constants.cc",
4484 "media/pepper_cdm_test_constants.h", 4486 "media/pepper_cdm_test_constants.h",
4485 ] 4487 ]
4486 } 4488 }
4487 } 4489 }
4488 4490
4489 service_manifest("preferences_manifest") { 4491 service_manifest("preferences_manifest") {
4490 name = "preferences" 4492 name = "preferences"
4491 source = "prefs/preferences_manifest.json" 4493 source = "prefs/preferences_manifest.json"
4492 } 4494 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698