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

Unified Diff: third_party/WebKit/Source/wtf/BUILD.gn

Issue 1751563002: Mojo C++ bindings: support mapping mojo string to WTF::String. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sync & rebase Created 4 years, 9 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: third_party/WebKit/Source/wtf/BUILD.gn
diff --git a/third_party/WebKit/Source/wtf/BUILD.gn b/third_party/WebKit/Source/wtf/BUILD.gn
index 91154705c3ffa64350ed610e3a77caf374d72320..fd3b2926171fd4e8ff339714dbc8179faee4987f 100644
--- a/third_party/WebKit/Source/wtf/BUILD.gn
+++ b/third_party/WebKit/Source/wtf/BUILD.gn
@@ -11,7 +11,10 @@ gypi_values = exec_script("//build/gypi_to_gn.py",
"scope",
[ "wtf.gypi" ])
-visibility = [ "//third_party/WebKit/*" ]
+visibility = [
+ "//mojo/public/cpp/bindings/*",
+ "//third_party/WebKit/*",
+]
config("wtf_config") {
if (is_win) {
« mojo/mojo_public.gyp ('K') | « third_party/WebKit/Source/platform/blink_platform_tests.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698