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

Side by Side Diff: cc/README

Issue 10828381: libcc and webkit_compositor targets + stubs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Slightly better scripts and updated README Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « cc/DEPS ('k') | cc/cc.gyp » ('j') | cc/test/RunAllTests.cpp » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 The chromium compositor code will go here. For now, this directory is just a 1 This is the chromium compositor implementation. Currently it's in state of
2 placeholder to make gclient happy. 2 transition from the WebKit repository to chromium, so there are only stubs
3 here that are not compiled in by default.
4
5 To try this out, do the following:
6
7 0.) Run the 'copyfiles.py' script in this directory to sync the cc files from
8 their current location in WebKit into this directory.
9 1.) Set the gyp variable 'use_libcc_for_compositor=1' and run gyp:
10 ./build/gyp_chromium -Duse_libcc_for_compositor=1
11 2.) Build the 'cc' target to build just the compositor library, or build
12 'cc_unittests' for the unit tests.
13
14 Notes about the component=shared_library build:
15 Because the compositor currently depends on non-exported symbols from inside
16 WebKit, in the shared library build the cc library links into WebKit.dll.
17 The unit tests don't currently work at all in the component build.
OLDNEW
« no previous file with comments | « cc/DEPS ('k') | cc/cc.gyp » ('j') | cc/test/RunAllTests.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698