diff options
author | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-18 20:58:27 +0000 |
---|---|---|
committer | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-18 20:58:27 +0000 |
commit | 7081f9ffee03cad17be0ab5ad20bda69a30dd8fe (patch) | |
tree | aaface38c8a889d3ad9685399dfbb0ca3b28b997 /cc/cc_tests.gyp | |
parent | a313db565907985c49d189bd9f051721e1dfe994 (diff) | |
download | chromium_src-7081f9ffee03cad17be0ab5ad20bda69a30dd8fe.zip chromium_src-7081f9ffee03cad17be0ab5ad20bda69a30dd8fe.tar.gz chromium_src-7081f9ffee03cad17be0ab5ad20bda69a30dd8fe.tar.bz2 |
Enable webkit_compositor_bindings_unittests in component builds
This shares the compositor setup code from cc_unittests so we can run
webkit_compositor_bindings_unittests in component builds.
BUG=
Review URL: https://chromiumcodereview.appspot.com/10918281
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157416 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/cc_tests.gyp')
-rw-r--r-- | cc/cc_tests.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp index 0796afa..f8d4244 100644 --- a/cc/cc_tests.gyp +++ b/cc/cc_tests.gyp @@ -131,6 +131,8 @@ ], 'sources': [ '<@(cc_tests_support_files)', + 'test/test_webkit_platform.cc', + 'test/test_webkit_platform.h', ], }, ], |