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

Unified Diff: blimp/client/support/BUILD.gn

Issue 2274323002: Expose Blimp dependencies to the embedder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@khushal_baseline_1
Patch Set: Fix linux build break 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 | « blimp/client/public/compositor/compositor_dependencies.h ('k') | blimp/client/support/compositor/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/support/BUILD.gn
diff --git a/components/subresource_filter/core/common/flat/BUILD.gn b/blimp/client/support/BUILD.gn
similarity index 58%
copy from components/subresource_filter/core/common/flat/BUILD.gn
copy to blimp/client/support/BUILD.gn
index 195c0cd11e02c6f6711ae1150e1c73aaa52a374c..1977805f02cd80d437920e604649a01e6a91b4ea 100644
--- a/components/subresource_filter/core/common/flat/BUILD.gn
+++ b/blimp/client/support/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("//third_party/flatbuffers/flatbuffer.gni")
+source_set("support") {
+ visibility = [ "//blimp/client/*" ]
-flatbuffer("flatbuffer") {
- sources = [
- "rules.fbs",
+ public_deps = [
+ "//blimp/client/support/compositor",
]
}
« no previous file with comments | « blimp/client/public/compositor/compositor_dependencies.h ('k') | blimp/client/support/compositor/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698