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

Unified Diff: skia/skia.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 | « ppapi/ppapi_shared.gypi ('k') | ui/ui.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/skia.gyp
diff --git a/skia/skia.gyp b/skia/skia.gyp
index 63ab0699bc5236def3777d4ffe906c4cdb57b295..117cbc4b5143e43af0814a1475f451009e564e9a 100644
--- a/skia/skia.gyp
+++ b/skia/skia.gyp
@@ -14,12 +14,6 @@
}, {
'skia_support_gpu': 1,
}],
-
- ['inside_chromium_build==0', {
- 'webkit_src_dir': '<(DEPTH)/../../..',
- },{
- 'webkit_src_dir': '<(DEPTH)/third_party/WebKit',
- }],
],
'optimize': 'max',
@@ -334,7 +328,7 @@
['exclude', '_ios\\.(cc|cpp|mm?)$'],
],
'dependencies': [
- '<(webkit_src_dir)/Source/WebKit/chromium/skia_webkit.gyp:skia_webkit',
+ '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/skia_webkit.gyp:skia_webkit',
],
}],
[ 'OS != "mac"', {
« no previous file with comments | « ppapi/ppapi_shared.gypi ('k') | ui/ui.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698