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

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

Issue 1421983002: Include tab IDs when reporting data use accounting. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@data_use_scoped_vector
Patch Set: Fixed external_data_use_observer test Created 5 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/android/data_usage/external_data_use_observer_unittest.cc » ('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("//media/media_options.gni") 9 import("//media/media_options.gni")
10 import("//third_party/protobuf/proto_library.gni") 10 import("//third_party/protobuf/proto_library.gni")
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 "//chrome") 220 "//chrome")
221 sources += rebase_path(gypi_values.chrome_browser_bookmark_sources, 221 sources += rebase_path(gypi_values.chrome_browser_bookmark_sources,
222 ".", 222 ".",
223 "//chrome") 223 "//chrome")
224 sources += rebase_path(gypi_values.chrome_browser_browser_process_sources, 224 sources += rebase_path(gypi_values.chrome_browser_browser_process_sources,
225 ".", 225 ".",
226 "//chrome") 226 "//chrome")
227 sources += rebase_path(gypi_values.chrome_browser_content_settings_sources, 227 sources += rebase_path(gypi_values.chrome_browser_content_settings_sources,
228 ".", 228 ".",
229 "//chrome") 229 "//chrome")
230 sources += rebase_path(gypi_values.chrome_browser_data_usage_sources,
231 ".",
232 "//chrome")
230 sources += rebase_path(gypi_values.chrome_browser_engagement_sources, 233 sources += rebase_path(gypi_values.chrome_browser_engagement_sources,
231 ".", 234 ".",
232 "//chrome") 235 "//chrome")
233 sources += 236 sources +=
234 rebase_path(gypi_values.chrome_browser_favicon_sources, ".", "//chrome") 237 rebase_path(gypi_values.chrome_browser_favicon_sources, ".", "//chrome")
235 sources += 238 sources +=
236 rebase_path(gypi_values.chrome_browser_google_sources, ".", "//chrome") 239 rebase_path(gypi_values.chrome_browser_google_sources, ".", "//chrome")
237 sources += 240 sources +=
238 rebase_path(gypi_values.chrome_browser_history_sources, ".", "//chrome") 241 rebase_path(gypi_values.chrome_browser_history_sources, ".", "//chrome")
239 sources += 242 sources +=
(...skipping 1022 matching lines...) Expand 10 before | Expand all | Expand 10 after
1262 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") 1265 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome")
1263 deps = [ 1266 deps = [
1264 "//components/google/core/browser", 1267 "//components/google/core/browser",
1265 "//components/omnibox/browser", 1268 "//components/omnibox/browser",
1266 "//components/rlz", 1269 "//components/rlz",
1267 "//components/search_engines", 1270 "//components/search_engines",
1268 "//rlz:rlz_lib", 1271 "//rlz:rlz_lib",
1269 ] 1272 ]
1270 } 1273 }
1271 } 1274 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/android/data_usage/external_data_use_observer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698