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

Unified Diff: webkit/renderer/compositor_bindings/compositor_bindings.gyp

Issue 14651027: Move webkit/compositor_bindings into webkit/renderer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: webkit/renderer/compositor_bindings/compositor_bindings.gyp
diff --git a/webkit/compositor_bindings/compositor_bindings.gyp b/webkit/renderer/compositor_bindings/compositor_bindings.gyp
similarity index 83%
rename from webkit/compositor_bindings/compositor_bindings.gyp
rename to webkit/renderer/compositor_bindings/compositor_bindings.gyp
index 3ff6fe5025027ef17ce4a17c9e9b521a4cb966e4..0ecd8ae577fd8c64d998dd8e5d701865469cd5cf 100644
--- a/webkit/compositor_bindings/compositor_bindings.gyp
+++ b/webkit/renderer/compositor_bindings/compositor_bindings.gyp
@@ -43,8 +43,8 @@
'target_name': 'webkit_compositor_support',
'type': 'static_library',
'dependencies': [
- '../../skia/skia.gyp:skia',
- '../../cc/cc.gyp:cc',
+ '<(DEPTH)/skia/skia.gyp:skia',
+ '<(DEPTH)/cc/cc.gyp:cc',
'webkit_compositor_bindings',
],
'sources': [
@@ -60,14 +60,14 @@
'target_name': 'webkit_compositor_bindings',
'type': '<(component)',
'dependencies': [
- '../../base/base.gyp:base',
- '../../cc/cc.gyp:cc',
- '../../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',
+ '<(DEPTH)/base/base.gyp:base',
+ '<(DEPTH)/cc/cc.gyp:cc',
+ '<(DEPTH)/gpu/gpu.gyp:gpu',
+ '<(DEPTH)/media/media.gyp:media',
+ '<(DEPTH)/skia/skia.gyp:skia',
+ '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
+ '<(DEPTH)/ui/ui.gyp:ui',
+ '<(DEPTH)/webkit/gpu/webkit_gpu.gyp:webkit_gpu',
],
'sources': [
'<@(webkit_compositor_bindings_sources)',
« no previous file with comments | « webkit/renderer/compositor_bindings/PRESUBMIT.py ('k') | webkit/renderer/compositor_bindings/compositor_bindings_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698