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

Unified Diff: build/all.gyp

Issue 1072533002: crazy linker: convert relocation unpacking to Android style. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updates to gn to match gyp. 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 | « no previous file | build/android/gyp/pack_arm_relocations.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
],
}],
],
« no previous file with comments | « no previous file | build/android/gyp/pack_arm_relocations.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698