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

Unified Diff: webkit/base/webkit_base.gypi

Issue 15716007: Split webkit_storage target into webkit_storage_{browser,common,renderer} (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: char* -> char[] Created 7 years, 6 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/base/webkit_base.gyp ('k') | webkit/browser/appcache/appcache_response.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/base/webkit_base.gypi
diff --git a/webkit/base/webkit_base.gypi b/webkit/base/webkit_base.gypi
deleted file mode 100644
index 1dd2769ae369e562af028a28af71a565dad0bd32..0000000000000000000000000000000000000000
--- a/webkit/base/webkit_base.gypi
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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.
-
-{
- 'targets': [
- {
- 'target_name': 'webkit_base',
- 'type': '<(component)',
- 'variables': { 'enable_wexit_time_destructors': 1, },
- 'dependencies': [
- '<(DEPTH)/base/base.gyp:base',
- '<(DEPTH)/net/net.gyp:net',
- '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink',
- '<(DEPTH)/url/url.gyp:url_lib',
- ],
- 'defines': ['WEBKIT_BASE_IMPLEMENTATION'],
- 'sources': [
- 'data_element.cc',
- 'data_element.h',
- 'file_path_string_conversions.cc',
- 'file_path_string_conversions.h',
- 'origin_url_conversions.cc',
- 'origin_url_conversions.h',
- 'webkit_base_export.h',
- ],
- },
- ],
-}
« no previous file with comments | « webkit/base/webkit_base.gyp ('k') | webkit/browser/appcache/appcache_response.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698