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

Unified Diff: Source/bindings/BUILD.gn

Issue 329993006: Implement main blink target in GN. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | « Source/BUILD.gn ('k') | Source/bindings/core/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/BUILD.gn
diff --git a/Source/bindings/BUILD.gn b/Source/bindings/BUILD.gn
index 269f1d5089bd3432b3f73d9edd7c275468bfecdd..14c48c295429e415d91f4d91a80456dcfc8fc21a 100644
--- a/Source/bindings/BUILD.gn
+++ b/Source/bindings/BUILD.gn
@@ -7,6 +7,8 @@ import("//third_party/WebKit/Source/build/scripts/scripts.gni")
import("//third_party/WebKit/Source/core/core.gni")
import("//third_party/WebKit/Source/modules/modules.gni")
+visibility = "//third_party/WebKit/*"
+
# Main interface IDL files (excluding dependencies and testing)
# are included as properties on global objects, and in aggregate bindings.
main_interface_idl_files = core_idl_files + modules_idl_files
« no previous file with comments | « Source/BUILD.gn ('k') | Source/bindings/core/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698