X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fui%2Fapp_list%2Fapp_list.gyp;h=91e5bf4a3c4dd7b46b616d6f3fc2f21b4fc940b4;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=d76f922d92569f813a21e993a147e53f21b02889;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/ui/app_list/app_list.gyp b/src/ui/app_list/app_list.gyp index d76f922..91e5bf4 100644 --- a/src/ui/app_list/app_list.gyp +++ b/src/ui/app_list/app_list.gyp @@ -107,6 +107,8 @@ 'views/cached_label.h', 'views/contents_view.cc', 'views/contents_view.h', + 'views/folder_background_view.cc', + 'views/folder_background_view.h', 'views/folder_header_view.cc', 'views/folder_header_view.h', 'views/folder_header_view_delegate.h', @@ -131,6 +133,8 @@ 'views/signin_view.h', 'views/speech_view.cc', 'views/speech_view.h', + 'views/top_icon_animation_view.cc', + 'views/top_icon_animation_view.h', ], 'conditions': [ ['use_aura==1', { @@ -140,7 +144,6 @@ }], ['toolkit_views==1', { 'dependencies': [ - '../../content/content.gyp:content', '../../content/content.gyp:content_browser', '../events/events.gyp:events', '../views/controls/webview/webview.gyp:webview', @@ -216,6 +219,8 @@ 'test/run_all_unittests.cc', 'views/app_list_main_view_unittest.cc', 'views/apps_grid_view_unittest.cc', + 'views/search_box_view_unittest.cc', + 'views/search_result_list_view_unittest.cc', 'views/test/apps_grid_view_test_api.cc', 'views/test/apps_grid_view_test_api.h', ], @@ -234,7 +239,8 @@ }], ['OS=="mac"', { 'dependencies': [ - '../ui_unittests.gyp:ui_test_support', + '../events/events.gyp:events_test_support', + '../gfx/gfx.gyp:gfx_test_support', ], 'conditions': [ ['component=="static_library"', { @@ -260,7 +266,6 @@ # symbol HeapProfilerStart in Linux component builds. # They probably can be removed after http://crbug.com/263316 '../../webkit/child/webkit_child.gyp:webkit_child', - '../../webkit/glue/webkit_glue.gyp:glue', ], }], ['OS=="win" and win_use_allocator_shim==1', {