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

Unified Diff: sky/engine/platform/heap/BUILD.gn

Issue 664573003: Fix compile issues in sky on android (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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 | « sky/engine/core/dom/ElementRareData.cpp ('k') | sky/viewer/platform/webthemeengine_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/platform/heap/BUILD.gn
diff --git a/sky/engine/platform/heap/BUILD.gn b/sky/engine/platform/heap/BUILD.gn
index 363ea0b0b0462078931d7045b4efce40c4dadaa7..1e8ba3995ebc245cc76da0daa3c297b9899a7a48 100644
--- a/sky/engine/platform/heap/BUILD.gn
+++ b/sky/engine/platform/heap/BUILD.gn
@@ -16,15 +16,6 @@ source_set("heap") {
"Visitor.cpp",
"Visitor.h",
]
- if (cpu_arch == "x86" || cpu_arch == "x64") {
- sources += [ "asm/SaveRegisters_x86.asm" ]
- } else if (cpu_arch == "arm") {
- sources += [ "asm/SaveRegisters_arm.S" ]
- } else if (cpu_arch == "arm64") {
- sources += [ "asm/SaveRegisters_arm64.S" ]
- } else if (cpu_arch == "mipsel") {
- sources += [ "asm/SaveRegisters_mips.S" ]
- }
configs += [ "//sky/engine:config" ]
« no previous file with comments | « sky/engine/core/dom/ElementRareData.cpp ('k') | sky/viewer/platform/webthemeengine_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698