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

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

Issue 1373373002: Create component to expose network usage stats to consumers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rough implementation for sanity check Created 5 years, 2 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/DEPS » ('j') | chrome/browser/io_thread.cc » ('J')
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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 "//components/captive_portal", 106 "//components/captive_portal",
107 "//components/certificate_reporting", 107 "//components/certificate_reporting",
108 "//components/cloud_devices/common", 108 "//components/cloud_devices/common",
109 "//components/component_updater", 109 "//components/component_updater",
110 "//components/compression", 110 "//components/compression",
111 "//components/content_settings/content/common", 111 "//components/content_settings/content/common",
112 "//components/content_settings/core/browser", 112 "//components/content_settings/core/browser",
113 "//components/content_settings/core/common", 113 "//components/content_settings/core/common",
114 "//components/crx_file", 114 "//components/crx_file",
115 "//components/data_reduction_proxy/core/browser", 115 "//components/data_reduction_proxy/core/browser",
116 "//components/data_usage/core",
116 "//components/data_use_measurement/core", 117 "//components/data_use_measurement/core",
117 "//components/device_event_log", 118 "//components/device_event_log",
118 "//components/domain_reliability", 119 "//components/domain_reliability",
119 "//components/enhanced_bookmarks", 120 "//components/enhanced_bookmarks",
120 "//components/favicon/core", 121 "//components/favicon/core",
121 "//components/favicon_base", 122 "//components/favicon_base",
122 "//components/gcm_driver", 123 "//components/gcm_driver",
123 "//components/gcm_driver/instance_id", 124 "//components/gcm_driver/instance_id",
124 "//components/google/core/browser", 125 "//components/google/core/browser",
125 "//components/guest_view/browser", 126 "//components/guest_view/browser",
(...skipping 1129 matching lines...) Expand 10 before | Expand all | Expand 10 after
1255 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") 1256 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome")
1256 deps = [ 1257 deps = [
1257 "//components/google/core/browser", 1258 "//components/google/core/browser",
1258 "//components/omnibox/browser", 1259 "//components/omnibox/browser",
1259 "//components/rlz", 1260 "//components/rlz",
1260 "//components/search_engines", 1261 "//components/search_engines",
1261 "//rlz:rlz_lib", 1262 "//rlz:rlz_lib",
1262 ] 1263 ]
1263 } 1264 }
1264 } 1265 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/DEPS » ('j') | chrome/browser/io_thread.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698