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

Issue 194023002: Add support of x64 to generate .mk files (Closed)

Created:
6 years, 9 months ago by Yang Gu
Modified:
6 years, 9 months ago
CC:
chromium-reviews, android-webview-reviews_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Add support of x64 to generate .mk files Now you may generate x64 .mk files with command: ./android_webview/tools/gyp_webview linux-x86_64 BUG=346626 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=258872

Patch Set 1 #

Patch Set 2 : Add change to common.gypi so that .mk can be generated successfully #

Patch Set 3 : Fix gdb server and ndk sysroot #

Patch Set 4 : Make sure gyp_webview enough to generate makefiles #

Total comments: 17

Patch Set 5 : Refine patch based on upstream change #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -1 line) Patch
M android_webview/tools/gyp_webview View 4 1 chunk +3 lines, -0 lines 0 comments Download
M build/common.gypi View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 19 (0 generated)
Yang Gu
Please have a review, thanks!
6 years, 9 months ago (2014-03-11 02:03:04 UTC) #1
Torne
Just checking: does this generate x64 makefile successfully with no other changes required? Some of ...
6 years, 9 months ago (2014-03-11 11:00:50 UTC) #2
Yang Gu
One more change in common.gypi is needed and I updated it as patch set 3 ...
6 years, 9 months ago (2014-03-12 09:39:43 UTC) #3
Torne
On 2014/03/12 09:39:43, Yang Gu wrote: > One more change in common.gypi is needed and ...
6 years, 9 months ago (2014-03-12 10:56:31 UTC) #4
Yang Gu
Oh, you're right, I mess the two build systems up. In order to build x64 ...
6 years, 9 months ago (2014-03-12 15:37:22 UTC) #5
Torne
On 2014/03/12 15:37:22, Yang Gu wrote: > Oh, you're right, I mess the two build ...
6 years, 9 months ago (2014-03-12 16:05:01 UTC) #6
Yang Gu
Thank you very much for the comments! Today I totally removed the ndk from Chromium ...
6 years, 9 months ago (2014-03-13 10:07:21 UTC) #7
Yang Gu
https://codereview.chromium.org/194023002/diff/60001/android_webview/tools/gyp_webview File android_webview/tools/gyp_webview (right): https://codereview.chromium.org/194023002/diff/60001/android_webview/tools/gyp_webview#newcode40 android_webview/tools/gyp_webview:40: DEFINES+=" android_gdbserver=gdbserver_unused_in_webview_build" We don't need to define them in ...
6 years, 9 months ago (2014-03-13 10:07:28 UTC) #8
Torne
https://codereview.chromium.org/194023002/diff/60001/android_webview/tools/gyp_webview File android_webview/tools/gyp_webview (right): https://codereview.chromium.org/194023002/diff/60001/android_webview/tools/gyp_webview#newcode40 android_webview/tools/gyp_webview:40: DEFINES+=" android_gdbserver=gdbserver_unused_in_webview_build" On 2014/03/13 10:07:29, Yang Gu wrote: > ...
6 years, 9 months ago (2014-03-13 11:04:46 UTC) #9
Yang Gu
@Torne, thank you very much for your prompt and valuable comments! I just embed some ...
6 years, 9 months ago (2014-03-13 16:06:06 UTC) #10
Torne
We don't want to separate the NDK and WebView builds, because they share almost all ...
6 years, 9 months ago (2014-03-17 15:28:13 UTC) #11
Yang Gu
Thanks a lot for detailed comments. Now gn has been removed and my another colleague ...
6 years, 9 months ago (2014-03-21 04:26:00 UTC) #12
Torne
LGTM; thanks for your patience here :)
6 years, 9 months ago (2014-03-21 10:58:46 UTC) #13
Yang Gu
The CQ bit was checked by yang.gu@intel.com
6 years, 9 months ago (2014-03-24 01:44:29 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yang.gu@intel.com/194023002/80001
6 years, 9 months ago (2014-03-24 01:44:32 UTC) #15
Yang Gu
@Torne, thank you very much for all your good comments, which helps me learn a ...
6 years, 9 months ago (2014-03-24 01:46:21 UTC) #16
commit-bot: I haz the power
Change committed as 258872
6 years, 9 months ago (2014-03-24 04:07:40 UTC) #17
Torne
On 2014/03/24 01:46:21, Yang Gu wrote: > @Torne, thank you very much for all your ...
6 years, 9 months ago (2014-03-24 09:49:37 UTC) #18
Yang Gu
6 years, 9 months ago (2014-03-24 15:41:56 UTC) #19
Message was sent while issue was closed.
You're so kind to let me know this and I will use it in future CL. I just read
carefully about all the git-cl commands and they are really helpful. I love your
tool!

Powered by Google App Engine
This is Rietveld 408576698