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

Unified Diff: Source/platform/heap/BUILD.gn

Issue 541933003: GN: Update heap stubs for android (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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 | « Source/platform/BUILD.gn ('k') | public/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/heap/BUILD.gn
diff --git a/Source/platform/heap/BUILD.gn b/Source/platform/heap/BUILD.gn
index c7185bda78f615f3d85f7c774812567639e77c3c..1e4ca86a242f3a5b4a1bd1848ecdd5935d3e6f66 100644
--- a/Source/platform/heap/BUILD.gn
+++ b/Source/platform/heap/BUILD.gn
@@ -16,15 +16,6 @@ source_set("heap") {
"Visitor.cpp",
"Visitor.h",
]
- if (cpu_arch == "x86" || cpu_arch == "x64") {
jamesr 2014/09/05 01:01:52 i don't think these did the right thing beforehand
- 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 += [ "//third_party/WebKit/Source:config" ]
« no previous file with comments | « Source/platform/BUILD.gn ('k') | public/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698