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

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

Issue 2534023002: Create a DataUseRecorder instance for each page load in Chrome. (Closed)
Patch Set: Remove debug logs Created 4 years 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 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 "data_usage/tab_id_annotator.cc", 280 "data_usage/tab_id_annotator.cc",
281 "data_usage/tab_id_annotator.h", 281 "data_usage/tab_id_annotator.h",
282 "data_usage/tab_id_provider.cc", 282 "data_usage/tab_id_provider.cc",
283 "data_usage/tab_id_provider.h", 283 "data_usage/tab_id_provider.h",
284 "data_use_measurement/chrome_data_use_ascriber.cc", 284 "data_use_measurement/chrome_data_use_ascriber.cc",
285 "data_use_measurement/chrome_data_use_ascriber.h", 285 "data_use_measurement/chrome_data_use_ascriber.h",
286 "data_use_measurement/chrome_data_use_ascriber_service.cc", 286 "data_use_measurement/chrome_data_use_ascriber_service.cc",
287 "data_use_measurement/chrome_data_use_ascriber_service.h", 287 "data_use_measurement/chrome_data_use_ascriber_service.h",
288 "data_use_measurement/chrome_data_use_ascriber_service_factory.cc", 288 "data_use_measurement/chrome_data_use_ascriber_service_factory.cc",
289 "data_use_measurement/chrome_data_use_ascriber_service_factory.h", 289 "data_use_measurement/chrome_data_use_ascriber_service_factory.h",
290 "data_use_measurement/chrome_data_use_recorder.cc",
291 "data_use_measurement/chrome_data_use_recorder.h",
290 "data_use_measurement/data_use_web_contents_observer.cc", 292 "data_use_measurement/data_use_web_contents_observer.cc",
291 "data_use_measurement/data_use_web_contents_observer.h", 293 "data_use_measurement/data_use_web_contents_observer.h",
292 "defaults.cc", 294 "defaults.cc",
293 "defaults.h", 295 "defaults.h",
294 "dom_distiller/dom_distiller_service_factory.cc", 296 "dom_distiller/dom_distiller_service_factory.cc",
295 "dom_distiller/dom_distiller_service_factory.h", 297 "dom_distiller/dom_distiller_service_factory.h",
296 "dom_distiller/lazy_dom_distiller_service.cc", 298 "dom_distiller/lazy_dom_distiller_service.cc",
297 "dom_distiller/lazy_dom_distiller_service.h", 299 "dom_distiller/lazy_dom_distiller_service.h",
298 "dom_distiller/profile_utils.cc", 300 "dom_distiller/profile_utils.cc",
299 "dom_distiller/profile_utils.h", 301 "dom_distiller/profile_utils.h",
(...skipping 4126 matching lines...) Expand 10 before | Expand all | Expand 10 after
4426 # linking all of the test support. 4428 # linking all of the test support.
4427 static_library("pepper_cdm_test_constants") { 4429 static_library("pepper_cdm_test_constants") {
4428 testonly = true 4430 testonly = true
4429 visibility = [ "//chrome/*" ] 4431 visibility = [ "//chrome/*" ]
4430 sources = [ 4432 sources = [
4431 "media/pepper_cdm_test_constants.cc", 4433 "media/pepper_cdm_test_constants.cc",
4432 "media/pepper_cdm_test_constants.h", 4434 "media/pepper_cdm_test_constants.h",
4433 ] 4435 ]
4434 } 4436 }
4435 } 4437 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698