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

Side by Side Diff: platform_tools/android/gyp/skia_launcher.gypi

Issue 374833003: make skia_launcher be a position independent executable (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'targets': [{ 2 'targets': [{
3 'target_name': 'skia_launcher', 3 'target_name': 'skia_launcher',
4 'type': 'executable', 4 'type': 'executable',
5 'cflags': [ '-fPIE' ],
6 'ldflags': [ '-pie' ],
5 'sources': [ '../launcher/skia_launcher.cpp' ], 7 'sources': [ '../launcher/skia_launcher.cpp' ],
6 }] 8 }]
7 } 9 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698