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

Unified Diff: chrome/browser/BUILD.gn

Issue 2263243002: predictors: Store protobufs in the database. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix tests. Created 4 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/predictors/resource_prefetch_predictor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 41b4875cbb61013d7c129ada4580d9a63a50946d..bd9e131c740e3f01a28efca69bda239bcc7cef4e 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -312,6 +312,7 @@ split_static_library("browser") {
}
deps += [
+ ":resource_prefetch_predictor_proto",
"//cc",
"//chrome/app/theme:theme_resources",
"//chrome/browser/devtools",
@@ -988,6 +989,14 @@ if (is_win) {
}
}
+if (!is_ios) {
+ proto_library("resource_prefetch_predictor_proto") {
+ sources = [
+ "predictors/resource_prefetch_predictor.proto",
+ ]
+ }
+}
+
# GYP version: chrome/chrome_resources.gyp:chrome_resources
# (generate_browser_resources action)
grit("resources") {
« no previous file with comments | « no previous file | chrome/browser/predictors/resource_prefetch_predictor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698