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

Unified Diff: device/generic_sensor/public/interfaces/BUILD.gn

Issue 2612253003: Add visibility restrictions to all mojoms that export symbols. (Closed)
Patch Set: Created 3 years, 11 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 | « chrome/browser/BUILD.gn ('k') | mojo/public/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/generic_sensor/public/interfaces/BUILD.gn
diff --git a/device/generic_sensor/public/interfaces/BUILD.gn b/device/generic_sensor/public/interfaces/BUILD.gn
index b9671e5c5237a40ff733d3791e2446bc1d22999e..8093ccaf4f7318825a47ae625114704f80eb6479 100644
--- a/device/generic_sensor/public/interfaces/BUILD.gn
+++ b/device/generic_sensor/public/interfaces/BUILD.gn
@@ -5,6 +5,8 @@
import("//mojo/public/tools/bindings/mojom.gni")
mojom("interfaces") {
+ visibility = [ "//device/generic_sensor/public/cpp" ]
+ visibility_blink = [ "//third_party/WebKit/Source/*" ]
export_class_attribute = "DEVICE_GENERIC_SENSOR_PUBLIC_EXPORT"
export_define = "DEVICE_GENERIC_SENSOR_PUBLIC_IMPLEMENTATION=1"
export_header =
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | mojo/public/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698