summaryrefslogtreecommitdiffstats
path: root/cc/cc.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'cc/cc.gyp')
-rw-r--r--cc/cc.gyp16
1 files changed, 1 insertions, 15 deletions
diff --git a/cc/cc.gyp b/cc/cc.gyp
index 60782e1..0ae4db3 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -353,21 +353,7 @@
'trees/tree_synchronizer.cc',
'trees/tree_synchronizer.h',
],
- 'conditions': [
- ['inside_chromium_build==1', {
- 'webkit_src_dir': '<(DEPTH)/third_party/WebKit',
- }, {
- 'webkit_src_dir': '<(DEPTH)/../../..',
- }],
- ],
},
- 'conditions': [
- ['inside_chromium_build==0', {
- 'defines': [
- 'INSIDE_WEBKIT_BUILD=1',
- ],
- }],
- ],
'targets': [
{
'target_name': 'cc',
@@ -381,7 +367,7 @@
'<(DEPTH)/ui/gl/gl.gyp:gl',
'<(DEPTH)/ui/surface/surface.gyp:surface',
'<(DEPTH)/ui/ui.gyp:ui',
- '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit',
+ '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
],
'defines': [
'CC_IMPLEMENTATION=1',