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

Unified Diff: Source/heap/blink_heap.gypi

Issue 206333003: Rename a64 target arch to arm64 in blink_heap.gypi (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add missing file. Created 6 years, 9 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/heap/asm/SaveRegisters_arm64.S ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/heap/blink_heap.gypi
diff --git a/Source/heap/blink_heap.gypi b/Source/heap/blink_heap.gypi
index 7cd8d9e48318c82fc4567274ba583d1a3fba3d83..05051dcb3dd171f4ace859926fa4fa29a4c37811 100644
--- a/Source/heap/blink_heap.gypi
+++ b/Source/heap/blink_heap.gypi
@@ -50,9 +50,9 @@
'asm/SaveRegisters_arm.S',
],
}],
- ['target_arch == "a64"', {
+ ['target_arch == "arm64"', {
'heap_asm_files': [
- 'asm/SaveRegisters_a64.S',
+ 'asm/SaveRegisters_arm64.S',
],
}],
['target_arch == "mipsel"', {
« no previous file with comments | « Source/heap/asm/SaveRegisters_arm64.S ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698