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

Unified Diff: third_party/android_platform/relocation_packer.gyp

Issue 1099343004: Synchronize Android relocation packer source with AOSP. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | « third_party/android_platform/bionic/tools/relocation_packer/test_data/elf_file_unittest_relocs_arm64_packed.so ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/android_platform/relocation_packer.gyp
diff --git a/third_party/android_platform/relocation_packer.gyp b/third_party/android_platform/relocation_packer.gyp
index 69136f5340be8a775a527aa4dc52dc03733ac23b..a41253f29be836fbb0571610daa3e413caae99be 100644
--- a/third_party/android_platform/relocation_packer.gyp
+++ b/third_party/android_platform/relocation_packer.gyp
@@ -9,7 +9,6 @@
'bionic/tools/relocation_packer/src/debug.cc',
'bionic/tools/relocation_packer/src/delta_encoder.cc',
'bionic/tools/relocation_packer/src/elf_file.cc',
- 'bionic/tools/relocation_packer/src/leb128.cc',
'bionic/tools/relocation_packer/src/packer.cc',
'bionic/tools/relocation_packer/src/sleb128.cc',
],
@@ -20,7 +19,6 @@
'bionic/tools/relocation_packer/src/debug_unittest.cc',
'bionic/tools/relocation_packer/src/delta_encoder_unittest.cc',
'bionic/tools/relocation_packer/src/elf_file_unittest.cc',
- 'bionic/tools/relocation_packer/src/leb128_unittest.cc',
'bionic/tools/relocation_packer/src/packer_unittest.cc',
'bionic/tools/relocation_packer/src/sleb128_unittest.cc',
'bionic/tools/relocation_packer/src/run_all_unittests.cc',
« no previous file with comments | « third_party/android_platform/bionic/tools/relocation_packer/test_data/elf_file_unittest_relocs_arm64_packed.so ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698