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

Side by Side Diff: components/history/core/browser/BUILD.gn

Issue 2641293002: Add data usage tracking for chrome services (Closed)
Patch Set: 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 static_library("browser") { 5 static_library("browser") {
6 sources = [ 6 sources = [
7 "delete_directive_handler.cc", 7 "delete_directive_handler.cc",
8 "delete_directive_handler.h", 8 "delete_directive_handler.h",
9 "download_constants.h", 9 "download_constants.h",
10 "download_database.cc", 10 "download_database.cc",
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 "web_history_service_observer.h", 85 "web_history_service_observer.h",
86 ] 86 ]
87 87
88 public_deps = [ 88 public_deps = [
89 "//skia", 89 "//skia",
90 ] 90 ]
91 91
92 deps = [ 92 deps = [
93 "//base", 93 "//base",
94 "//base:i18n", 94 "//base:i18n",
95 "//components/data_use_measurement/core",
95 "//components/favicon_base", 96 "//components/favicon_base",
96 "//components/history/core/common", 97 "//components/history/core/common",
97 "//components/keyed_service/core", 98 "//components/keyed_service/core",
98 "//components/prefs", 99 "//components/prefs",
99 "//components/query_parser", 100 "//components/query_parser",
100 "//components/signin/core/browser", 101 "//components/signin/core/browser",
101 "//components/sync", 102 "//components/sync",
102 "//components/url_formatter", 103 "//components/url_formatter",
103 "//components/variations", 104 "//components/variations",
104 "//components/version_info", 105 "//components/version_info",
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 "//sql:test_support", 214 "//sql:test_support",
214 "//testing/gtest", 215 "//testing/gtest",
215 "//ui/gfx", 216 "//ui/gfx",
216 "//ui/gfx:test_support", 217 "//ui/gfx:test_support",
217 "//url", 218 "//url",
218 ] 219 ]
219 if (is_android) { 220 if (is_android) {
220 sources += [ "android/android_history_types_unittest.cc" ] 221 sources += [ "android/android_history_types_unittest.cc" ]
221 } 222 }
222 } 223 }
OLDNEW
« no previous file with comments | « components/gcm_driver/gcm_channel_status_request.cc ('k') | components/history/core/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698