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

Unified Diff: cc/cc.gypi

Issue 11615020: Clean up cc and webkit/compositor_bindings include path shenanigans (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 8 years 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 | « cc/cc.gyp ('k') | cc/damage_tracker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
- ],
- }],
- ],
-}
« no previous file with comments | « cc/cc.gyp ('k') | cc/damage_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698