Index: cc/cc.gypi |
diff --git a/cc/cc.gypi b/cc/cc.gypi |
deleted file mode 100644 |
index 492c63b9730f0006a6a22afe7a5ae80cc944dcd4..0000000000000000000000000000000000000000 |
--- a/cc/cc.gypi |
+++ /dev/null |
@@ -1,46 +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. |
- |
-{ |
- 'variables': { |
- 'variables': { |
- 'conditions': [ |
- ['inside_chromium_build==1', { |
- 'webkit_src_dir': '<(DEPTH)/third_party/WebKit', |
- }, { |
- 'webkit_src_dir': '<(DEPTH)/../../..', |
- }], |
- ], |
- }, |
- 'webkit_src_dir': '<(webkit_src_dir)', |
- 'conditions': [ |
- ['inside_chromium_build==1', { |
- 'cc_stubs_dirs': [], |
- }, { |
- 'cc_stubs_dirs': [ |
- '<(SHARED_INTERMEDIATE_DIR)/webkit', |
- '<(webkit_src_dir)', |
- '<(webkit_src_dir)/Source/WebCore/platform', |
- '<(webkit_src_dir)/Source/WebCore/platform/animation', |
- '<(webkit_src_dir)/Source/WebCore/platform/chromium', |
- '<(webkit_src_dir)/Source/WebCore/platform/graphics', |
- '<(webkit_src_dir)/Source/WebCore/platform/graphics/chromium', |
- '<(webkit_src_dir)/Source/WebCore/platform/graphics/filters', |
- '<(webkit_src_dir)/Source/WebCore/platform/graphics/gpu', |
- '<(webkit_src_dir)/Source/WebCore/platform/graphics/skia', |
- '<(webkit_src_dir)/Source/WebCore/platform/graphics/transforms', |
- '<(webkit_src_dir)/Source/WebCore/rendering', |
- '<(webkit_src_dir)/Source/WebCore/rendering/style', |
- ], |
- }], |
- ], |
- }, |
- 'conditions': [ |
- ['inside_chromium_build==0', { |
- 'defines': [ |
- 'INSIDE_WEBKIT_BUILD=1', |
- ], |
- }], |
- ], |
-} |