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

Unified Diff: Source/modules/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/core/inspector/BUILD.gn ('k') | Source/platform/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/BUILD.gn
diff --git a/Source/modules/BUILD.gn b/Source/modules/BUILD.gn
index 3eacf73ca61f4945b19fb4a483d5cc56b31ba7ca..b0870dfd05c71ecbd8fd31df310fa9f2434ad22b 100644
--- a/Source/modules/BUILD.gn
+++ b/Source/modules/BUILD.gn
@@ -8,8 +8,12 @@ import("//third_party/WebKit/Source/build/make_file_arrays.gni")
import("//third_party/WebKit/Source/build/scripts/scripts.gni")
import("//third_party/WebKit/Source/modules/modules.gni")
+visibility = "//third_party/WebKit/Source/*"
+
# GYP version: WebKit/Source/modules/modules.gyp:modules
source_set("modules") {
+ visibility = "//third_party/WebKit/*"
+
sources = rebase_path(modules_files, ".", "//")
sources += rebase_path(bindings_modules_generated_aggregate_files, ".", "//")
« no previous file with comments | « Source/core/inspector/BUILD.gn ('k') | Source/platform/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698