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

Side by Side 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 unified diff | Download patch
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 # These files lists are shared with the GN build. 7 # These files lists are shared with the GN build.
8 'relocation_packer_sources': [ 8 'relocation_packer_sources': [
9 'bionic/tools/relocation_packer/src/debug.cc', 9 'bionic/tools/relocation_packer/src/debug.cc',
10 'bionic/tools/relocation_packer/src/delta_encoder.cc', 10 'bionic/tools/relocation_packer/src/delta_encoder.cc',
11 'bionic/tools/relocation_packer/src/elf_file.cc', 11 'bionic/tools/relocation_packer/src/elf_file.cc',
12 'bionic/tools/relocation_packer/src/leb128.cc',
13 'bionic/tools/relocation_packer/src/packer.cc', 12 'bionic/tools/relocation_packer/src/packer.cc',
14 'bionic/tools/relocation_packer/src/sleb128.cc', 13 'bionic/tools/relocation_packer/src/sleb128.cc',
15 ], 14 ],
16 'relocation_packer_main_source': [ 15 'relocation_packer_main_source': [
17 'bionic/tools/relocation_packer/src/main.cc', 16 'bionic/tools/relocation_packer/src/main.cc',
18 ], 17 ],
19 'relocation_packer_test_sources': [ 18 'relocation_packer_test_sources': [
20 'bionic/tools/relocation_packer/src/debug_unittest.cc', 19 'bionic/tools/relocation_packer/src/debug_unittest.cc',
21 'bionic/tools/relocation_packer/src/delta_encoder_unittest.cc', 20 'bionic/tools/relocation_packer/src/delta_encoder_unittest.cc',
22 'bionic/tools/relocation_packer/src/elf_file_unittest.cc', 21 'bionic/tools/relocation_packer/src/elf_file_unittest.cc',
23 'bionic/tools/relocation_packer/src/leb128_unittest.cc',
24 'bionic/tools/relocation_packer/src/packer_unittest.cc', 22 'bionic/tools/relocation_packer/src/packer_unittest.cc',
25 'bionic/tools/relocation_packer/src/sleb128_unittest.cc', 23 'bionic/tools/relocation_packer/src/sleb128_unittest.cc',
26 'bionic/tools/relocation_packer/src/run_all_unittests.cc', 24 'bionic/tools/relocation_packer/src/run_all_unittests.cc',
27 ], 25 ],
28 }, 26 },
29 'targets': [ 27 'targets': [
30 { 28 {
31 # GN: //third_party/android_platform:android_lib_relocation_packer 29 # GN: //third_party/android_platform:android_lib_relocation_packer
32 'target_name': 'android_lib_relocation_packer', 30 'target_name': 'android_lib_relocation_packer',
33 'toolsets': ['host'], 31 'toolsets': ['host'],
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 'bionic/tools/relocation_packer/test_data/elf_file_unittest_relocs_a rm32.so', 72 'bionic/tools/relocation_packer/test_data/elf_file_unittest_relocs_a rm32.so',
75 'bionic/tools/relocation_packer/test_data/elf_file_unittest_relocs_a rm32_packed.so', 73 'bionic/tools/relocation_packer/test_data/elf_file_unittest_relocs_a rm32_packed.so',
76 'bionic/tools/relocation_packer/test_data/elf_file_unittest_relocs_a rm64.so', 74 'bionic/tools/relocation_packer/test_data/elf_file_unittest_relocs_a rm64.so',
77 'bionic/tools/relocation_packer/test_data/elf_file_unittest_relocs_a rm64_packed.so', 75 'bionic/tools/relocation_packer/test_data/elf_file_unittest_relocs_a rm64_packed.so',
78 ], 76 ],
79 }, 77 },
80 ], 78 ],
81 }, 79 },
82 ], 80 ],
83 } 81 }
OLDNEW
« 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