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

Unified Diff: webkit/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
« no previous file with comments | « webkit/compositor_bindings/PRESUBMIT.py ('k') | webkit/compositor_bindings/compositor_bindings_tests.gyp » ('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
deleted file mode 100644
index 3ff6fe5025027ef17ce4a17c9e9b521a4cb966e4..0000000000000000000000000000000000000000
--- a/webkit/compositor_bindings/compositor_bindings.gyp
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright (c) 2012 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-{
- 'variables': {
- 'chromium_code': 1,
- 'webkit_compositor_bindings_sources': [
- 'web_animation_curve_common.cc',
- 'web_animation_curve_common.h',
- 'web_animation_impl.cc',
- 'web_animation_impl.h',
- 'web_content_layer_impl.cc',
- 'web_content_layer_impl.h',
- 'web_external_texture_layer_impl.cc',
- 'web_external_texture_layer_impl.h',
- 'web_float_animation_curve_impl.cc',
- 'web_float_animation_curve_impl.h',
- 'web_image_layer_impl.cc',
- 'web_image_layer_impl.h',
- 'web_layer_impl.cc',
- 'web_layer_impl.h',
- 'web_layer_impl_fixed_bounds.cc',
- 'web_layer_impl_fixed_bounds.h',
- 'web_to_ccinput_handler_adapter.cc',
- 'web_to_ccinput_handler_adapter.h',
- 'web_to_ccscrollbar_theme_painter_adapter.cc',
- 'web_to_ccscrollbar_theme_painter_adapter.h',
- 'web_layer_tree_view_impl_for_testing.cc',
- 'web_layer_tree_view_impl_for_testing.h',
- 'web_scrollbar_layer_impl.cc',
- 'web_scrollbar_layer_impl.h',
- 'web_solid_color_layer_impl.cc',
- 'web_solid_color_layer_impl.h',
- 'web_transform_operations_impl.cc',
- 'web_transform_operations_impl.h',
- 'web_transform_animation_curve_impl.cc',
- 'web_transform_animation_curve_impl.h',
- ],
- },
- 'targets': [
- {
- 'target_name': 'webkit_compositor_support',
- 'type': 'static_library',
- 'dependencies': [
- '../../skia/skia.gyp:skia',
- '../../cc/cc.gyp:cc',
- 'webkit_compositor_bindings',
- ],
- 'sources': [
- 'web_compositor_support_impl.cc',
- 'web_compositor_support_impl.h',
- ],
- 'include_dirs': [
- '../..',
- '<(SHARED_INTERMEDIATE_DIR)/webkit',
- ],
- },
- {
- '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',
- ],
- 'sources': [
- '<@(webkit_compositor_bindings_sources)',
- ],
- 'defines': [
- 'WEBKIT_COMPOSITOR_BINDINGS_IMPLEMENTATION=1'
- ]
- },
- ],
-}
« no previous file with comments | « webkit/compositor_bindings/PRESUBMIT.py ('k') | webkit/compositor_bindings/compositor_bindings_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698