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

Issue 10532178: Rename back _linuxish to linux. (Closed)

Created:
8 years, 6 months ago by Xianzhu
Modified:
8 years, 6 months ago
Reviewers:
Mark Mentovai, jam
CC:
chromium-reviews, nkostylev+watch_chromium.org, jochen+watch-content_chromium.org, jam, joi+watch-content_chromium.org, darin-cc_chromium.org, oshima+watch_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org
Visibility:
Public.

Description

Rename back _linuxish to linux. _linuxish is ambiguous. Use 'target_conditions' to include the required files that are for linux on Android. (TBR because the changes in chrome/browser/ui/gtk and content/app/android are all simple changes of #include file names) BUG=none TEST=Build successfully TBR=erg@chromium.org,jrg@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=144176

Patch Set 1 #

Patch Set 2 : Remove change for test #

Patch Set 3 : Previous version was wrong #

Total comments: 6

Patch Set 4 : Fix nits #

Total comments: 6

Patch Set 5 : #

Patch Set 6 : \\. and $ #

Patch Set 7 : Fixed a typo #

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -1995 lines) Patch
M build/filename_rules.gypi View 1 2 3 4 1 chunk +0 lines, -6 lines 0 comments Download
A + chrome/app/breakpad_linux.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
A + chrome/app/breakpad_linux.cc View 1 chunk +1 line, -1 line 0 comments Download
D chrome/app/breakpad_linuxish.h View 1 chunk +0 lines, -36 lines 0 comments Download
D chrome/app/breakpad_linuxish.cc View 1 chunk +0 lines, -1168 lines 0 comments Download
M chrome/app/chrome_main_delegate.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chrome_browser_main_linux.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chrome_browser_main_x11.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/wizard_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
A + chrome/browser/crash_handler_host_linux.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
A + chrome/browser/crash_handler_host_linux.cc View 2 chunks +2 lines, -2 lines 0 comments Download
A + chrome/browser/crash_handler_host_linux_stub.cc View 1 chunk +1 line, -1 line 0 comments Download
D chrome/browser/crash_handler_host_linuxish.h View 1 chunk +0 lines, -184 lines 0 comments Download
D chrome/browser/crash_handler_host_linuxish.cc View 1 chunk +0 lines, -495 lines 0 comments Download
D chrome/browser/crash_handler_host_linuxish_stub.cc View 1 chunk +0 lines, -82 lines 0 comments Download
M chrome/browser/ui/gtk/first_run_dialog.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 3 chunks +16 lines, -5 lines 0 comments Download
M content/app/android/sandboxed_process_service.cc View 1 2 3 4 5 1 chunk +1 line, -3 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
Xianzhu
8 years, 6 months ago (2012-06-16 00:16:04 UTC) #1
jam
http://codereview.chromium.org/10532178/diff/7001/chrome/app/breakpad_linux.h File chrome/app/breakpad_linux.h (right): http://codereview.chromium.org/10532178/diff/7001/chrome/app/breakpad_linux.h#newcode5 chrome/app/breakpad_linux.h:5: #ifndef CHROME_APP_BREAKPAD_LINUXISH_H_ nit: update ifdef guards http://codereview.chromium.org/10532178/diff/7001/chrome/browser/crash_handler_host_linux.h File chrome/browser/crash_handler_host_linux.h ...
8 years, 6 months ago (2012-06-18 15:34:44 UTC) #2
Xianzhu
Sorry for late response in vacation. http://codereview.chromium.org/10532178/diff/7001/chrome/app/breakpad_linux.h File chrome/app/breakpad_linux.h (right): http://codereview.chromium.org/10532178/diff/7001/chrome/app/breakpad_linux.h#newcode5 chrome/app/breakpad_linux.h:5: #ifndef CHROME_APP_BREAKPAD_LINUXISH_H_ On ...
8 years, 6 months ago (2012-06-20 07:58:20 UTC) #3
Xianzhu
Sorry there is some problem with 'git cl upload'. I'll send email when the upload ...
8 years, 6 months ago (2012-06-20 08:02:17 UTC) #4
Xianzhu
Just successfully uploaded, from Beijing office. Please review :)
8 years, 6 months ago (2012-06-21 05:46:26 UTC) #5
Mark Mentovai
http://codereview.chromium.org/10532178/diff/14001/chrome/chrome_browser.gypi File chrome/chrome_browser.gypi (right): http://codereview.chromium.org/10532178/diff/14001/chrome/chrome_browser.gypi#newcode5162 chrome/chrome_browser.gypi:5162: # We need 'target_conditions' to override default filename_rules Don’t ...
8 years, 6 months ago (2012-06-21 14:49:38 UTC) #6
Xianzhu
Sorry for my slow response during vacation. http://codereview.chromium.org/10532178/diff/14001/chrome/chrome_browser.gypi File chrome/chrome_browser.gypi (right): http://codereview.chromium.org/10532178/diff/14001/chrome/chrome_browser.gypi#newcode5162 chrome/chrome_browser.gypi:5162: # We ...
8 years, 6 months ago (2012-06-24 04:04:48 UTC) #7
Mark Mentovai
http://codereview.chromium.org/10532178/diff/14001/chrome/chrome_browser.gypi File chrome/chrome_browser.gypi (right): http://codereview.chromium.org/10532178/diff/14001/chrome/chrome_browser.gypi#newcode5166 chrome/chrome_browser.gypi:5166: ['include', '^app/breakpad_linux.cc'], Xianzhu wrote: > On 2012/06/21 14:49:38, Mark ...
8 years, 6 months ago (2012-06-24 12:33:15 UTC) #8
Xianzhu
http://codereview.chromium.org/10532178/diff/14001/chrome/chrome_browser.gypi File chrome/chrome_browser.gypi (right): http://codereview.chromium.org/10532178/diff/14001/chrome/chrome_browser.gypi#newcode5166 chrome/chrome_browser.gypi:5166: ['include', '^app/breakpad_linux.cc'], Should we file a bug to add ...
8 years, 6 months ago (2012-06-26 11:49:27 UTC) #9
Xianzhu
Filed bug: http://crbug.com/134632 for \\. and $ in 'sources/' 'include' and 'exclude'. Done in this ...
8 years, 6 months ago (2012-06-26 12:58:46 UTC) #10
Mark Mentovai
LGTM
8 years, 6 months ago (2012-06-26 13:56:08 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wangxianzhu@chromium.org/10532178/28002
8 years, 6 months ago (2012-06-26 14:00:39 UTC) #12
commit-bot: I haz the power
Presubmit check for 10532178-28002 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 6 months ago (2012-06-26 14:00:45 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wangxianzhu@chromium.org/10532178/28002
8 years, 6 months ago (2012-06-26 14:04:04 UTC) #14
commit-bot: I haz the power
Try job failure for 10532178-28002 (retry) on android for steps "build, android_gyp". It's a second ...
8 years, 6 months ago (2012-06-26 14:11:00 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wangxianzhu@chromium.org/10532178/34002
8 years, 6 months ago (2012-06-26 14:12:54 UTC) #16
commit-bot: I haz the power
8 years, 6 months ago (2012-06-26 15:09:14 UTC) #17
Change committed as 144176

Powered by Google App Engine
This is Rietveld 408576698