From 9d61e1fa8f0eabc93d2f68158045a6e33baf3dc8 Mon Sep 17 00:00:00 2001 From: "tony@chromium.org" Date: Mon, 15 Mar 2010 05:21:40 +0000 Subject: Move glue, appcache, and database targets out of webkit into gypi files. We include these new gypi files from webkit.gyp (used when building within a chromium checkout) and from webkit_support.gyp (used when building from within a webkit checkout). TEST=everything still compiles Review URL: http://codereview.chromium.org/840003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41563 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/webkit.gyp | 416 +----------------------------------------------------- 1 file changed, 4 insertions(+), 412 deletions(-) (limited to 'webkit/webkit.gyp') diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp index e1401a9..e03c5dd 100644 --- a/webkit/webkit.gyp +++ b/webkit/webkit.gyp @@ -1,4 +1,4 @@ -# Copyright (c) 2009 The Chromium Authors. All rights reserved. +# Copyright (c) 2010 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. @@ -7,6 +7,9 @@ '../third_party/WebKit/WebKit/chromium/features.gypi', '../third_party/WebKit/WebKit/chromium/WebKit.gypi', '../third_party/WebKit/WebCore/WebCore.gypi', + 'appcache/webkit_appcache.gypi', + 'database/webkit_database.gypi', + 'glue/webkit_glue.gypi', 'support/webkit_support.gypi', 'tools/test_shell/test_shell.gypi', ], @@ -34,9 +37,6 @@ ], 'debug_devtools%': 0, - - 'grit_info_cmd': ['python', '../tools/grit/grit_info.py'], - 'grit_cmd': ['python', '../tools/grit/grit.py'], }, 'targets': [ { @@ -47,414 +47,6 @@ ], }, { - 'target_name': 'webkit_resources', - 'type': 'none', - 'msvs_guid': '0B469837-3D46-484A-AFB3-C5A6C68730B9', - 'variables': { - 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/webkit', - }, - 'actions': [ - { - 'action_name': 'webkit_resources', - 'variables': { - 'input_path': 'glue/webkit_resources.grd', - }, - 'inputs': [ - '