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

Issue 276673002: Fix build by adding a guard to exclude glib code. (Closed)

Created:
6 years, 7 months ago by joone
Modified:
6 years, 7 months ago
Reviewers:
Elliot Glaysher
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Fix build by adding a guard to exclude glib code. Chromium started to use glib to parse .desktop file: https://codereview.chromium.org/7000018 However, use_glib is not added when use_ozone is defined, which causes a build error. https://codereview.chromium.org/249583003 BUG=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=269644

Patch Set 1 #

Total comments: 1

Patch Set 2 : Updated patch #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -0 lines) Patch
M chrome/browser/shell_integration_linux.cc View 1 6 chunks +19 lines, -0 lines 1 comment Download

Messages

Total messages: 11 (0 generated)
joone
Could you review this patch?
6 years, 7 months ago (2014-05-08 08:09:24 UTC) #1
Evan Martin
I haven't worked on Chrome in two years. You probably should find a different reviewer. ...
6 years, 7 months ago (2014-05-08 17:32:12 UTC) #2
joone
Hi Elliot, Could you review my patch?
6 years, 7 months ago (2014-05-08 18:37:39 UTC) #3
Elliot Glaysher
https://codereview.chromium.org/276673002/diff/1/chrome/browser/shell_integration_linux.cc File chrome/browser/shell_integration_linux.cc (right): https://codereview.chromium.org/276673002/diff/1/chrome/browser/shell_integration_linux.cc#newcode451 chrome/browser/shell_integration_linux.cc:451: #if defined(USE_OZONE) Because you're checking USE_GLIB in the header ...
6 years, 7 months ago (2014-05-08 19:28:33 UTC) #4
joone
On 2014/05/08 19:28:33, Elliot Glaysher wrote: > https://codereview.chromium.org/276673002/diff/1/chrome/browser/shell_integration_linux.cc > File chrome/browser/shell_integration_linux.cc (right): > > https://codereview.chromium.org/276673002/diff/1/chrome/browser/shell_integration_linux.cc#newcode451 ...
6 years, 7 months ago (2014-05-09 18:06:30 UTC) #5
Elliot Glaysher
lgtm
6 years, 7 months ago (2014-05-09 18:27:12 UTC) #6
joone
The CQ bit was checked by joone.hur@intel.com
6 years, 7 months ago (2014-05-09 20:29:29 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/joone.hur@intel.com/276673002/20001
6 years, 7 months ago (2014-05-09 20:32:48 UTC) #8
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-09 22:33:34 UTC) #9
commit-bot: I haz the power
Change committed as 269644
6 years, 7 months ago (2014-05-11 00:13:58 UTC) #10
Lei Zhang
6 years, 7 months ago (2014-05-23 08:48:22 UTC) #11
Message was sent while issue was closed.
https://codereview.chromium.org/276673002/diff/20001/chrome/browser/shell_int...
File chrome/browser/shell_integration_linux.cc (right):

https://codereview.chromium.org/276673002/diff/20001/chrome/browser/shell_int...
chrome/browser/shell_integration_linux.cc:859: return std::string("");
nit: std::string()

Powered by Google App Engine
This is Rietveld 408576698