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

Unified Diff: components/subresource_filter/core/common/BUILD.gn

Issue 2881453002: DNR Prototype: With flatbuffers
Patch Set: -- Created 3 years, 6 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
Index: components/subresource_filter/core/common/BUILD.gn
diff --git a/components/subresource_filter/core/common/BUILD.gn b/components/subresource_filter/core/common/BUILD.gn
index ea52296ae289b60415667b2828b61cea4c3f5c16..2a719a311105d5ccce7123171cf6cf90e50a0e65 100644
--- a/components/subresource_filter/core/common/BUILD.gn
+++ b/components/subresource_filter/core/common/BUILD.gn
@@ -44,12 +44,12 @@ static_library("common") {
public_deps = [
"//components/subresource_filter/core/common/flat:flatbuffer",
"//components/subresource_filter/core/common/proto:proto",
+ "//third_party/flatbuffers:flatbuffers",
]
deps = [
"//base",
"//net",
- "//third_party/flatbuffers:flatbuffers",
"//third_party/protobuf:protobuf_lite",
"//url",
]
« no previous file with comments | « chrome/browser/extensions/test_extension_system.cc ('k') | components/subresource_filter/core/common/flat/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698