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

Unified Diff: BUILD.gn

Issue 1635123003: [GN] Remove CAN_USE_VFP_INSTRUCTIONS define to match GYP (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 11 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 c735d5b0737a8ac1fb0578fe3c8e86e722494d7f..70aff2132209819205dc2aa770248d0ea56474c5 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1682,8 +1682,6 @@ source_set("v8_libbase") {
libs = [ "dl", "rt" ]
} else if (is_android) {
- defines += [ "CAN_USE_VFP_INSTRUCTIONS" ]
-
if (current_toolchain == host_toolchain) {
libs = [ "dl", "rt" ]
if (host_os == "mac") {
« 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