summaryrefslogtreecommitdiffstats
path: root/cc
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-02 12:08:11 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-02 12:08:11 +0000
commit71bdee314f61fecab8d714d5f83f240a49c5f772 (patch)
tree314d7cfe63689bc367201306b0eb839bb0b14edc /cc
parente5762884e723be9de58afd665388bee7e6fb38fd (diff)
downloadchromium_src-71bdee314f61fecab8d714d5f83f240a49c5f772.zip
chromium_src-71bdee314f61fecab8d714d5f83f240a49c5f772.tar.gz
chromium_src-71bdee314f61fecab8d714d5f83f240a49c5f772.tar.bz2
cc: Update README file.
Remove old instructions. R=jamesr@chromium.org Review URL: https://codereview.chromium.org/11364008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165664 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc')
-rw-r--r--cc/README13
1 files changed, 1 insertions, 12 deletions
diff --git a/cc/README b/cc/README
index 7b94aea..1696a19 100644
--- a/cc/README
+++ b/cc/README
@@ -1,15 +1,4 @@
-This is the chromium compositor implementation. Currently it's in state of
-transition from the WebKit repository to chromium, so there are only stubs
-here that are not compiled in by default.
-
-To try this out, do the following:
-
-0.) Run the 'copyfiles.py' script in this directory to sync the cc files from
- their current location in WebKit into this directory.
-1.) Set the gyp variable 'use_libcc_for_compositor=1' and run gyp:
- ./build/gyp_chromium -Duse_libcc_for_compositor=1
-2.) Build the 'cc' target to build just the compositor library, or build
- 'cc_unittests' for the unit tests.
+This is the chromium compositor implementation.
Notes about the component=shared_library build:
Because the compositor currently depends on non-exported symbols from inside