summaryrefslogtreecommitdiffstats
path: root/build/all.gyp
diff options
context:
space:
mode:
authorjamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-28 23:51:16 +0000
committerjamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-28 23:51:16 +0000
commitb0c2cf00ad1cc95d8fcbb6ba890419ade0e3305e (patch)
tree032760a6f56277ff7af67e165dbd0b46f426b3de /build/all.gyp
parent4d1bb044ee60124ce3cce97ac8b8455efefea8f8 (diff)
downloadchromium_src-b0c2cf00ad1cc95d8fcbb6ba890419ade0e3305e.zip
chromium_src-b0c2cf00ad1cc95d8fcbb6ba890419ade0e3305e.tar.gz
chromium_src-b0c2cf00ad1cc95d8fcbb6ba890419ade0e3305e.tar.bz2
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= Review URL: https://chromiumcodereview.appspot.com/10874095 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153798 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.gyp')
-rw-r--r--build/all.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp
index 2db7070..f4dde28 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -65,6 +65,7 @@
'../third_party/WebKit/Source/WebKit/chromium/All.gyp:*',
'../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:generate_devtools_zip',
'../v8/tools/gyp/v8.gyp:*',
+ '../webkit/compositor/compositor_tests.gyp:*',
'../webkit/support/webkit_support.gyp:*',
'../webkit/webkit.gyp:*',
'<(libjpeg_gyp_path):*',