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

Unified Diff: cc/cc.gyp

Issue 14823005: Remove inside_chromium_build gyp variable (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sort gyps, fix ios Created 7 years, 7 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
« no previous file with comments | « build/common.gypi ('k') | content/browser/devtools/devtools_resources.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/cc.gyp
diff --git a/cc/cc.gyp b/cc/cc.gyp
index d536b16c5e9abb4e1b5d7390774c2eb322e84311..80216b76760c453330d828c3c1379bfcc06125a0 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -350,21 +350,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',
@@ -378,7 +364,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',
« no previous file with comments | « build/common.gypi ('k') | content/browser/devtools/devtools_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698