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

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

Issue 2301263004: Add WebAPK installation metrics. (Closed)
Patch Set: Update the metrics. Created 4 years, 3 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 3198 matching lines...) Expand 10 before | Expand all | Expand 10 after
3209 "android/web_contents_factory.cc", 3209 "android/web_contents_factory.cc",
3210 "android/web_contents_factory.h", 3210 "android/web_contents_factory.h",
3211 "android/webapk/chrome_webapk_host.cc", 3211 "android/webapk/chrome_webapk_host.cc",
3212 "android/webapk/chrome_webapk_host.h", 3212 "android/webapk/chrome_webapk_host.h",
3213 "android/webapk/manifest_upgrade_detector_fetcher.cc", 3213 "android/webapk/manifest_upgrade_detector_fetcher.cc",
3214 "android/webapk/manifest_upgrade_detector_fetcher.h", 3214 "android/webapk/manifest_upgrade_detector_fetcher.h",
3215 "android/webapk/webapk_icon_hasher.cc", 3215 "android/webapk/webapk_icon_hasher.cc",
3216 "android/webapk/webapk_icon_hasher.h", 3216 "android/webapk/webapk_icon_hasher.h",
3217 "android/webapk/webapk_installer.cc", 3217 "android/webapk/webapk_installer.cc",
3218 "android/webapk/webapk_installer.h", 3218 "android/webapk/webapk_installer.h",
3219 "android/webapk/webapk_metrics.cc",
3220 "android/webapk/webapk_metrics.h",
3219 "android/webapk/webapk_update_manager.cc", 3221 "android/webapk/webapk_update_manager.cc",
3220 "android/webapk/webapk_update_manager.h", 3222 "android/webapk/webapk_update_manager.h",
3221 "android/webapk/webapk_web_manifest_checker.cc", 3223 "android/webapk/webapk_web_manifest_checker.cc",
3222 "android/webapk/webapk_web_manifest_checker.h", 3224 "android/webapk/webapk_web_manifest_checker.h",
3223 "android/webapps/add_to_homescreen_data_fetcher.cc", 3225 "android/webapps/add_to_homescreen_data_fetcher.cc",
3224 "android/webapps/add_to_homescreen_data_fetcher.h", 3226 "android/webapps/add_to_homescreen_data_fetcher.h",
3225 "android/webapps/add_to_homescreen_manager.cc", 3227 "android/webapps/add_to_homescreen_manager.cc",
3226 "android/webapps/add_to_homescreen_manager.h", 3228 "android/webapps/add_to_homescreen_manager.h",
3227 "android/webapps/single_tab_mode_tab_helper.cc", 3229 "android/webapps/single_tab_mode_tab_helper.cc",
3228 "android/webapps/single_tab_mode_tab_helper.h", 3230 "android/webapps/single_tab_mode_tab_helper.h",
(...skipping 1023 matching lines...) Expand 10 before | Expand all | Expand 10 after
4252 # linking all of the test support. 4254 # linking all of the test support.
4253 static_library("pepper_cdm_test_constants") { 4255 static_library("pepper_cdm_test_constants") {
4254 testonly = true 4256 testonly = true
4255 visibility = [ "//chrome/*" ] 4257 visibility = [ "//chrome/*" ]
4256 sources = [ 4258 sources = [
4257 "media/pepper_cdm_test_constants.cc", 4259 "media/pepper_cdm_test_constants.cc",
4258 "media/pepper_cdm_test_constants.h", 4260 "media/pepper_cdm_test_constants.h",
4259 ] 4261 ]
4260 } 4262 }
4261 } 4263 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698