Skip to content

Commit

Permalink
Stubs for cc directory
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jamesr@chromium.org committed Aug 6, 2012
1 parent 421fbb0 commit 3fccb63
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cc/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
set noparent
jamesr@chromium.org
2 changes: 2 additions & 0 deletions cc/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
The chromium compositor code will go here. For now, this directory is just a
placeholder to make gclient happy.
16 changes: 16 additions & 0 deletions cc/cc.gyp
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# 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',
}
]
}

0 comments on commit 3fccb63

Please sign in to comment.