forked from sanyaade-mobiledev/chromium.src
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
3 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
set noparent | ||
jamesr@chromium.org |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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', | ||
} | ||
] | ||
} |