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

Unified Diff: webkit/compositor_bindings/compositor_bindings.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 | « webkit/base/webkit_base.gypi ('k') | webkit/glue/webkit_glue.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/compositor_bindings/compositor_bindings.gyp
diff --git a/webkit/compositor_bindings/compositor_bindings.gyp b/webkit/compositor_bindings/compositor_bindings.gyp
index 728fd3297841e15377b0a6a4bc04bc1e2c90a5ed..3ff6fe5025027ef17ce4a17c9e9b521a4cb966e4 100644
--- a/webkit/compositor_bindings/compositor_bindings.gyp
+++ b/webkit/compositor_bindings/compositor_bindings.gyp
@@ -37,13 +37,6 @@
'web_transform_animation_curve_impl.cc',
'web_transform_animation_curve_impl.h',
],
- 'conditions': [
- ['inside_chromium_build==0', {
- 'webkit_src_dir': '../../../../..',
- },{
- 'webkit_src_dir': '../../third_party/WebKit',
- }],
- ],
},
'targets': [
{
@@ -72,9 +65,9 @@
'../../gpu/gpu.gyp:gpu',
'../../media/media.gyp:media',
'../../skia/skia.gyp:skia',
+ '../../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
'../../ui/ui.gyp:ui',
'../../webkit/gpu/webkit_gpu.gyp:webkit_gpu',
- '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit',
],
'sources': [
'<@(webkit_compositor_bindings_sources)',
« no previous file with comments | « webkit/base/webkit_base.gypi ('k') | webkit/glue/webkit_glue.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698