| Index: tools/relocation_packer/relocation_packer.gyp
|
| diff --git a/tools/relocation_packer/relocation_packer.gyp b/tools/relocation_packer/relocation_packer.gyp
|
| index 5d1574fd84d9cb80a57a4c435f3f87446865d450..1e9c1b95bccd2b6ca4340e36163df762641277f7 100644
|
| --- a/tools/relocation_packer/relocation_packer.gyp
|
| +++ b/tools/relocation_packer/relocation_packer.gyp
|
| @@ -16,6 +16,7 @@
|
| },
|
| 'targets': [
|
| {
|
| + # GN: //tools/relocation_packer:lib_relocation_packer
|
| 'target_name': 'lib_relocation_packer',
|
| 'toolsets': ['host'],
|
| 'type': 'static_library',
|
| @@ -36,6 +37,7 @@
|
| ],
|
| },
|
| {
|
| + # GN: //tools/relocation_packer:relocation_packer
|
| 'target_name': 'relocation_packer',
|
| 'toolsets': ['host'],
|
| 'type': 'executable',
|
| @@ -51,6 +53,7 @@
|
| ],
|
| },
|
| {
|
| + # GN: //tools/relocation_packer:relocation_packer_unittests
|
| 'target_name': 'relocation_packer_unittests',
|
| 'toolsets': ['host'],
|
| 'type': 'executable',
|
| @@ -98,6 +101,7 @@
|
| #
|
| # See test_data/generate_elf_file_unittest_relocs.sh for instructions.
|
| {
|
| + # GN: //tools/relocation_packer:relocation_packer_test_data
|
| 'target_name': 'relocation_packer_test_data',
|
| 'toolsets': ['target'],
|
| 'type': 'shared_library',
|
| @@ -110,6 +114,7 @@
|
| ],
|
| },
|
| {
|
| + # GN: //tools/relocation_packer:relocation_packer_unittests_test_data
|
| 'target_name': 'relocation_packer_unittests_test_data',
|
| 'toolsets': ['target'],
|
| 'type': 'none',
|
|
|