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

Issue 1216153005: ui: accessibility: remove -Wunused-function for Atk (Closed)

Created:
5 years, 5 months ago by llandwerlin-old
Modified:
5 years, 5 months ago
CC:
chromium-reviews, brettw
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

ui: accessibility: remove -Wunused-function for Atk Newer version of GLib define *get_instance_private symbols in the G_DEFINE_TYPE macros. These symbols might be unused in cases where a GObject class doesn't access its instances private data, triggering -Wunused-function warnings. BUG=504375 TEST=compile with gn on linux with GLib >= 2.37 Committed: https://crrev.com/991e92d77c0b9f46c6a5d3f6facd12861c9e1828 Cr-Commit-Position: refs/heads/master@{#338001}

Patch Set 1 #

Patch Set 2 : Move Atk config to ui/accessibility #

Total comments: 3

Patch Set 3 : Put atk/atk_warnings under use_x11 conditional #

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -22 lines) Patch
M .gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M build/config/linux/BUILD.gn View 1 1 chunk +0 lines, -19 lines 0 comments Download
M ui/accessibility/BUILD.gn View 1 2 3 chunks +31 lines, -2 lines 0 comments Download
M ui/views/BUILD.gn View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 19 (5 generated)
llandwerlin-old
dpranke@: Could review this change? Thanks Adding thakis@ who reviewed the gyp version (https://codereview.chromium.org/1204293002)
5 years, 5 months ago (2015-07-01 10:10:38 UTC) #2
Nico
Why is atk_config in the global build/config/linux file? It should be in ui/accessibility/BUILD.gn , the ...
5 years, 5 months ago (2015-07-01 19:01:15 UTC) #4
Dirk Pranke
+brettw ... I assume it's in //build/config/linux to be next to the atk target itself. ...
5 years, 5 months ago (2015-07-01 19:19:43 UTC) #5
brettw
I'm guessing I was keeping them together, since I think anybody that depends on atk ...
5 years, 5 months ago (2015-07-07 22:03:29 UTC) #7
llandwerlin-old
On 2015/07/07 22:03:29, brettw wrote: > I'm guessing I was keeping them together, since I ...
5 years, 5 months ago (2015-07-08 09:08:23 UTC) #8
Dirk Pranke
https://codereview.chromium.org/1216153005/diff/20001/ui/accessibility/BUILD.gn File ui/accessibility/BUILD.gn (right): https://codereview.chromium.org/1216153005/diff/20001/ui/accessibility/BUILD.gn#newcode13 ui/accessibility/BUILD.gn:13: pkg_config("atk") { this and the above change probably need ...
5 years, 5 months ago (2015-07-08 19:33:05 UTC) #9
brettw
LGTM with condition added https://codereview.chromium.org/1216153005/diff/20001/ui/accessibility/BUILD.gn File ui/accessibility/BUILD.gn (right): https://codereview.chromium.org/1216153005/diff/20001/ui/accessibility/BUILD.gn#newcode13 ui/accessibility/BUILD.gn:13: pkg_config("atk") { Yeah, looks like ...
5 years, 5 months ago (2015-07-08 20:11:18 UTC) #10
llandwerlin-old
https://codereview.chromium.org/1216153005/diff/20001/ui/accessibility/BUILD.gn File ui/accessibility/BUILD.gn (right): https://codereview.chromium.org/1216153005/diff/20001/ui/accessibility/BUILD.gn#newcode13 ui/accessibility/BUILD.gn:13: pkg_config("atk") { On 2015/07/08 20:11:17, brettw wrote: > Yeah, ...
5 years, 5 months ago (2015-07-08 20:21:07 UTC) #11
llandwerlin-old
On 2015/07/08 20:21:07, llandwerlin wrote: > https://codereview.chromium.org/1216153005/diff/20001/ui/accessibility/BUILD.gn > File ui/accessibility/BUILD.gn (right): > > https://codereview.chromium.org/1216153005/diff/20001/ui/accessibility/BUILD.gn#newcode13 > ...
5 years, 5 months ago (2015-07-09 07:19:13 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1216153005/40001
5 years, 5 months ago (2015-07-09 08:12:47 UTC) #15
commit-bot: I haz the power
The author lionel.g.landwerlin@intel.com has not signed Google Contributor License Agreement. Please visit https://cla.developers.google.com to sign ...
5 years, 5 months ago (2015-07-09 08:12:51 UTC) #16
commit-bot: I haz the power
The author lionel.g.landwerlin@intel.com has not signed Google Contributor License Agreement. Please visit https://cla.developers.google.com to sign ...
5 years, 5 months ago (2015-07-09 08:31:52 UTC) #17
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 5 months ago (2015-07-09 08:46:31 UTC) #18
commit-bot: I haz the power
5 years, 5 months ago (2015-07-09 08:47:19 UTC) #19
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/991e92d77c0b9f46c6a5d3f6facd12861c9e1828
Cr-Commit-Position: refs/heads/master@{#338001}

Powered by Google App Engine
This is Rietveld 408576698