Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(481)

Side by Side Diff: webkit/build/WebKit/SConscript

Issue 53121: Remove the checked-in scons configuration files. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « webkit/build/WebCore/SConscript ('k') | webkit/build/port/SConscript » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 Import('env')
6
7 env = env.Clone()
8
9 env.Append(
10 CPPDEFINES = [
11 'WEBKIT_IMPLEMENTATION',
12 'WEBKIT_USING_SKIA'
13 ],
14 CPPPATH = [
15 '$WEBKIT_DIR/build/WebCore',
16 '$THIRD_PARTY_WEBKIT_DIR/WebKit/chromium/public',
17 ]
18 )
19
20 input_files = [
21 '$THIRD_PARTY_WEBKIT_DIR/WebKit/chromium/src/ChromiumBridge.cpp',
22 '$THIRD_PARTY_WEBKIT_DIR/WebKit/chromium/src/ChromiumCurrentTime.cpp',
23 '$THIRD_PARTY_WEBKIT_DIR/WebKit/chromium/src/ChromiumThreading.cpp',
24 '$THIRD_PARTY_WEBKIT_DIR/WebKit/chromium/src/WebCache.cpp',
25 '$THIRD_PARTY_WEBKIT_DIR/WebKit/chromium/src/WebCString.cpp',
26 '$THIRD_PARTY_WEBKIT_DIR/WebKit/chromium/src/WebImageSkia.cpp',
27 '$THIRD_PARTY_WEBKIT_DIR/WebKit/chromium/src/WebKit.cpp',
28 '$THIRD_PARTY_WEBKIT_DIR/WebKit/chromium/src/WebString.cpp',
29 '$THIRD_PARTY_WEBKIT_DIR/WebKit/chromium/src/WebURL.cpp',
30 ]
31
32 env.ChromeLibrary('WebKit', input_files)
OLDNEW
« no previous file with comments | « webkit/build/WebCore/SConscript ('k') | webkit/build/port/SConscript » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698