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

Issue 9559014: Exclude browser/importer from Android build. (Closed)

Created:
8 years, 9 months ago by Jesse Greenwald
Modified:
8 years, 9 months ago
CC:
chromium-reviews, Aaron Boodman, cbentzel+watch_chromium.org, darin-cc_chromium.org, mihaip+watch_chromium.org
Visibility:
Public.

Description

Exclude browser/importer from Android build. The code in browser/importer is currently causing linker errors when trying to build sync_unit_tests. Chrome on Android handles importing system settings differently, so this is not needed. BUG=113487 TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=124452

Patch Set 1 #

Total comments: 2

Patch Set 2 : Add #ifdef's around firefox_proxy_settings.h import; Changed CreateFirefoxProxyConfigService to ret… #

Total comments: 1

Patch Set 3 : Address Yarron's comment: move idef'd include to the bottom of the list #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -1 line) Patch
M chrome/browser/bookmarks/bookmark_extension_api.cc View 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/browser/net/connection_tester.cc View 1 2 4 chunks +9 lines, -1 line 0 comments Download
M chrome/chrome_browser.gypi View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
Jesse Greenwald
mirandac: Adding since you're in the owners file for importer. yfriedman: Adding in case you ...
8 years, 9 months ago (2012-03-01 01:48:05 UTC) #1
Jesse Greenwald
eroman: Can you take a look at the change to 'chrome/browser/net/connection_tester.cc'?
8 years, 9 months ago (2012-03-01 01:54:10 UTC) #2
Yaron
http://codereview.chromium.org/9559014/diff/1/chrome/browser/net/connection_tester.cc File chrome/browser/net/connection_tester.cc (right): http://codereview.chromium.org/9559014/diff/1/chrome/browser/net/connection_tester.cc#newcode232 chrome/browser/net/connection_tester.cc:232: return net::ERR_FAILED; Looking above, it seems like theres' precedent ...
8 years, 9 months ago (2012-03-01 02:20:30 UTC) #3
eroman
LGTM +1 on using NOT_IMPLEMENTED http://codereview.chromium.org/9559014/diff/1/chrome/browser/net/connection_tester.cc File chrome/browser/net/connection_tester.cc (right): http://codereview.chromium.org/9559014/diff/1/chrome/browser/net/connection_tester.cc#newcode15 chrome/browser/net/connection_tester.cc:15: #include "chrome/browser/importer/firefox_proxy_settings.h" You should ...
8 years, 9 months ago (2012-03-01 02:21:12 UTC) #4
Miranda Callahan
On 2012/03/01 02:21:12, eroman wrote: > LGTM > > +1 on using NOT_IMPLEMENTED > > ...
8 years, 9 months ago (2012-03-01 14:32:48 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jgreenwald@chromium.org/9559014/6001
8 years, 9 months ago (2012-03-01 17:13:13 UTC) #6
commit-bot: I haz the power
Presubmit check for 9559014-6001 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 9 months ago (2012-03-01 17:13:20 UTC) #7
Jesse Greenwald
sky: Can you review chrome/browser/bookmarks/bookmark_extension_api.cc? Thanks
8 years, 9 months ago (2012-03-01 17:21:02 UTC) #8
Yaron
http://codereview.chromium.org/9559014/diff/6001/chrome/browser/net/connection_tester.cc File chrome/browser/net/connection_tester.cc (right): http://codereview.chromium.org/9559014/diff/6001/chrome/browser/net/connection_tester.cc#newcode15 chrome/browser/net/connection_tester.cc:15: #if !defined(OS_ANDROID) NIT: platform-specific includes are supposed to come ...
8 years, 9 months ago (2012-03-01 17:38:43 UTC) #9
sky
Make sure you address TODO from Yaron. LGTM otherwise.
8 years, 9 months ago (2012-03-01 17:40:27 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jgreenwald@chromium.org/9559014/11001
8 years, 9 months ago (2012-03-01 17:54:48 UTC) #11
commit-bot: I haz the power
8 years, 9 months ago (2012-03-01 19:38:38 UTC) #12
Change committed as 124452

Powered by Google App Engine
This is Rietveld 408576698