Commit 3fccb63f authored by jamesr@chromium.org's avatar jamesr@chromium.org

Stubs for cc directory

This is just enough to enable adding gyp variables and DEPS entries
in WebKit for cc. The rest of the code will come later on.

BUG=none

Review URL: https://chromiumcodereview.appspot.com/10824175

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150169 0039d316-1c4b-4281-b951-d872f2087c98
parent 421fbb0e
set noparent
jamesr@chromium.org
The chromium compositor code will go here. For now, this directory is just a
placeholder to make gclient happy.
# Copyright (c) 2012 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
'variables': {
'chromium_code': 0,
},
'targets': [
{
'target_name': 'cc',
'type': 'static_library',
}
]
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment