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

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: nits and fix path error 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
« no previous file with comments | « no previous file | chrome/browser/budget_service/BUILD.gn » ('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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 "//content/public/browser", 108 "//content/public/browser",
109 "//sql", 109 "//sql",
110 "//sync", 110 "//sync",
111 ] 111 ]
112 deps = [ 112 deps = [
113 "//chrome:extra_resources", 113 "//chrome:extra_resources",
114 "//chrome:resources", 114 "//chrome:resources",
115 "//chrome:strings", 115 "//chrome:strings",
116 "//chrome/app/resources:platform_locale_settings", 116 "//chrome/app/resources:platform_locale_settings",
117 "//chrome/app/theme:theme_resources", 117 "//chrome/app/theme:theme_resources",
118 "//chrome/browser/budget_service:budget_proto",
118 "//chrome/browser/metrics/variations:chrome_ui_string_overrider_factory", 119 "//chrome/browser/metrics/variations:chrome_ui_string_overrider_factory",
119 "//chrome/browser/net:probe_message_proto", 120 "//chrome/browser/net:probe_message_proto",
120 "//chrome/browser/ui", 121 "//chrome/browser/ui",
121 "//chrome/common", 122 "//chrome/common",
122 "//components/autofill/core/browser", 123 "//components/autofill/core/browser",
123 "//components/bookmarks/browser", 124 "//components/bookmarks/browser",
124 "//components/bookmarks/managed", 125 "//components/bookmarks/managed",
125 "//components/browser_sync/browser", 126 "//components/browser_sync/browser",
126 "//components/browser_sync/common", 127 "//components/browser_sync/common",
127 "//components/captive_portal", 128 "//components/captive_portal",
(...skipping 1234 matching lines...) Expand 10 before | Expand all | Expand 10 after
1362 # linking all of the test support. 1363 # linking all of the test support.
1363 source_set("pepper_cdm_test_constants") { 1364 source_set("pepper_cdm_test_constants") {
1364 testonly = true 1365 testonly = true
1365 visibility = [ "//chrome/*" ] 1366 visibility = [ "//chrome/*" ]
1366 sources = [ 1367 sources = [
1367 "media/pepper_cdm_test_constants.cc", 1368 "media/pepper_cdm_test_constants.cc",
1368 "media/pepper_cdm_test_constants.h", 1369 "media/pepper_cdm_test_constants.h",
1369 ] 1370 ]
1370 } 1371 }
1371 } 1372 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/budget_service/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698