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

Unified Diff: third_party/WebKit/Source/bindings/modules/BUILD.gn

Issue 2327353002: Fix official Windows build. (Closed)
Patch Set: Created 4 years, 3 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/bindings/modules/BUILD.gn
diff --git a/third_party/WebKit/Source/bindings/modules/BUILD.gn b/third_party/WebKit/Source/bindings/modules/BUILD.gn
index 2da19b9833309c037ed923cf75123ef3c16a62db..559ef048816e748daba52d966b053378684b9769 100644
--- a/third_party/WebKit/Source/bindings/modules/BUILD.gn
+++ b/third_party/WebKit/Source/bindings/modules/BUILD.gn
@@ -178,7 +178,7 @@ generate_global_constructors("modules_global_constructors_idls") {
# Compile the sources produced above. This will get linked into "modules".
source_set("generated") {
- visibility = [ "//third_party/WebKit/Source/modules" ]
+ visibility = [ "//third_party/WebKit/Source/modules:*" ]
sources = get_target_outputs(":event_modules") +
get_target_outputs(":event_modules_names") +
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698