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

Issue 24788002: events: Make it a separate component from ui. (Closed)

Created:
7 years, 2 months ago by sadrul
Modified:
7 years, 2 months ago
CC:
chromium-reviews, cc-bugs_chromium.org, ben+watch_chromium.org
Visibility:
Public.

Description

events: Create a separate events component out of ui. BUG=none R=ben@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=226105

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Patch Set 4 : . #

Total comments: 2

Patch Set 5 : . #

Patch Set 6 : . #

Patch Set 7 : . #

Patch Set 8 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+174 lines, -304 lines) Patch
M ash/ash.gyp View 1 2 3 4 5 6 7 3 chunks +3 lines, -0 lines 0 comments Download
M build/filename_rules.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M cc/cc.gyp View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome.gyp View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome_browser_ui_views.gyp View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 5 4 chunks +4 lines, -0 lines 0 comments Download
M components/autofill.gypi View 1 2 3 4 5 3 chunks +3 lines, -0 lines 0 comments Download
M content/content_app.gypi View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M content/content_browser.gypi View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M content/content_shell.gypi View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M content/content_tests.gypi View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M media/media.gyp View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M remoting/remoting.gyp View 1 2 3 4 5 6 7 2 chunks +2 lines, -0 lines 0 comments Download
M ui/app_list/app_list.gyp View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M ui/aura/aura.gyp View 1 2 3 4 5 5 chunks +5 lines, -0 lines 0 comments Download
D ui/base/cocoa/events_mac.mm View 1 2 3 4 5 1 chunk +0 lines, -212 lines 0 comments Download
M ui/compositor/compositor.gyp View 1 2 3 4 5 3 chunks +3 lines, -0 lines 0 comments Download
A + ui/events/cocoa/events_mac.mm View 1 2 3 4 5 0 chunks +-1 lines, --1 lines 0 comments Download
A ui/events/events.gyp View 1 2 3 4 5 1 chunk +121 lines, -0 lines 0 comments Download
M ui/events/events_export.h View 1 chunk +0 lines, -6 lines 0 comments Download
M ui/keyboard/keyboard.gyp View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M ui/message_center/message_center.gyp View 1 2 3 4 5 3 chunks +3 lines, -0 lines 0 comments Download
M ui/oak/oak.gyp View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M ui/snapshot/snapshot.gyp View 1 2 3 4 5 6 7 2 chunks +2 lines, -0 lines 0 comments Download
M ui/surface/surface.gyp View 1 2 3 4 5 2 chunks +2 lines, -0 lines 0 comments Download
M ui/ui.gyp View 1 2 3 4 5 9 chunks +2 lines, -87 lines 0 comments Download
M ui/ui_unittests.gypi View 1 2 3 4 5 2 chunks +2 lines, -0 lines 0 comments Download
M ui/v2/v2.gyp View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M ui/views/controls/webview/webview.gyp View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M ui/views/views.gyp View 1 2 3 4 5 7 chunks +7 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
sadrul
Looks like it's possible to split events without separating out gfx first.
7 years, 2 months ago (2013-09-26 20:39:50 UTC) #1
Ben Goodger (Google)
lgtm https://codereview.chromium.org/24788002/diff/12001/cc/cc.gyp File cc/cc.gyp (right): https://codereview.chromium.org/24788002/diff/12001/cc/cc.gyp#newcode20 cc/cc.gyp:20: '<(DEPTH)/ui/events/events.gyp:events', it would be interesting to understand the ...
7 years, 2 months ago (2013-09-26 20:44:38 UTC) #2
sadrul
https://codereview.chromium.org/24788002/diff/12001/cc/cc.gyp File cc/cc.gyp (right): https://codereview.chromium.org/24788002/diff/12001/cc/cc.gyp#newcode20 cc/cc.gyp:20: '<(DEPTH)/ui/events/events.gyp:events', On 2013/09/26 20:44:39, Ben Goodger (Google) wrote: > ...
7 years, 2 months ago (2013-09-26 20:49:31 UTC) #3
Ben Goodger (Google)
ah, LatencyInfo. I don't like the way it refers to higher level components which smells ...
7 years, 2 months ago (2013-09-26 21:13:00 UTC) #4
danakj
On Thu, Sep 26, 2013 at 2:12 PM, Ben Goodger (Google) <ben@chromium.org>wrote: > ah, LatencyInfo. ...
7 years, 2 months ago (2013-09-26 21:18:46 UTC) #5
sadrul
I have updated the patch now that gfx is a separate component. The trybots are ...
7 years, 2 months ago (2013-09-30 19:29:24 UTC) #6
sadrul
7 years, 2 months ago (2013-10-01 01:45:00 UTC) #7
Message was sent while issue was closed.
Committed patchset #8 manually as r226105 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698