X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fui%2Fcompositor%2Fcompositor.gyp;h=a1a1b20db8a95059952e2e5356ee21f337c7d715;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=c2afadca97f63a99b1d0bd5ee79bca67108c2dcd;hpb=4b53d56b8a1db20d4089f6d4f37126d43f907125;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/ui/compositor/compositor.gyp b/src/ui/compositor/compositor.gyp index c2afadc..a1a1b20 100644 --- a/src/ui/compositor/compositor.gyp +++ b/src/ui/compositor/compositor.gyp @@ -14,10 +14,10 @@ '<(DEPTH)/base/base.gyp:base', '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', '<(DEPTH)/cc/cc.gyp:cc', + '<(DEPTH)/gpu/gpu.gyp:command_buffer_common', '<(DEPTH)/skia/skia.gyp:skia', - '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink_minimal', - '<(DEPTH)/ui/events/events.gyp:events', '<(DEPTH)/ui/gfx/gfx.gyp:gfx', + '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', '<(DEPTH)/ui/gl/gl.gyp:gl', ], 'defines': [ @@ -28,6 +28,8 @@ 'compositor.h', 'compositor_export.h', 'compositor_observer.h', + 'compositor_vsync_manager.cc', + 'compositor_vsync_manager.h', 'compositor_switches.cc', 'compositor_switches.h', 'debug_utils.cc', @@ -64,7 +66,7 @@ # TODO(sky): before we make this real need to remove # IDR_BITMAP_BRUSH_IMAGE. 'dependencies': [ - '<(DEPTH)/ui/ui.gyp:ui_resources', + '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', '<(angle_path)/src/build_angle.gyp:libEGL', '<(angle_path)/src/build_angle.gyp:libGLESv2', ], @@ -79,26 +81,49 @@ '<(DEPTH)/cc/cc.gyp:cc', '<(DEPTH)/cc/cc_tests.gyp:cc_test_support', '<(DEPTH)/skia/skia.gyp:skia', + '<(DEPTH)/testing/gtest.gyp:gtest', '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink_minimal', - '<(DEPTH)/ui/events/events.gyp:events', '<(DEPTH)/ui/gfx/gfx.gyp:gfx', + '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', '<(DEPTH)/ui/gl/gl.gyp:gl', '<(DEPTH)/ui/ui.gyp:ui', '<(DEPTH)/webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', 'compositor', ], 'sources': [ - 'test/test_layers.cc', - 'test/test_layers.h', - 'test/test_context_factory.cc', - 'test/test_context_factory.h', - 'test/default_context_factory.cc', - 'test/default_context_factory.h', 'test/context_factories_for_test.cc', 'test/context_factories_for_test.h', + 'test/default_context_factory.cc', + 'test/default_context_factory.h', + 'test/draw_waiter_for_test.cc', + 'test/draw_waiter_for_test.h', + 'test/layer_animator_test_controller.cc', + 'test/layer_animator_test_controller.h', + 'test/test_compositor_host.h', + 'test/test_compositor_host_mac.mm', + 'test/test_compositor_host_ozone.cc', + 'test/test_compositor_host_win.cc', + 'test/test_compositor_host_x11.cc', + 'test/test_context_factory.cc', + 'test/test_context_factory.h', + 'test/test_layer_animation_delegate.cc', + 'test/test_layer_animation_delegate.h', + 'test/test_layer_animation_observer.cc', + 'test/test_layer_animation_observer.h', + 'test/test_layers.cc', + 'test/test_layers.h', 'test/test_suite.cc', 'test/test_suite.h', + 'test/test_utils.cc', + 'test/test_utils.h', ], + 'conditions': [ + ['use_x11==1', { + 'dependencies': [ + '<(DEPTH)/build/linux/system.gyp:x11' + ] + }] + ] }, { 'target_name': 'compositor_unittests', @@ -110,11 +135,11 @@ '<(DEPTH)/cc/cc_tests.gyp:cc_test_support', '<(DEPTH)/skia/skia.gyp:skia', '<(DEPTH)/testing/gtest.gyp:gtest', - '<(DEPTH)/ui/events/events.gyp:events', '<(DEPTH)/ui/gfx/gfx.gyp:gfx', + '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', '<(DEPTH)/ui/gl/gl.gyp:gl', + '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', '<(DEPTH)/ui/ui.gyp:ui', - '<(DEPTH)/ui/ui.gyp:ui_resources', 'compositor', 'compositor_test_support', ], @@ -124,19 +149,6 @@ 'layer_animator_unittest.cc', 'layer_unittest.cc', 'run_all_unittests.cc', - 'test/layer_animator_test_controller.cc', - 'test/layer_animator_test_controller.h', - 'test/test_compositor_host.h', - 'test/test_compositor_host_mac.mm', - 'test/test_compositor_host_ozone.cc', - 'test/test_compositor_host_win.cc', - 'test/test_compositor_host_x11.cc', - 'test/test_layer_animation_delegate.cc', - 'test/test_layer_animation_delegate.h', - 'test/test_layer_animation_observer.cc', - 'test/test_layer_animation_observer.h', - 'test/test_utils.cc', - 'test/test_utils.h', 'transform_animation_curve_adapter_unittest.cc', ], 'conditions': [