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

Unified Diff: webkit/config.gyp

Issue 208029: Upstreamings parts of webkit.gyp (step 2) (Closed)
Patch Set: removed hash Created 11 years, 3 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
Index: webkit/config.gyp
diff --git a/webkit/config.gyp b/webkit/config.gyp
deleted file mode 100644
index 71e780a3ed7b5353c5e78cd70761d6e3e95caf1f..0000000000000000000000000000000000000000
--- a/webkit/config.gyp
+++ /dev/null
@@ -1,40 +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.
-
-{
- 'includes': [
- 'features.gypi',
- ],
- 'targets': [
- {
- # This target creates config.h suitable for a WebKit-V8 build and
- # copies a few other files around as needed.
- 'target_name': 'config',
- 'type': 'none',
- 'msvs_guid': '2E2D3301-2EC4-4C0F-B889-87073B30F673',
- 'direct_dependent_settings': {
- 'defines': [
- '<@(feature_defines)',
- '<@(non_feature_defines)',
- ],
- },
- 'conditions': [
- ['OS=="win"', {
- 'dependencies': ['../build/win/system.gyp:cygwin'],
- 'direct_dependent_settings': {
- 'defines': [
- '__STD_C',
- '_CRT_SECURE_NO_DEPRECATE',
- '_SCL_SECURE_NO_DEPRECATE',
- ],
- 'include_dirs': [
- '../third_party/WebKit/JavaScriptCore/os-win32',
- 'build/JavaScriptCore',
- ],
- },
- }],
- ],
- },
- ], # targets
-}
« no previous file with comments | « chrome/test/perf/url_parse_perftest.cc ('k') | webkit/features.gypi » ('j') | webkit/webcore.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698