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

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

Issue 2462983003: Move data use measurement to DataUseNetworkDelegate (Closed)
Patch Set: Rebased and fixed nits Created 4 years, 1 month 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 | « no previous file | chrome/browser/data_use_measurement/chrome_data_use_ascriber.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 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 1296 matching lines...) Expand 10 before | Expand all | Expand 10 after
1307 "//components/component_updater", 1307 "//components/component_updater",
1308 "//components/content_settings/core/browser", 1308 "//components/content_settings/core/browser",
1309 "//components/content_settings/core/common", 1309 "//components/content_settings/core/common",
1310 "//components/contextual_search:browser", 1310 "//components/contextual_search:browser",
1311 "//components/cookie_config", 1311 "//components/cookie_config",
1312 "//components/crx_file", 1312 "//components/crx_file",
1313 "//components/data_reduction_proxy/content/browser", 1313 "//components/data_reduction_proxy/content/browser",
1314 "//components/data_reduction_proxy/core/browser", 1314 "//components/data_reduction_proxy/core/browser",
1315 "//components/data_usage/core", 1315 "//components/data_usage/core",
1316 "//components/data_use_measurement/content", 1316 "//components/data_use_measurement/content",
1317 "//components/data_use_measurement/core", 1317 "//components/data_use_measurement/core:ascriber",
1318 "//components/device_event_log", 1318 "//components/device_event_log",
1319 "//components/dom_distiller/content/browser", 1319 "//components/dom_distiller/content/browser",
1320 "//components/domain_reliability", 1320 "//components/domain_reliability",
1321 "//components/error_page/common", 1321 "//components/error_page/common",
1322 "//components/favicon/content", 1322 "//components/favicon/content",
1323 "//components/favicon/core", 1323 "//components/favicon/core",
1324 "//components/favicon_base", 1324 "//components/favicon_base",
1325 "//components/flags_ui", 1325 "//components/flags_ui",
1326 "//components/gcm_driver", 1326 "//components/gcm_driver",
1327 "//components/google/core/browser", 1327 "//components/google/core/browser",
(...skipping 3083 matching lines...) Expand 10 before | Expand all | Expand 10 after
4411 # linking all of the test support. 4411 # linking all of the test support.
4412 static_library("pepper_cdm_test_constants") { 4412 static_library("pepper_cdm_test_constants") {
4413 testonly = true 4413 testonly = true
4414 visibility = [ "//chrome/*" ] 4414 visibility = [ "//chrome/*" ]
4415 sources = [ 4415 sources = [
4416 "media/pepper_cdm_test_constants.cc", 4416 "media/pepper_cdm_test_constants.cc",
4417 "media/pepper_cdm_test_constants.h", 4417 "media/pepper_cdm_test_constants.h",
4418 ] 4418 ]
4419 } 4419 }
4420 } 4420 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/data_use_measurement/chrome_data_use_ascriber.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698