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

Issue 969383004: Use relative path to reference the libraries in the NDK. (Closed)

Created:
5 years, 9 months ago by Fabrice (no longer in Chrome)
Modified:
5 years, 9 months ago
Reviewers:
Yang Gu, Nico
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Use relative path to reference the libraries in the NDK. BUG=462153 Committed: https://crrev.com/a7219b31e06f25b2fb94d79253e9f436ea4b9fb0 Cr-Commit-Position: refs/heads/master@{#318905}

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -17 lines) Patch
M build/common.gypi View 4 chunks +22 lines, -17 lines 2 comments Download

Messages

Total messages: 12 (2 generated)
Fabrice (no longer in Chrome)
PTAL This changes android_ndk_root to be a relative path. We'll only use the absolute path ...
5 years, 9 months ago (2015-03-03 16:42:27 UTC) #2
Nico
lgtm Awesome :-) https://codereview.chromium.org/969383004/diff/1/build/common.gypi File build/common.gypi (left): https://codereview.chromium.org/969383004/diff/1/build/common.gypi#oldcode1747 build/common.gypi:1747: 'gcc_version%': 49, Is this no longer ...
5 years, 9 months ago (2015-03-03 16:46:27 UTC) #3
Fabrice (no longer in Chrome)
https://codereview.chromium.org/969383004/diff/1/build/common.gypi File build/common.gypi (left): https://codereview.chromium.org/969383004/diff/1/build/common.gypi#oldcode1747 build/common.gypi:1747: 'gcc_version%': 49, On 2015/03/03 16:46:27, Nico wrote: > Is ...
5 years, 9 months ago (2015-03-03 16:54:21 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/969383004/1
5 years, 9 months ago (2015-03-03 16:55:41 UTC) #6
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years, 9 months ago (2015-03-03 17:58:37 UTC) #7
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/a7219b31e06f25b2fb94d79253e9f436ea4b9fb0 Cr-Commit-Position: refs/heads/master@{#318905}
5 years, 9 months ago (2015-03-03 17:59:57 UTC) #8
Yang Gu
@Fabrice, today I found your patch would break build with the situation output is at ...
5 years, 9 months ago (2015-03-05 14:22:34 UTC) #9
Nico
Don't use --generator-output, use -Goutput_dir? On Mar 5, 2015 6:22 AM, <yang.gu@intel.com> wrote: > @Fabrice, ...
5 years, 9 months ago (2015-03-05 14:55:17 UTC) #10
Fabrice (no longer in Chrome)
On 2015/03/05 14:22:34, Yang Gu wrote: > @Fabrice, today I found your patch would break ...
5 years, 9 months ago (2015-03-05 15:07:10 UTC) #11
Yang Gu
5 years, 9 months ago (2015-03-06 01:32:17 UTC) #12
Message was sent while issue was closed.
Thank you both, -Goutput_dir works for me like a charm!
I read the cr description. It's something like what I have done in my script
(https://github.com/gyagp/share/blob/master/python/chromium.py). We use this
script to do everything about Chromium, from code checkout, build to all kinds
of tests. Actually I think it might be a good idea for Chromium project to have
such a script, so that we don't need to read code and document here and there,
and use various commands/scripts to interact with Chromium.

Powered by Google App Engine
This is Rietveld 408576698