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

Unified Diff: components/subresource_filter/core/common/flat/indexed_ruleset.fbs

Issue 2928573002: [flatbuffers] Enable including by absolute path. (Closed)
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
« no previous file with comments | « no previous file | third_party/flatbuffers/flatbuffer.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/subresource_filter/core/common/flat/indexed_ruleset.fbs
diff --git a/components/subresource_filter/core/common/flat/indexed_ruleset.fbs b/components/subresource_filter/core/common/flat/indexed_ruleset.fbs
index 91262283f095d79545c6c6c1fda5d06afa07e084..e8e351efb5808d5fe622afe004c31ef5ec08034c 100644
--- a/components/subresource_filter/core/common/flat/indexed_ruleset.fbs
+++ b/components/subresource_filter/core/common/flat/indexed_ruleset.fbs
@@ -2,8 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// TODO(pkalinnikov): Make including by absolute path work.
-include "url_pattern_index.fbs";
+include "components/subresource_filter/core/common/flat/url_pattern_index.fbs";
namespace subresource_filter.flat;
« no previous file with comments | « no previous file | third_party/flatbuffers/flatbuffer.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698