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

Issue 305993002: Update skia and ui GN builds (Closed)

Created:
6 years, 6 months ago by brettw
Modified:
6 years, 6 months ago
Reviewers:
tfarina, scottmg
CC:
chromium-reviews, tfarina, erikwright+watch_chromium.org, jshin+watch_chromium.org, tdresser+watch_chromium.org
Visibility:
Public.

Description

Update skia and ui GN builds Change some targets to source sets. These are small ones that are currently depended on by other source sets. This avoids some duplicate symbols. duplicated. Fix some conditions around the touch_device in ui/base. Lots of Skia build fixes. It turns out our skia library does not use the "util" target, and some of the files in "util" reference functions that it seems are never defined in any file. This removes the ones in our list that weren't in skia_library.gypi to make accessibility_unittests link. Update gesture recogniser file lists. BUG=377890 TBR=scottmg Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=274022

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : git log #

Total comments: 1

Patch Set 7 : screen aura #

Patch Set 8 : #

Patch Set 9 : #

Total comments: 4

Patch Set 10 : gesture detection updates #

Unified diffs Side-by-side diffs Delta from patch set Stats (+72 lines, -115 lines) Patch
M base/test/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M base/third_party/dynamic_annotations/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M base/third_party/nspr/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M base/third_party/symbolize/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M base/third_party/xdg_mime/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M base/third_party/xdg_user_dirs/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M build/config/BUILDCONFIG.gn View 1 chunk +1 line, -1 line 0 comments Download
M device/usb/BUILD.gn View 1 chunk +1 line, -2 lines 0 comments Download
M ppapi/BUILD.gn View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M skia/BUILD.gn View 1 2 3 2 chunks +4 lines, -23 lines 0 comments Download
M skia/skia_gn_files.gypi View 1 2 4 chunks +5 lines, -38 lines 0 comments Download
M tools/gn/secondary/third_party/icu/BUILD.gn View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/base/BUILD.gn View 1 2 3 4 5 6 7 7 chunks +13 lines, -18 lines 0 comments Download
M ui/events/BUILD.gn View 1 2 3 4 5 6 7 8 9 5 chunks +13 lines, -6 lines 0 comments Download
M ui/gfx/BUILD.gn View 1 2 3 4 5 6 8 chunks +26 lines, -18 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
tfarina
https://codereview.chromium.org/305993002/diff/100001/ui/base/BUILD.gn File ui/base/BUILD.gn (right): https://codereview.chromium.org/305993002/diff/100001/ui/base/BUILD.gn#newcode258 ui/base/BUILD.gn:258: sources += [ "touch/touch_device_win.cc" ] why is that? aren't ...
6 years, 6 months ago (2014-05-30 05:23:27 UTC) #1
brettw
I went back and changed this to keep most of the current static libraries pending ...
6 years, 6 months ago (2014-05-30 19:58:26 UTC) #2
tfarina
https://codereview.chromium.org/305993002/diff/160001/ui/base/BUILD.gn File ui/base/BUILD.gn (left): https://codereview.chromium.org/305993002/diff/160001/ui/base/BUILD.gn#oldcode324 ui/base/BUILD.gn:324: "touch/touch_device_ozone.cc", we shouldn't have to do this, if we ...
6 years, 6 months ago (2014-05-30 20:17:23 UTC) #3
brettw
https://codereview.chromium.org/305993002/diff/160001/ui/base/BUILD.gn File ui/base/BUILD.gn (left): https://codereview.chromium.org/305993002/diff/160001/ui/base/BUILD.gn#oldcode324 ui/base/BUILD.gn:324: "touch/touch_device_ozone.cc", On 2014/05/30 20:17:23, tfarina wrote: > we shouldn't ...
6 years, 6 months ago (2014-05-30 20:34:46 UTC) #4
brettw
6 years, 6 months ago (2014-05-31 04:40:29 UTC) #5
Message was sent while issue was closed.
Committed patchset #10 manually as r274022 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698