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

Side by Side Diff: components/offline_pages/BUILD.gn

Issue 2022283003: Record offline histograms with suffix via Histogram::FactoryGet (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase again Created 4 years, 6 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
« no previous file with comments | « components/offline_pages.gypi ('k') | components/offline_pages/client_namespace_constants.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 if (is_android) { 5 if (is_android) {
6 import("//build/config/android/rules.gni") 6 import("//build/config/android/rules.gni")
7 } 7 }
8 8
9 # GYP: //components/offline_pages.gypi:offline_pages 9 # GYP: //components/offline_pages.gypi:offline_pages
10 static_library("offline_pages") { 10 static_library("offline_pages") {
11 sources = [ 11 sources = [
12 "archive_manager.cc", 12 "archive_manager.cc",
13 "archive_manager.h", 13 "archive_manager.h",
14 "client_namespace_constants.cc",
15 "client_namespace_constants.h",
14 "client_policy_controller.cc", 16 "client_policy_controller.cc",
15 "client_policy_controller.h", 17 "client_policy_controller.h",
16 "offline_page_archiver.h", 18 "offline_page_archiver.h",
17 "offline_page_client_policy.h", 19 "offline_page_client_policy.h",
18 "offline_page_item.cc", 20 "offline_page_item.cc",
19 "offline_page_item.h", 21 "offline_page_item.h",
20 "offline_page_metadata_store.cc", 22 "offline_page_metadata_store.cc",
21 "offline_page_metadata_store.h", 23 "offline_page_metadata_store.h",
22 "offline_page_metadata_store_sql.cc", 24 "offline_page_metadata_store_sql.cc",
23 "offline_page_metadata_store_sql.h", 25 "offline_page_metadata_store_sql.h",
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 ] 99 ]
98 } 100 }
99 101
100 if (is_android) { 102 if (is_android) {
101 java_cpp_enum("offline_page_model_enums_java") { 103 java_cpp_enum("offline_page_model_enums_java") {
102 sources = [ 104 sources = [
103 "offline_page_types.h", 105 "offline_page_types.h",
104 ] 106 ]
105 } 107 }
106 } 108 }
OLDNEW
« no previous file with comments | « components/offline_pages.gypi ('k') | components/offline_pages/client_namespace_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698