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

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

Issue 1279543002: Support needed to measure user and service traffic in Chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@NewHistogram
Patch Set: Addressed comments and rebased. Created 5 years, 3 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 | « no previous file | chrome/browser/net/DEPS » ('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("//third_party/protobuf/proto_library.gni") 9 import("//third_party/protobuf/proto_library.gni")
10 10
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 "//chrome/app/theme:theme_resources", 266 "//chrome/app/theme:theme_resources",
267 "//chrome/browser/devtools", 267 "//chrome/browser/devtools",
268 "//chrome/browser/resources:component_extension_resources", 268 "//chrome/browser/resources:component_extension_resources",
269 "//chrome/common/net", 269 "//chrome/common/net",
270 "//chrome/installer/util", 270 "//chrome/installer/util",
271 "//components/about_handler", 271 "//components/about_handler",
272 "//components/app_modal", 272 "//components/app_modal",
273 "//components/autofill/content/browser", 273 "//components/autofill/content/browser",
274 "//components/browsing_data", 274 "//components/browsing_data",
275 "//components/data_reduction_proxy/content/browser", 275 "//components/data_reduction_proxy/content/browser",
276 "//components/data_use_measurement/content",
276 "//components/devtools_discovery", 277 "//components/devtools_discovery",
277 "//components/devtools_http_handler", 278 "//components/devtools_http_handler",
278 "//components/dom_distiller/content:content_browser", 279 "//components/dom_distiller/content:content_browser",
279 "//components/error_page/common", 280 "//components/error_page/common",
280 "//components/favicon/content", 281 "//components/favicon/content",
281 "//components/history/content/browser", 282 "//components/history/content/browser",
282 "//components/keyed_service/content", 283 "//components/keyed_service/content",
283 "//components/navigation_interception", 284 "//components/navigation_interception",
284 "//components/network_hints/common", 285 "//components/network_hints/common",
285 "//components/password_manager/content/browser", 286 "//components/password_manager/content/browser",
(...skipping 956 matching lines...) Expand 10 before | Expand all | Expand 10 after
1242 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") 1243 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome")
1243 deps = [ 1244 deps = [
1244 "//components/google/core/browser", 1245 "//components/google/core/browser",
1245 "//components/omnibox/browser", 1246 "//components/omnibox/browser",
1246 "//components/rlz", 1247 "//components/rlz",
1247 "//components/search_engines", 1248 "//components/search_engines",
1248 "//rlz:rlz_lib", 1249 "//rlz:rlz_lib",
1249 ] 1250 ]
1250 } 1251 }
1251 } 1252 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/net/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698