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

Side by Side Diff: cc/README

Issue 11364008: cc: Update README file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 This is the chromium compositor implementation. Currently it's in state of 1 This is the chromium compositor implementation.
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 2
14 Notes about the component=shared_library build: 3 Notes about the component=shared_library build:
15 Because the compositor currently depends on non-exported symbols from inside 4 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. 5 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. 6 The unit tests don't currently work at all in the component build.
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698