 Chromium Code Reviews
 Chromium Code Reviews Issue 1072533002:
  crazy linker: convert relocation unpacking to Android style.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 1072533002:
  crazy linker: convert relocation unpacking to Android style.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| Index: build/all.gyp | 
| diff --git a/build/all.gyp b/build/all.gyp | 
| index 36ca403c7bb27e4f745ac64d8830b770f60db032..8da4abc368b9b2a7118ee57991ef01558bdbbbc1 100644 | 
| --- a/build/all.gyp | 
| +++ b/build/all.gyp | 
| @@ -95,8 +95,8 @@ | 
| }], | 
| ['target_arch == "arm" or target_arch == "arm64"', { | 
| 'dependencies': [ | 
| - # The relocation packer only works on ARM or ARM64. | 
| - '../tools/relocation_packer/relocation_packer.gyp:relocation_packer_unittests#host', | 
| + # The relocation packer is currently used only for ARM or ARM64. | 
| + '../third_party/android_platform/relocation_packer.gyp:android_relocation_packer_unittests#host', | 
| ], | 
| }], | 
| ], |