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

Unified Diff: BUILD.gn

Issue 458423002: Fix gn android component build (Closed) Base URL: https://chromium.googlesource.com/external/v8.git@master
Patch Set: Created 6 years, 4 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 e75fa64658ce7fc9ec39f57e51a729627ac2b6e8..1d977042743fd4417f90656f5ff28c19247462a5 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1250,6 +1250,7 @@ component("v8") {
direct_dependent_configs = [ ":external_config" ]
+ libs = []
if (is_android && current_toolchain != host_toolchain) {
libs += [ "log" ]
}
« 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