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

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

Issue 2629573004: Add a chrome://webapks page. (Closed)
Patch Set: Makes the listWebApks method receive a callback on the Java side Created 3 years, 11 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 2832 matching lines...) Expand 10 before | Expand all | Expand 10 after
2843 "android/voice_search_tab_helper.cc", 2843 "android/voice_search_tab_helper.cc",
2844 "android/voice_search_tab_helper.h", 2844 "android/voice_search_tab_helper.h",
2845 "android/warmup_manager.cc", 2845 "android/warmup_manager.cc",
2846 "android/warmup_manager.h", 2846 "android/warmup_manager.h",
2847 "android/web_contents_factory.cc", 2847 "android/web_contents_factory.cc",
2848 "android/web_contents_factory.h", 2848 "android/web_contents_factory.h",
2849 "android/webapk/chrome_webapk_host.cc", 2849 "android/webapk/chrome_webapk_host.cc",
2850 "android/webapk/chrome_webapk_host.h", 2850 "android/webapk/chrome_webapk_host.h",
2851 "android/webapk/webapk_icon_hasher.cc", 2851 "android/webapk/webapk_icon_hasher.cc",
2852 "android/webapk/webapk_icon_hasher.h", 2852 "android/webapk/webapk_icon_hasher.h",
2853 "android/webapk/webapk_info.cc",
2854 "android/webapk/webapk_info.h",
2853 "android/webapk/webapk_install_service.cc", 2855 "android/webapk/webapk_install_service.cc",
2854 "android/webapk/webapk_install_service.h", 2856 "android/webapk/webapk_install_service.h",
2855 "android/webapk/webapk_install_service_factory.cc", 2857 "android/webapk/webapk_install_service_factory.cc",
2856 "android/webapk/webapk_install_service_factory.h", 2858 "android/webapk/webapk_install_service_factory.h",
2857 "android/webapk/webapk_installer.cc", 2859 "android/webapk/webapk_installer.cc",
2858 "android/webapk/webapk_installer.h", 2860 "android/webapk/webapk_installer.h",
2859 "android/webapk/webapk_metrics.cc", 2861 "android/webapk/webapk_metrics.cc",
2860 "android/webapk/webapk_metrics.h", 2862 "android/webapk/webapk_metrics.h",
2861 "android/webapk/webapk_update_data_fetcher.cc", 2863 "android/webapk/webapk_update_data_fetcher.cc",
2862 "android/webapk/webapk_update_data_fetcher.h", 2864 "android/webapk/webapk_update_data_fetcher.h",
(...skipping 1613 matching lines...) Expand 10 before | Expand all | Expand 10 after
4476 "media/pepper_cdm_test_constants.cc", 4478 "media/pepper_cdm_test_constants.cc",
4477 "media/pepper_cdm_test_constants.h", 4479 "media/pepper_cdm_test_constants.h",
4478 ] 4480 ]
4479 } 4481 }
4480 } 4482 }
4481 4483
4482 service_manifest("preferences_manifest") { 4484 service_manifest("preferences_manifest") {
4483 name = "preferences" 4485 name = "preferences"
4484 source = "prefs/preferences_manifest.json" 4486 source = "prefs/preferences_manifest.json"
4485 } 4487 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698