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

Issue 2506093003: CC Animation: Make cc/animation an independent GN component. (Closed)

Created:
4 years, 1 month ago by loyso (OOO)
Modified:
4 years, 1 month ago
CC:
anandc+watch-blimp_chromium.org, android-webview-reviews_chromium.org, bgoldman+watch-blimp_chromium.org, blink-reviews, cc-bugs_chromium.org, chromium-reviews, danakj+watch_chromium.org, darin-cc_chromium.org, dtrainor+watch-blimp_chromium.org, gcasto+watch-blimp_chromium.org, jam, jbauman+watch_chromium.org, kalyank, khushalsagar+watch-blimp_chromium.org, kmarshall+watch-blimp_chromium.org, lethalantidote+watch-blimp_chromium.org, maniscalco+watch-blimp_chromium.org, marcinjb+watch-blimp_chromium.org, mlamouri+watch-content_chromium.org, nyquist+watch-blimp_chromium.org, perumaal+watch-blimp_chromium.org, piman+watch_chromium.org, rjkroege, sadrul, scf+watch-blimp_chromium.org, scottmg, shaktisahu+watch-blimp_chromium.org, sriramsr+watch-blimp_chromium.org, steimel+watch-blimp_chromium.org, tfarina, Ian Vollick
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

CC Animation: Make cc/animation an independent GN component. BUG=575043 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel (was: linux_precise_blink_rel) Committed: https://crrev.com/3dd2089f56ece15f219edbfb83132133dc7c63d4 Cr-Commit-Position: refs/heads/master@{#433806}

Patch Set 1 #

Patch Set 2 : Let test_support publicly depends on cc/animation. #

Total comments: 6

Patch Set 3 : Attempt to fix MSVC linking. #

Patch Set 4 : Add DEPS file for cc/animation. Try to fix MSVC again. #

Patch Set 5 : Add cc.gni to share configs parameters. #

Patch Set 6 : Import compiler.gni #

Total comments: 6

Patch Set 7 : Remove redundant deps. Use GN templates. #

Patch Set 8 : Fix Android. Remove more redundant dependencies. #

Patch Set 9 : Remove redundant cc test_support dependencies. #

Patch Set 10 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+213 lines, -113 lines) Patch
M blimp/client/core/compositor/BUILD.gn View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M blimp/client/support/compositor/BUILD.gn View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M cc/BUILD.gn View 1 2 3 4 5 6 7 8 9 6 chunks +14 lines, -46 lines 0 comments Download
A cc/animation/BUILD.gn View 1 2 3 4 5 6 1 chunk +52 lines, -0 lines 0 comments Download
A cc/animation/DEPS View 1 2 3 1 chunk +13 lines, -0 lines 0 comments Download
M cc/animation/animation.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/animation/animation_curve.h View 1 2 3 4 5 6 7 8 9 6 chunks +6 lines, -6 lines 0 comments Download
M cc/animation/animation_delegate.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/animation/animation_events.h View 3 chunks +4 lines, -3 lines 0 comments Download
A cc/animation/animation_export.h View 1 chunk +29 lines, -0 lines 0 comments Download
M cc/animation/animation_host.h View 2 chunks +3 lines, -2 lines 0 comments Download
M cc/animation/animation_host_perftest.cc View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M cc/animation/animation_id_provider.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/animation/animation_player.h View 2 chunks +3 lines, -2 lines 0 comments Download
M cc/animation/animation_timeline.h View 2 chunks +3 lines, -2 lines 0 comments Download
M cc/animation/element_animations.h View 1 2 3 4 5 6 7 8 9 2 chunks +3 lines, -2 lines 0 comments Download
M cc/animation/keyframed_animation_curve.h View 9 chunks +12 lines, -10 lines 0 comments Download
M cc/animation/scroll_offset_animation_curve.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/animation/scroll_offset_animations.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/animation/scroll_offset_animations_impl.h View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -1 line 0 comments Download
M cc/animation/timing_function.h View 3 chunks +4 lines, -4 lines 0 comments Download
M cc/animation/transform_operations.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/base/BUILD.gn View 1 2 3 4 5 6 2 chunks +3 lines, -6 lines 0 comments Download
M cc/base/time_util.h View 1 2 3 1 chunk +2 lines, -4 lines 0 comments Download
A cc/cc.gni View 1 2 3 4 5 6 1 chunk +33 lines, -0 lines 0 comments Download
M cc/surfaces/BUILD.gn View 1 2 3 4 5 6 3 chunks +4 lines, -7 lines 0 comments Download
M cc/trees/property_animation_state.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/trees/target_property.h View 2 chunks +3 lines, -1 line 0 comments Download
M content/browser/BUILD.gn View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/BUILD.gn View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/BUILD.gn View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M ui/android/DEPS View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -1 line 0 comments Download
M ui/android/resources/resource_manager_impl_unittest.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M ui/compositor/BUILD.gn View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M ui/compositor/test/layer_animator_test_controller.cc View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 83 (56 generated)
loyso (OOO)
Please, review: Avi@ - content/ Khushal@ - blimp/ sky@ - ui/services aelias@ - cc/ boliu@ ...
4 years, 1 month ago (2016-11-17 07:03:11 UTC) #13
Khushal
lgtm
4 years, 1 month ago (2016-11-17 07:31:35 UTC) #16
boliu
https://codereview.chromium.org/2506093003/diff/20001/android_webview/BUILD.gn File android_webview/BUILD.gn (right): https://codereview.chromium.org/2506093003/diff/20001/android_webview/BUILD.gn#newcode476 android_webview/BUILD.gn:476: "//cc/animation", this is actually not correct I believe a ...
4 years, 1 month ago (2016-11-17 14:50:43 UTC) #17
aelias_OOO_until_Jul13
https://codereview.chromium.org/2506093003/diff/20001/cc/animation/BUILD.gn File cc/animation/BUILD.gn (right): https://codereview.chromium.org/2506093003/diff/20001/cc/animation/BUILD.gn#newcode51 cc/animation/BUILD.gn:51: if (!is_debug && (is_win || is_android)) { Please move ...
4 years, 1 month ago (2016-11-17 20:08:22 UTC) #18
loyso (OOO)
https://codereview.chromium.org/2506093003/diff/20001/android_webview/BUILD.gn File android_webview/BUILD.gn (right): https://codereview.chromium.org/2506093003/diff/20001/android_webview/BUILD.gn#newcode476 android_webview/BUILD.gn:476: "//cc/animation", On 2016/11/17 14:50:43, boliu wrote: > this is ...
4 years, 1 month ago (2016-11-17 23:45:09 UTC) #19
aelias_OOO_until_Jul13
https://codereview.chromium.org/2506093003/diff/20001/cc/animation/BUILD.gn File cc/animation/BUILD.gn (right): https://codereview.chromium.org/2506093003/diff/20001/cc/animation/BUILD.gn#newcode51 cc/animation/BUILD.gn:51: if (!is_debug && (is_win || is_android)) { On 2016/11/17 ...
4 years, 1 month ago (2016-11-18 00:13:34 UTC) #20
loyso (OOO)
https://codereview.chromium.org/2506093003/diff/20001/cc/animation/BUILD.gn File cc/animation/BUILD.gn (right): https://codereview.chromium.org/2506093003/diff/20001/cc/animation/BUILD.gn#newcode51 cc/animation/BUILD.gn:51: if (!is_debug && (is_win || is_android)) { On 2016/11/18 ...
4 years, 1 month ago (2016-11-18 02:36:53 UTC) #26
aelias_OOO_until_Jul13
lgtm
4 years, 1 month ago (2016-11-18 02:57:18 UTC) #27
loyso (OOO)
PTAL! Avi@ - content/ sky@ - ui/, services/ui/
4 years, 1 month ago (2016-11-18 04:15:11 UTC) #28
sky
On 2016/11/18 04:15:11, loyso wrote: > PTAL! > Avi@ - content/ > sky@ - ui/, ...
4 years, 1 month ago (2016-11-18 16:36:49 UTC) #37
Avi (use Gerrit)
On 2016/11/18 16:36:49, sky wrote: > On 2016/11/18 04:15:11, loyso wrote: > > PTAL! > ...
4 years, 1 month ago (2016-11-18 17:09:37 UTC) #38
Khushal
Took another look and looks like some targets in blimp also don't need this dep. ...
4 years, 1 month ago (2016-11-18 21:20:24 UTC) #39
loyso (OOO)
PTAL: Avi@ - content/ Khushal@ - blimp/ sky@ - ui/ enne@ - cc/ GN templates ...
4 years, 1 month ago (2016-11-21 06:47:54 UTC) #50
loyso (OOO)
On 2016/11/18 02:57:18, aelias_OOO_until_Dec1 wrote: > lgtm It didn't work so I have to go ...
4 years, 1 month ago (2016-11-21 06:49:45 UTC) #51
Khushal
blimp lgtm again.
4 years, 1 month ago (2016-11-21 08:25:28 UTC) #52
Avi (use Gerrit)
The two content build files lgtm.
4 years, 1 month ago (2016-11-21 14:46:53 UTC) #53
jbroman
platform lgtm
4 years, 1 month ago (2016-11-21 15:32:57 UTC) #54
sky
LGTM
4 years, 1 month ago (2016-11-21 16:58:13 UTC) #55
enne (OOO)
lgtm
4 years, 1 month ago (2016-11-21 18:09:41 UTC) #56
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2506093003/150001
4 years, 1 month ago (2016-11-22 03:42:17 UTC) #63
commit-bot: I haz the power
Try jobs failed on following builders: linux_precise_blink_rel on master.tryserver.blink (JOB_FAILED, no build URL)
4 years, 1 month ago (2016-11-22 03:43:49 UTC) #65
Khushal
On 2016/11/22 03:43:49, commit-bot: I haz the power wrote: > Try jobs failed on following ...
4 years, 1 month ago (2016-11-22 04:52:05 UTC) #69
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2506093003/150001
4 years, 1 month ago (2016-11-22 05:14:15 UTC) #73
commit-bot: I haz the power
Failed to apply patch for cc/animation/animation_curve.h: While running git apply --index -p1; error: patch failed: ...
4 years, 1 month ago (2016-11-22 05:17:43 UTC) #75
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2506093003/170001
4 years, 1 month ago (2016-11-22 05:27:50 UTC) #78
commit-bot: I haz the power
Committed patchset #10 (id:170001)
4 years, 1 month ago (2016-11-22 07:11:31 UTC) #81
commit-bot: I haz the power
4 years, 1 month ago (2016-11-22 07:13:05 UTC) #83
Message was sent while issue was closed.
Patchset 10 (id:??) landed as
https://crrev.com/3dd2089f56ece15f219edbfb83132133dc7c63d4
Cr-Commit-Position: refs/heads/master@{#433806}

Powered by Google App Engine
This is Rietveld 408576698