| Index: ui/app_list/app_list.gyp
|
| diff --git a/ui/app_list/app_list.gyp b/ui/app_list/app_list.gyp
|
| deleted file mode 100644
|
| index e389f02f718dc10a319f32ea71aba1f5c4f43372..0000000000000000000000000000000000000000
|
| --- a/ui/app_list/app_list.gyp
|
| +++ /dev/null
|
| @@ -1,334 +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,
|
| - },
|
| - 'targets': [
|
| - {
|
| - # GN version: //ui/app_list
|
| - 'target_name': 'app_list',
|
| - 'type': '<(component)',
|
| - 'dependencies': [
|
| - '../../base/base.gyp:base',
|
| - '../../base/base.gyp:base_i18n',
|
| - '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
|
| - '../../components/components.gyp:keyed_service_core',
|
| - '../../skia/skia.gyp:skia',
|
| - '../base/ui_base.gyp:ui_base',
|
| - '../base/ime/ui_base_ime.gyp:ui_base_ime',
|
| - '../compositor/compositor.gyp:compositor',
|
| - '../display/display.gyp:display',
|
| - '../events/events.gyp:events_base',
|
| - '../gfx/gfx.gyp:gfx',
|
| - '../gfx/gfx.gyp:gfx_geometry',
|
| - '../gfx/gfx.gyp:gfx_range',
|
| - '../resources/ui_resources.gyp:ui_resources',
|
| - '../strings/ui_strings.gyp:ui_strings',
|
| - '../../third_party/icu/icu.gyp:icuuc',
|
| - 'resources/app_list_resources.gyp:app_list_resources',
|
| - ],
|
| - 'defines': [
|
| - 'APP_LIST_IMPLEMENTATION',
|
| - ],
|
| - 'sources': [
|
| - # Note: sources list duplicated in GN build.
|
| - 'app_list_constants.cc',
|
| - 'app_list_constants.h',
|
| - 'app_list_export.h',
|
| - 'app_list_folder_item.cc',
|
| - 'app_list_folder_item.h',
|
| - 'app_list_item.cc',
|
| - 'app_list_item.h',
|
| - 'app_list_item_list.cc',
|
| - 'app_list_item_list.h',
|
| - 'app_list_item_list_observer.h',
|
| - 'app_list_item_observer.h',
|
| - 'app_list_menu.cc',
|
| - 'app_list_menu.h',
|
| - 'app_list_model.cc',
|
| - 'app_list_model.h',
|
| - 'app_list_model_observer.h',
|
| - 'app_list_switches.cc',
|
| - 'app_list_switches.h',
|
| - 'app_list_view_delegate.cc',
|
| - 'app_list_view_delegate.h',
|
| - 'folder_image.cc',
|
| - 'folder_image.h',
|
| - 'pagination_controller.cc',
|
| - 'pagination_controller.h',
|
| - 'pagination_model.cc',
|
| - 'pagination_model.h',
|
| - 'pagination_model_observer.h',
|
| - 'search/dictionary_data_store.cc',
|
| - 'search/dictionary_data_store.h',
|
| - 'search/history.cc',
|
| - 'search/history.h',
|
| - 'search/history_data.cc',
|
| - 'search/history_data.h',
|
| - 'search/history_data_store.cc',
|
| - 'search/history_data_store.h',
|
| - 'search/history_types.h',
|
| - 'search/mixer.cc',
|
| - 'search/mixer.h',
|
| - 'search/term_break_iterator.cc',
|
| - 'search/term_break_iterator.h',
|
| - 'search/tokenized_string.cc',
|
| - 'search/tokenized_string.h',
|
| - 'search/tokenized_string_char_iterator.cc',
|
| - 'search/tokenized_string_char_iterator.h',
|
| - 'search/tokenized_string_match.cc',
|
| - 'search/tokenized_string_match.h',
|
| - 'search_box_model.cc',
|
| - 'search_box_model.h',
|
| - 'search_box_model_observer.h',
|
| - 'search_controller.cc',
|
| - 'search_controller.h',
|
| - 'search_provider.cc',
|
| - 'search_provider.h',
|
| - 'search_result.cc',
|
| - 'search_result.h',
|
| - 'speech_ui_model.cc',
|
| - 'speech_ui_model.h',
|
| - 'speech_ui_model_observer.h',
|
| - 'views/all_apps_tile_item_view.cc',
|
| - 'views/all_apps_tile_item_view.h',
|
| - 'views/app_list_background.cc',
|
| - 'views/app_list_background.h',
|
| - 'views/app_list_drag_and_drop_host.h',
|
| - 'views/app_list_folder_view.cc',
|
| - 'views/app_list_folder_view.h',
|
| - 'views/app_list_item_view.cc',
|
| - 'views/app_list_item_view.h',
|
| - 'views/app_list_main_view.cc',
|
| - 'views/app_list_main_view.h',
|
| - 'views/app_list_menu_views.cc',
|
| - 'views/app_list_menu_views.h',
|
| - 'views/app_list_page.cc',
|
| - 'views/app_list_page.h',
|
| - 'views/app_list_view.cc',
|
| - 'views/app_list_view.h',
|
| - 'views/app_list_view_observer.h',
|
| - 'views/apps_container_view.cc',
|
| - 'views/apps_container_view.h',
|
| - 'views/apps_grid_view.cc',
|
| - 'views/apps_grid_view.h',
|
| - 'views/apps_grid_view_delegate.h',
|
| - 'views/apps_grid_view_folder_delegate.h',
|
| - 'views/contents_view.cc',
|
| - 'views/contents_view.h',
|
| - 'views/custom_launcher_page_view.cc',
|
| - 'views/custom_launcher_page_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',
|
| - 'views/image_shadow_animator.cc',
|
| - 'views/image_shadow_animator.h',
|
| - 'views/page_switcher.cc',
|
| - 'views/page_switcher.h',
|
| - 'views/progress_bar_view.cc',
|
| - 'views/progress_bar_view.h',
|
| - 'views/pulsing_block_view.cc',
|
| - 'views/pulsing_block_view.h',
|
| - 'views/search_box_view.cc',
|
| - 'views/search_box_view.h',
|
| - 'views/search_box_view_delegate.h',
|
| - 'views/search_result_actions_view.cc',
|
| - 'views/search_result_actions_view.h',
|
| - 'views/search_result_container_view.cc',
|
| - 'views/search_result_container_view.h',
|
| - 'views/search_result_list_view.cc',
|
| - 'views/search_result_list_view.h',
|
| - 'views/search_result_list_view_delegate.h',
|
| - 'views/search_result_page_view.cc',
|
| - 'views/search_result_page_view.h',
|
| - 'views/search_result_tile_item_list_view.cc',
|
| - 'views/search_result_tile_item_list_view.h',
|
| - 'views/search_result_tile_item_view.cc',
|
| - 'views/search_result_tile_item_view.h',
|
| - 'views/search_result_view.cc',
|
| - 'views/search_result_view.h',
|
| - 'views/speech_view.cc',
|
| - 'views/speech_view.h',
|
| - 'views/start_page_view.cc',
|
| - 'views/start_page_view.h',
|
| - 'views/tile_item_view.cc',
|
| - 'views/tile_item_view.h',
|
| - 'views/top_icon_animation_view.cc',
|
| - 'views/top_icon_animation_view.h',
|
| - ],
|
| - 'conditions': [
|
| - ['use_aura==1', {
|
| - 'dependencies': [
|
| - '../aura/aura.gyp:aura',
|
| - '../wm/wm.gyp:wm',
|
| - ],
|
| - }],
|
| - ['toolkit_views==1', {
|
| - 'dependencies': [
|
| - '../events/events.gyp:events',
|
| - '../views/views.gyp:views',
|
| - ],
|
| - 'export_dependent_settings': [
|
| - '../views/views.gyp:views',
|
| - ],
|
| - }, { # toolkit_views==0
|
| - 'sources/': [
|
| - ['exclude', 'views/'],
|
| - ],
|
| - }],
|
| - ],
|
| - # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
|
| - 'msvs_disabled_warnings': [ 4267, ],
|
| - },
|
| - {
|
| - # GN version: //ui/app_list:test_support
|
| - 'target_name': 'app_list_test_support',
|
| - 'type': 'static_library',
|
| - 'dependencies': [
|
| - '../../base/base.gyp:base',
|
| - '../gfx/gfx.gyp:gfx',
|
| - '../gfx/gfx.gyp:gfx_geometry',
|
| - 'app_list',
|
| - ],
|
| - 'sources': [
|
| - # Note: sources list duplicated in GN build.
|
| - 'test/app_list_test_model.cc',
|
| - 'test/app_list_test_model.h',
|
| - 'test/app_list_test_view_delegate.cc',
|
| - 'test/app_list_test_view_delegate.h',
|
| - 'test/test_search_result.cc',
|
| - 'test/test_search_result.h',
|
| - 'views/test/app_list_view_test_api.cc',
|
| - 'views/test/app_list_view_test_api.h',
|
| - ],
|
| - },
|
| - {
|
| - # GN version: //ui/app_list:app_list_unittests
|
| - 'target_name': 'app_list_unittests',
|
| - 'type': 'executable',
|
| - 'dependencies': [
|
| - '../../base/base.gyp:base',
|
| - '../../base/base.gyp:test_support_base',
|
| - '../../skia/skia.gyp:skia',
|
| - '../../testing/gtest.gyp:gtest',
|
| - '../base/ui_base.gyp:ui_base',
|
| - '../compositor/compositor.gyp:compositor',
|
| - '../gfx/gfx.gyp:gfx_range',
|
| - '../resources/ui_resources.gyp:ui_resources',
|
| - '../resources/ui_resources.gyp:ui_test_pak',
|
| - 'app_list',
|
| - 'app_list_test_support',
|
| - ],
|
| - 'sources': [
|
| - # Note: sources list duplicated in GN build.
|
| - 'app_list_item_list_unittest.cc',
|
| - 'app_list_model_unittest.cc',
|
| - 'folder_image_unittest.cc',
|
| - 'pagination_model_unittest.cc',
|
| - 'search/history_data_store_unittest.cc',
|
| - 'search/mixer_unittest.cc',
|
| - 'search/term_break_iterator_unittest.cc',
|
| - 'search/tokenized_string_char_iterator_unittest.cc',
|
| - 'search/tokenized_string_match_unittest.cc',
|
| - 'search/tokenized_string_unittest.cc',
|
| - 'test/run_all_unittests.cc',
|
| - 'views/app_list_main_view_unittest.cc',
|
| - 'views/app_list_view_unittest.cc',
|
| - 'views/apps_grid_view_unittest.cc',
|
| - 'views/folder_header_view_unittest.cc',
|
| - 'views/image_shadow_animator_unittest.cc',
|
| - 'views/search_box_view_unittest.cc',
|
| - 'views/search_result_list_view_unittest.cc',
|
| - 'views/search_result_page_view_unittest.cc',
|
| - 'views/speech_view_unittest.cc',
|
| - 'views/test/apps_grid_view_test_api.cc',
|
| - 'views/test/apps_grid_view_test_api.h',
|
| - ],
|
| - 'conditions': [
|
| - ['toolkit_views==1', {
|
| - 'dependencies': [
|
| - '../views/views.gyp:views',
|
| - '../views/views.gyp:views_test_support',
|
| - ],
|
| - }, { # toolkit_views==0
|
| - 'sources/': [
|
| - ['exclude', 'views/'],
|
| - ]
|
| - }],
|
| - ],
|
| - # Disable c4267 warnings until we fix size_t to int truncations.
|
| - 'msvs_disabled_warnings': [ 4267, ],
|
| - },
|
| - ],
|
| - 'conditions': [
|
| - ['toolkit_views==1', {
|
| - 'targets': [
|
| - {
|
| - 'target_name': 'app_list_demo',
|
| - 'type': 'executable',
|
| - 'sources': [
|
| - 'demo/app_list_demo_views.cc',
|
| - ],
|
| - 'dependencies': [
|
| - '../../base/base.gyp:base',
|
| - '../../content/content.gyp:content',
|
| - '../../content/content.gyp:content_browser',
|
| - '../../skia/skia.gyp:skia',
|
| - '../../url/url.gyp:url_lib',
|
| - '../base/ui_base.gyp:ui_base',
|
| - '../events/events.gyp:events',
|
| - '../resources/ui_resources.gyp:ui_resources',
|
| - '../resources/ui_resources.gyp:ui_test_pak',
|
| - '../views/controls/webview/webview.gyp:webview',
|
| - '../views/views.gyp:views',
|
| - '../views_content_client/views_content_client.gyp:views_content_client',
|
| - 'app_list',
|
| - 'app_list_test_support',
|
| - ],
|
| - 'conditions': [
|
| - ['OS=="win"', {
|
| - 'msvs_settings': {
|
| - 'VCLinkerTool': {
|
| - 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
|
| - },
|
| - },
|
| - 'dependencies': [
|
| - '../../sandbox/sandbox.gyp:sandbox',
|
| - '../../content/content.gyp:sandbox_helper_win',
|
| - ],
|
| - }],
|
| - ],
|
| - },
|
| - ],
|
| - }], # toolkit_views==1
|
| - ['test_isolation_mode != "noop"', {
|
| - 'targets': [
|
| - {
|
| - 'target_name': 'app_list_unittests_run',
|
| - 'type': 'none',
|
| - 'dependencies': [
|
| - 'app_list_unittests',
|
| - ],
|
| - 'includes': [
|
| - '../../build/isolate.gypi',
|
| - ],
|
| - 'sources': [
|
| - 'app_list_unittests.isolate',
|
| - ],
|
| - 'conditions': [
|
| - ['use_x11 == 1', {
|
| - 'dependencies': [
|
| - '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
|
| - ],
|
| - }],
|
| - ],
|
| - },
|
| - ],
|
| - }],
|
| - ],
|
| -}
|
|
|