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

Unified Diff: build/android/pack_relocations.gypi

Issue 1178573002: Extend relocation packing to non-ARM architectures. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase to master. Created 5 years, 6 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 | « build/android/pack_arm_relocations.gypi ('k') | build/android/push_libraries.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pack_relocations.gypi
diff --git a/build/android/pack_arm_relocations.gypi b/build/android/pack_relocations.gypi
similarity index 89%
rename from build/android/pack_arm_relocations.gypi
rename to build/android/pack_relocations.gypi
index 2c801576838ba6022365461e544676bcda55561f..8567fa6e45f18a2eb2e81a432da533476f91eda4 100644
--- a/build/android/pack_arm_relocations.gypi
+++ b/build/android/pack_relocations.gypi
@@ -7,7 +7,7 @@
#
# To use this, create a gyp target with the following form:
# {
-# 'action_name': 'pack_arm_relocations',
+# 'action_name': 'pack_relocations',
# 'actions': [
# 'variables': {
# 'enable_packing': 'pack relocations if 1, plain file copy if 0'
@@ -17,7 +17,7 @@
# 'stamp': 'file to touch when the action is complete'
# 'stripped_libraries_dir': 'directory holding stripped libraries',
# 'packed_libraries_dir': 'directory holding packed libraries',
-# 'includes': [ '../../build/android/pack_arm_relocations.gypi' ],
+# 'includes': [ '../../build/android/pack_relocations.gypi' ],
# ],
# },
#
@@ -28,7 +28,7 @@
},
'inputs': [
'<(DEPTH)/build/android/gyp/util/build_utils.py',
- '<(DEPTH)/build/android/gyp/pack_arm_relocations.py',
+ '<(DEPTH)/build/android/gyp/pack_relocations.py',
'<(ordered_libraries_file)',
'>@(input_paths)',
],
@@ -45,7 +45,7 @@
'<(PRODUCT_DIR)/android_relocation_packer',
],
'action': [
- 'python', '<(DEPTH)/build/android/gyp/pack_arm_relocations.py',
+ 'python', '<(DEPTH)/build/android/gyp/pack_relocations.py',
'--configuration-name=<(CONFIGURATION_NAME)',
'--enable-packing=1',
'--exclude-packing-list=<@(exclude_packing_list)',
@@ -58,7 +58,7 @@
}, {
'message': 'Copying libraries (no relocation packing) for <(_target_name)',
'action': [
- 'python', '<(DEPTH)/build/android/gyp/pack_arm_relocations.py',
+ 'python', '<(DEPTH)/build/android/gyp/pack_relocations.py',
'--configuration-name=<(CONFIGURATION_NAME)',
'--enable-packing=0',
'--stripped-libraries-dir=<(stripped_libraries_dir)',
« no previous file with comments | « build/android/pack_arm_relocations.gypi ('k') | build/android/push_libraries.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698