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

Unified Diff: BUILD.gn

Issue 540133002: Add v8_platform to the JS dependencies in the GN build. (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 9ecd70830e27f2d220bebcbe05bf7bed6beede93..f811cf0130f9d17c8d54ca28323e4086c22ef259 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -808,6 +808,7 @@ static_library("javascript") {
]
deps = [
"//v8",
+ "//v8:v8_libplatform",
]
forward_dependent_configs_from = [ "//v8" ]
}
« 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