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

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: 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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 "//content/public/browser", 111 "//content/public/browser",
112 "//sql", 112 "//sql",
113 "//sync", 113 "//sync",
114 ] 114 ]
115 deps = [ 115 deps = [
116 "//chrome:extra_resources", 116 "//chrome:extra_resources",
117 "//chrome:resources", 117 "//chrome:resources",
118 "//chrome:strings", 118 "//chrome:strings",
119 "//chrome/app/resources:platform_locale_settings", 119 "//chrome/app/resources:platform_locale_settings",
120 "//chrome/app/theme:theme_resources", 120 "//chrome/app/theme:theme_resources",
121 "//chrome/browser/budget_service:budget_proto",
121 "//chrome/browser/metrics/variations:chrome_ui_string_overrider_factory", 122 "//chrome/browser/metrics/variations:chrome_ui_string_overrider_factory",
122 "//chrome/browser/net:probe_message_proto", 123 "//chrome/browser/net:probe_message_proto",
123 "//chrome/browser/ui", 124 "//chrome/browser/ui",
124 "//chrome/common", 125 "//chrome/common",
125 "//components/autofill/core/browser", 126 "//components/autofill/core/browser",
126 "//components/bookmarks/browser", 127 "//components/bookmarks/browser",
127 "//components/bookmarks/managed", 128 "//components/bookmarks/managed",
128 "//components/browser_sync/browser", 129 "//components/browser_sync/browser",
129 "//components/browser_sync/common", 130 "//components/browser_sync/common",
130 "//components/captive_portal", 131 "//components/captive_portal",
(...skipping 1240 matching lines...) Expand 10 before | Expand all | Expand 10 after
1371 # linking all of the test support. 1372 # linking all of the test support.
1372 source_set("pepper_cdm_test_constants") { 1373 source_set("pepper_cdm_test_constants") {
1373 testonly = true 1374 testonly = true
1374 visibility = [ "//chrome/*" ] 1375 visibility = [ "//chrome/*" ]
1375 sources = [ 1376 sources = [
1376 "media/pepper_cdm_test_constants.cc", 1377 "media/pepper_cdm_test_constants.cc",
1377 "media/pepper_cdm_test_constants.h", 1378 "media/pepper_cdm_test_constants.h",
1378 ] 1379 ]
1379 } 1380 }
1380 } 1381 }
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