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

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

Issue 2140623002: Data structures for Safe Browsing subresource filtering rules. (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 side-by-side diff with in-line comments
Download patch
Index: components/subresource_filter/core/common/flat/BUILD.gn
diff --git a/mash/init/public/interfaces/BUILD.gn b/components/subresource_filter/core/common/flat/BUILD.gn
similarity index 65%
copy from mash/init/public/interfaces/BUILD.gn
copy to components/subresource_filter/core/common/flat/BUILD.gn
index 0fde6198252e01ba277351ea5d5278ce1e8f74e9..195c0cd11e02c6f6711ae1150e1c73aaa52a374c 100644
--- a/mash/init/public/interfaces/BUILD.gn
+++ b/components/subresource_filter/core/common/flat/BUILD.gn
@@ -2,10 +2,10 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import("//mojo/public/tools/bindings/mojom.gni")
+import("//third_party/flatbuffers/flatbuffer.gni")
-mojom("interfaces") {
+flatbuffer("flatbuffer") {
sources = [
- "init.mojom",
+ "rules.fbs",
]
}
« no previous file with comments | « components/subresource_filter/core/common/BUILD.gn ('k') | components/subresource_filter/core/common/flat/rules.fbs » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698