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

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

Issue 2534023002: Create a DataUseRecorder instance for each page load in Chrome. (Closed)
Patch Set: Use emplace to insert; remove copy constructor 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
« 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 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 "data_usage/tab_id_annotator.cc", 281 "data_usage/tab_id_annotator.cc",
282 "data_usage/tab_id_annotator.h", 282 "data_usage/tab_id_annotator.h",
283 "data_usage/tab_id_provider.cc", 283 "data_usage/tab_id_provider.cc",
284 "data_usage/tab_id_provider.h", 284 "data_usage/tab_id_provider.h",
285 "data_use_measurement/chrome_data_use_ascriber.cc", 285 "data_use_measurement/chrome_data_use_ascriber.cc",
286 "data_use_measurement/chrome_data_use_ascriber.h", 286 "data_use_measurement/chrome_data_use_ascriber.h",
287 "data_use_measurement/chrome_data_use_ascriber_service.cc", 287 "data_use_measurement/chrome_data_use_ascriber_service.cc",
288 "data_use_measurement/chrome_data_use_ascriber_service.h", 288 "data_use_measurement/chrome_data_use_ascriber_service.h",
289 "data_use_measurement/chrome_data_use_ascriber_service_factory.cc", 289 "data_use_measurement/chrome_data_use_ascriber_service_factory.cc",
290 "data_use_measurement/chrome_data_use_ascriber_service_factory.h", 290 "data_use_measurement/chrome_data_use_ascriber_service_factory.h",
291 "data_use_measurement/chrome_data_use_recorder.cc",
292 "data_use_measurement/chrome_data_use_recorder.h",
291 "data_use_measurement/data_use_web_contents_observer.cc", 293 "data_use_measurement/data_use_web_contents_observer.cc",
292 "data_use_measurement/data_use_web_contents_observer.h", 294 "data_use_measurement/data_use_web_contents_observer.h",
293 "defaults.cc", 295 "defaults.cc",
294 "defaults.h", 296 "defaults.h",
295 "dom_distiller/dom_distiller_service_factory.cc", 297 "dom_distiller/dom_distiller_service_factory.cc",
296 "dom_distiller/dom_distiller_service_factory.h", 298 "dom_distiller/dom_distiller_service_factory.h",
297 "dom_distiller/lazy_dom_distiller_service.cc", 299 "dom_distiller/lazy_dom_distiller_service.cc",
298 "dom_distiller/lazy_dom_distiller_service.h", 300 "dom_distiller/lazy_dom_distiller_service.h",
299 "dom_distiller/profile_utils.cc", 301 "dom_distiller/profile_utils.cc",
300 "dom_distiller/profile_utils.h", 302 "dom_distiller/profile_utils.h",
(...skipping 4136 matching lines...) Expand 10 before | Expand all | Expand 10 after
4437 # linking all of the test support. 4439 # linking all of the test support.
4438 static_library("pepper_cdm_test_constants") { 4440 static_library("pepper_cdm_test_constants") {
4439 testonly = true 4441 testonly = true
4440 visibility = [ "//chrome/*" ] 4442 visibility = [ "//chrome/*" ]
4441 sources = [ 4443 sources = [
4442 "media/pepper_cdm_test_constants.cc", 4444 "media/pepper_cdm_test_constants.cc",
4443 "media/pepper_cdm_test_constants.h", 4445 "media/pepper_cdm_test_constants.h",
4444 ] 4446 ]
4445 } 4447 }
4446 } 4448 }
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