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

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

Issue 2301263004: Add WebAPK installation metrics. (Closed)
Patch Set: domnickn@'s comments. 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 3201 matching lines...) Expand 10 before | Expand all | Expand 10 after
3212 "android/web_contents_factory.cc", 3212 "android/web_contents_factory.cc",
3213 "android/web_contents_factory.h", 3213 "android/web_contents_factory.h",
3214 "android/webapk/chrome_webapk_host.cc", 3214 "android/webapk/chrome_webapk_host.cc",
3215 "android/webapk/chrome_webapk_host.h", 3215 "android/webapk/chrome_webapk_host.h",
3216 "android/webapk/manifest_upgrade_detector_fetcher.cc", 3216 "android/webapk/manifest_upgrade_detector_fetcher.cc",
3217 "android/webapk/manifest_upgrade_detector_fetcher.h", 3217 "android/webapk/manifest_upgrade_detector_fetcher.h",
3218 "android/webapk/webapk_icon_hasher.cc", 3218 "android/webapk/webapk_icon_hasher.cc",
3219 "android/webapk/webapk_icon_hasher.h", 3219 "android/webapk/webapk_icon_hasher.h",
3220 "android/webapk/webapk_installer.cc", 3220 "android/webapk/webapk_installer.cc",
3221 "android/webapk/webapk_installer.h", 3221 "android/webapk/webapk_installer.h",
3222 "android/webapk/webapk_metrics.cc",
3223 "android/webapk/webapk_metrics.h",
3222 "android/webapk/webapk_update_manager.cc", 3224 "android/webapk/webapk_update_manager.cc",
3223 "android/webapk/webapk_update_manager.h", 3225 "android/webapk/webapk_update_manager.h",
3224 "android/webapk/webapk_web_manifest_checker.cc", 3226 "android/webapk/webapk_web_manifest_checker.cc",
3225 "android/webapk/webapk_web_manifest_checker.h", 3227 "android/webapk/webapk_web_manifest_checker.h",
3226 "android/webapps/add_to_homescreen_data_fetcher.cc", 3228 "android/webapps/add_to_homescreen_data_fetcher.cc",
3227 "android/webapps/add_to_homescreen_data_fetcher.h", 3229 "android/webapps/add_to_homescreen_data_fetcher.h",
3228 "android/webapps/add_to_homescreen_manager.cc", 3230 "android/webapps/add_to_homescreen_manager.cc",
3229 "android/webapps/add_to_homescreen_manager.h", 3231 "android/webapps/add_to_homescreen_manager.h",
3230 "android/webapps/single_tab_mode_tab_helper.cc", 3232 "android/webapps/single_tab_mode_tab_helper.cc",
3231 "android/webapps/single_tab_mode_tab_helper.h", 3233 "android/webapps/single_tab_mode_tab_helper.h",
(...skipping 1024 matching lines...) Expand 10 before | Expand all | Expand 10 after
4256 # linking all of the test support. 4258 # linking all of the test support.
4257 static_library("pepper_cdm_test_constants") { 4259 static_library("pepper_cdm_test_constants") {
4258 testonly = true 4260 testonly = true
4259 visibility = [ "//chrome/*" ] 4261 visibility = [ "//chrome/*" ]
4260 sources = [ 4262 sources = [
4261 "media/pepper_cdm_test_constants.cc", 4263 "media/pepper_cdm_test_constants.cc",
4262 "media/pepper_cdm_test_constants.h", 4264 "media/pepper_cdm_test_constants.h",
4263 ] 4265 ]
4264 } 4266 }
4265 } 4267 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698