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

Issue 10874095: Add target for webkit_compositor_unittests (Closed)

Created:
8 years, 3 months ago by jamesr
Modified:
8 years, 3 months ago
Reviewers:
nduca, enne (OOO)
CC:
chromium-reviews, darin-cc_chromium.org
Visibility:
Public.

Description

Add target for webkit_compositor_unittests We need a target for unit tests that test the compositor WebKit APIs but have knowledge of the implementation (CC guts). This sets up the test target and puts a few tests in place. Like cc_unittests, this target doesn't work in the component build and won't until we break link-time dependencies on non-exported WebCore symbols. BUG= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=153798

Patch Set 1 #

Patch Set 2 : move webkit_compositor_unittests to separate gyp file #

Patch Set 3 : compositor_tests.gyp might come in handy #

Patch Set 4 : fix up gyp #

Unified diffs Side-by-side diffs Delta from patch set Stats (+552 lines, -1 line) Patch
M build/all.gyp View 1 1 chunk +1 line, -0 lines 0 comments Download
A webkit/compositor/WebFloatAnimationCurveTest.cpp View 1 chunk +216 lines, -0 lines 0 comments Download
A webkit/compositor/WebTransformAnimationCurveTest.cpp View 1 chunk +277 lines, -0 lines 0 comments Download
M webkit/compositor/compositor.gyp View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
A webkit/compositor/compositor_tests.gyp View 1 2 3 1 chunk +50 lines, -0 lines 0 comments Download
M webkit/compositor/copyfiles.py View 2 chunks +7 lines, -1 line 0 comments Download
A + webkit/compositor/test/run_all_unittests.cc View 0 chunks +-1 lines, --1 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
jamesr
8 years, 3 months ago (2012-08-28 01:36:54 UTC) #1
enne (OOO)
lgtm
8 years, 3 months ago (2012-08-28 04:41:04 UTC) #2
nduca
wheeee lgtm
8 years, 3 months ago (2012-08-28 06:15:57 UTC) #3
jamesr
8 years, 3 months ago (2012-08-28 07:52:06 UTC) #4
The gyp generator (at least on mac) is unhappy about the things the test put in
the .gyp since it creates a cycle through webkit_support, so I've split the
tests out to a separate gyp like with cc_unittests. Take that, trybots!

Powered by Google App Engine
This is Rietveld 408576698