Skip to content

Commit 40e824d

Browse files
Rename CEF1 files from /trunk to /trunk/cef1 (issue #564).
git-svn-id: http://chromiumembedded.googlecode.com/svn/trunk/cef1@570 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
0 parents  commit 40e824d

File tree

651 files changed

+107674
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

651 files changed

+107674
-0
lines changed

AUTHORS.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# This file is an addendum to the Chromium AUTHORS file.
2+
# Names should be added to this file like so:
3+
# Name or Organization <email address>
4+
5+
Marshall Greenblatt <[email protected]>
6+
Jamie Kirkpatrick <[email protected]>
7+
Johan Lindström <[email protected]>
8+
Igor Pavlov <[email protected]>
9+
Yanko Yankov <[email protected]>
10+
Emerick Rogul <[email protected]>
11+
Valve Corporation <[email protected]>
12+
Anthony Taranto <[email protected]>
13+
Joe Andrieu <[email protected]>
14+
Keith Poole <[email protected]>
15+
Aviv Rind <[email protected]>
16+
Michael Kaminski <[email protected]>
17+
ADInstruments Ltd. <[email protected]>
18+
Gus Verdun <[email protected]>
19+
Joinerysoft Ltd. <[email protected]>
20+
Johan Björk <[email protected]>
21+
Dmitry Azaraev <[email protected]>
22+
David Xue <[email protected]>

CHROMIUM_BUILD_COMPATIBILITY.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# The Chromium Embedded Framework (CEF) project is built on top of the Chromium
2+
# project source tree. Chromium should be updated to the URL and revision listed
3+
# below before building CEF. Chromium compatibility information for older CEF
4+
# revisions is available by viewing this file's change history.
5+
#
6+
# To configure a specific Chromium URL:
7+
# gclient config chromium_url
8+
#
9+
# To update to a specific Chromium revision:
10+
# gclient sync --revision src@chromium_revision --jobs 8 --force
11+
#
12+
# This file is integrated with the CEF Automation Tool. See the
13+
# tools/automate/automate.README.txt file for more information.
14+
#
15+
# For general gclient usage information visit:
16+
# http://dev.chromium.org/developers/how-tos/get-the-code
17+
18+
{
19+
'chromium_url': 'http://src.chromium.org/svn/trunk/src',
20+
'chromium_revision': '122508',
21+
}

DEPS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
hooks = [
2+
{
3+
# A change to a .gyp, .gypi, or to GYP itself should run the generator.
4+
"pattern": ".",
5+
"action": ["python", "src/cef/tools/gclient_hook.py"],
6+
},
7+
]

LICENSE.txt

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
// Copyright (c) 2008-2011 Marshall A. Greenblatt. Portions Copyright (c)
2+
// 2006-2009 Google Inc. All rights reserved.
3+
//
4+
// Redistribution and use in source and binary forms, with or without
5+
// modification, are permitted provided that the following conditions are
6+
// met:
7+
//
8+
// * Redistributions of source code must retain the above copyright
9+
// notice, this list of conditions and the following disclaimer.
10+
// * Redistributions in binary form must reproduce the above
11+
// copyright notice, this list of conditions and the following disclaimer
12+
// in the documentation and/or other materials provided with the
13+
// distribution.
14+
// * Neither the name of Google Inc. nor the name Chromium Embedded
15+
// Framework nor the names of its contributors may be used to endorse
16+
// or promote products derived from this software without specific prior
17+
// written permission.
18+
//
19+
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
20+
// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
21+
// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22+
// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
23+
// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
24+
// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
25+
// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
26+
// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
27+
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28+
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
29+
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

0 commit comments

Comments
 (0)