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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/build/WebCore/SConscript ('k') | webkit/build/port/SConscript » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/build/WebKit/SConscript
===================================================================
--- webkit/build/WebKit/SConscript (revision 12583)
+++ webkit/build/WebKit/SConscript (working copy)
@@ -1,32 +0,0 @@
-# Copyright (c) 2009 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.
-
-Import('env')
-
-env = env.Clone()
-
-env.Append(
- CPPDEFINES = [
- 'WEBKIT_IMPLEMENTATION',
- 'WEBKIT_USING_SKIA'
- ],
- CPPPATH = [
- '$WEBKIT_DIR/build/WebCore',
- '$THIRD_PARTY_WEBKIT_DIR/WebKit/chromium/public',
- ]
-)
-
-input_files = [
- '$THIRD_PARTY_WEBKIT_DIR/WebKit/chromium/src/ChromiumBridge.cpp',
- '$THIRD_PARTY_WEBKIT_DIR/WebKit/chromium/src/ChromiumCurrentTime.cpp',
- '$THIRD_PARTY_WEBKIT_DIR/WebKit/chromium/src/ChromiumThreading.cpp',
- '$THIRD_PARTY_WEBKIT_DIR/WebKit/chromium/src/WebCache.cpp',
- '$THIRD_PARTY_WEBKIT_DIR/WebKit/chromium/src/WebCString.cpp',
- '$THIRD_PARTY_WEBKIT_DIR/WebKit/chromium/src/WebImageSkia.cpp',
- '$THIRD_PARTY_WEBKIT_DIR/WebKit/chromium/src/WebKit.cpp',
- '$THIRD_PARTY_WEBKIT_DIR/WebKit/chromium/src/WebString.cpp',
- '$THIRD_PARTY_WEBKIT_DIR/WebKit/chromium/src/WebURL.cpp',
-]
-
-env.ChromeLibrary('WebKit', input_files)
« 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