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

Unified Diff: Source/platform/heap/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
Index: Source/platform/heap/BUILD.gn
diff --git a/Source/platform/heap/BUILD.gn b/Source/platform/heap/BUILD.gn
index 1d0954ee573aa209a19dfa6fb42531fe7b2bd9dd..3016d9b5ffccea36028f2b6c5a942c9e7db41988 100644
--- a/Source/platform/heap/BUILD.gn
+++ b/Source/platform/heap/BUILD.gn
@@ -2,6 +2,8 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+visibility = "//third_party/WebKit/Source/*"
+
source_set("heap") {
sources = [
"AddressSanitizer.h",

Powered by Google App Engine
This is Rietveld 408576698