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

Unified Diff: BUILD.gn

Issue 598093002: Rename GN public variables. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 6 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: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index c8703e4ba78c6d240b4222fb7dd1f2f27f82798b..b457b114f17e3ec36af4c2e856741c6a7cabf00a 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -773,11 +773,13 @@ static_library("javascript") {
"//v8",
"//v8/include",
]
- deps = [
+
+ public_deps = [
"//v8",
+ ]
+ deps = [
"//v8:v8_libplatform",
]
- forward_dependent_configs_from = [ "//v8" ]
}
static_library("jsapi") {
@@ -792,10 +794,10 @@ static_library("jsapi") {
"//v8",
"//v8/include",
]
- deps = [
+
+ public_deps = [
"//v8",
]
- forward_dependent_configs_from = [ "//v8" ]
}
static_library("formfiller") {
« 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