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

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

Issue 2107173002: Add the future storage framework for the BudgetDatabase. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Code review feedback and added histograms.xml update. Created 4 years, 5 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
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("//chrome/common/features.gni") 9 import("//chrome/common/features.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 "//content/public/browser", 110 "//content/public/browser",
111 "//sql", 111 "//sql",
112 "//sync", 112 "//sync",
113 ] 113 ]
114 deps = [ 114 deps = [
115 "//chrome:extra_resources", 115 "//chrome:extra_resources",
116 "//chrome:resources", 116 "//chrome:resources",
117 "//chrome:strings", 117 "//chrome:strings",
118 "//chrome/app/resources:platform_locale_settings", 118 "//chrome/app/resources:platform_locale_settings",
119 "//chrome/app/theme:theme_resources", 119 "//chrome/app/theme:theme_resources",
120 "//chrome/browser/budget_service:budget_proto",
120 "//chrome/browser/metrics/variations:chrome_ui_string_overrider_factory", 121 "//chrome/browser/metrics/variations:chrome_ui_string_overrider_factory",
121 "//chrome/browser/net:probe_message_proto", 122 "//chrome/browser/net:probe_message_proto",
122 "//chrome/browser/ui", 123 "//chrome/browser/ui",
123 "//chrome/common", 124 "//chrome/common",
124 "//components/autofill/core/browser", 125 "//components/autofill/core/browser",
125 "//components/bookmarks/browser", 126 "//components/bookmarks/browser",
126 "//components/bookmarks/managed", 127 "//components/bookmarks/managed",
127 "//components/browser_sync/browser", 128 "//components/browser_sync/browser",
128 "//components/browser_sync/common", 129 "//components/browser_sync/common",
129 "//components/captive_portal", 130 "//components/captive_portal",
(...skipping 1235 matching lines...) Expand 10 before | Expand all | Expand 10 after
1365 # linking all of the test support. 1366 # linking all of the test support.
1366 source_set("pepper_cdm_test_constants") { 1367 source_set("pepper_cdm_test_constants") {
1367 testonly = true 1368 testonly = true
1368 visibility = [ "//chrome/*" ] 1369 visibility = [ "//chrome/*" ]
1369 sources = [ 1370 sources = [
1370 "media/pepper_cdm_test_constants.cc", 1371 "media/pepper_cdm_test_constants.cc",
1371 "media/pepper_cdm_test_constants.h", 1372 "media/pepper_cdm_test_constants.h",
1372 ] 1373 ]
1373 } 1374 }
1374 } 1375 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/budget_service/BUILD.gn » ('j') | chrome/browser/budget_service/budget.proto » ('J')

Powered by Google App Engine
This is Rietveld 408576698