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

Unified Diff: chrome/browser/extensions/BUILD.gn

Issue 1460313004: Fix missing data_store.pb.h error when building extensions GN target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fix_link_errors
Patch Set: Use //components/data_reduction_proxy/proto:data_reduction_proxy_proto to address the problem. 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/BUILD.gn
diff --git a/chrome/browser/extensions/BUILD.gn b/chrome/browser/extensions/BUILD.gn
index c0930412ea067cdd7eeb0c037106629f9c4b1a97..24b82243d0a225a93775edfab2e6069fc0bb3f00 100644
--- a/chrome/browser/extensions/BUILD.gn
+++ b/chrome/browser/extensions/BUILD.gn
@@ -44,6 +44,7 @@ source_set("extensions") {
"//chrome/common/safe_browsing:proto",
"//chrome/installer/util",
"//components/copresence",
+ "//components/data_reduction_proxy/proto:data_reduction_proxy_proto",
"//components/dom_distiller/core",
"//components/onc",
"//components/proximity_auth",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698