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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « cc/cc.gyp ('k') | cc/damage_tracker.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 {
6 'variables': {
7 'variables': {
8 'conditions': [
9 ['inside_chromium_build==1', {
10 'webkit_src_dir': '<(DEPTH)/third_party/WebKit',
11 }, {
12 'webkit_src_dir': '<(DEPTH)/../../..',
13 }],
14 ],
15 },
16 'webkit_src_dir': '<(webkit_src_dir)',
17 'conditions': [
18 ['inside_chromium_build==1', {
19 'cc_stubs_dirs': [],
20 }, {
21 'cc_stubs_dirs': [
22 '<(SHARED_INTERMEDIATE_DIR)/webkit',
23 '<(webkit_src_dir)',
24 '<(webkit_src_dir)/Source/WebCore/platform',
25 '<(webkit_src_dir)/Source/WebCore/platform/animation',
26 '<(webkit_src_dir)/Source/WebCore/platform/chromium',
27 '<(webkit_src_dir)/Source/WebCore/platform/graphics',
28 '<(webkit_src_dir)/Source/WebCore/platform/graphics/chromium',
29 '<(webkit_src_dir)/Source/WebCore/platform/graphics/filters',
30 '<(webkit_src_dir)/Source/WebCore/platform/graphics/gpu',
31 '<(webkit_src_dir)/Source/WebCore/platform/graphics/skia',
32 '<(webkit_src_dir)/Source/WebCore/platform/graphics/transforms',
33 '<(webkit_src_dir)/Source/WebCore/rendering',
34 '<(webkit_src_dir)/Source/WebCore/rendering/style',
35 ],
36 }],
37 ],
38 },
39 'conditions': [
40 ['inside_chromium_build==0', {
41 'defines': [
42 'INSIDE_WEBKIT_BUILD=1',
43 ],
44 }],
45 ],
46 }
OLDNEW
« 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