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

Unified Diff: cc/blink/cc_blink.gyp

Issue 470983004: Move blink<->cc bindings to cc/blink (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 4 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 | « cc/blink/DEPS ('k') | cc/blink/cc_blink_export.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/blink/cc_blink.gyp
diff --git a/cc/blink/cc_blink.gyp b/cc/blink/cc_blink.gyp
new file mode 100644
index 0000000000000000000000000000000000000000..671964eb74a568fa0dcaac334a23f220418ac5d1
--- /dev/null
+++ b/cc/blink/cc_blink.gyp
@@ -0,0 +1,70 @@
+# Copyright (c) 2014 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.
+
+{
+ 'targets': [
+ {
+ # GN version: //cc/blink
+ 'target_name': 'cc_blink',
+ 'type': '<(component)',
+ 'dependencies': [
+ '../../gpu/gpu.gyp:command_buffer_common',
+ '../../base/base.gyp:base',
+ '../../third_party/WebKit/public/blink.gyp:blink',
+ '../../skia/skia.gyp:skia',
+ '../cc.gyp:cc',
+ '../../ui/gfx/gfx.gyp:gfx',
+ '../../ui/gfx/gfx.gyp:gfx_geometry',
+ ],
+ 'defines': [
+ 'CC_BLINK_IMPLEMENTATION',
+ ],
+ 'export_dependent_settings': [
+ '../../skia/skia.gyp:skia',
+ ],
+ # This sources list is duplicated in //cc/blink/BUILD.gn
+ 'sources': [
+ 'cc_blink_export.h',
+ 'scrollbar_impl.cc',
+ 'scrollbar_impl.h',
+ 'web_animation_curve_common.cc',
+ 'web_animation_curve_common.h',
+ 'web_animation_impl.cc',
+ 'web_animation_impl.h',
+ 'web_compositor_support_impl.cc',
+ 'web_compositor_support_impl.h',
+ 'web_content_layer_impl.cc',
+ 'web_content_layer_impl.h',
+ 'web_external_bitmap_impl.cc',
+ 'web_external_bitmap_impl.h',
+ 'web_external_texture_layer_impl.cc',
+ 'web_external_texture_layer_impl.h',
+ 'web_filter_animation_curve_impl.cc',
+ 'web_filter_animation_curve_impl.h',
+ 'web_filter_operations_impl.cc',
+ 'web_filter_operations_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_nine_patch_layer_impl.cc',
+ 'web_nine_patch_layer_impl.h',
+ 'web_scroll_offset_animation_curve_impl.cc',
+ 'web_scroll_offset_animation_curve_impl.h',
+ 'web_scrollbar_layer_impl.cc',
+ 'web_scrollbar_layer_impl.h',
+ 'web_to_cc_animation_delegate_adapter.cc',
+ 'web_to_cc_animation_delegate_adapter.h',
+ 'web_transform_animation_curve_impl.cc',
+ 'web_transform_animation_curve_impl.h',
+ 'web_transform_operations_impl.cc',
+ 'web_transform_operations_impl.h',
+ ],
+ },
+ ]
+}
« no previous file with comments | « cc/blink/DEPS ('k') | cc/blink/cc_blink_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698