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

Side by Side Diff: chrome/browser/ui/BUILD.gn

Issue 2803293002: Create Bookmark Footnote desktop iOS promotion (Closed)
Patch Set: win only Created 3 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/chromecast_build.gni") 5 import("//build/config/chromecast_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 1424 matching lines...) Expand 10 before | Expand all | Expand 10 after
1435 sources += [ 1435 sources += [
1436 "views/touch_uma/touch_uma.cc", 1436 "views/touch_uma/touch_uma.cc",
1437 "views/touch_uma/touch_uma.h", 1437 "views/touch_uma/touch_uma.h",
1438 ] 1438 ]
1439 } 1439 }
1440 if (toolkit_views) { 1440 if (toolkit_views) {
1441 sources += [ 1441 sources += [
1442 "autofill/save_card_bubble_controller_impl.cc", 1442 "autofill/save_card_bubble_controller_impl.cc",
1443 "autofill/save_card_bubble_controller_impl.h", 1443 "autofill/save_card_bubble_controller_impl.h",
1444 "autofill/save_card_bubble_view.h", 1444 "autofill/save_card_bubble_view.h",
1445 "desktop_ios_promotion/desktop_ios_promotion_footnote_delegate.h",
1445 "views/apps/app_info_dialog/app_info_dialog_container.cc", 1446 "views/apps/app_info_dialog/app_info_dialog_container.cc",
1446 "views/apps/app_info_dialog/app_info_dialog_container.h", 1447 "views/apps/app_info_dialog/app_info_dialog_container.h",
1447 "views/apps/app_info_dialog/app_info_dialog_views.cc", 1448 "views/apps/app_info_dialog/app_info_dialog_views.cc",
1448 "views/apps/app_info_dialog/app_info_dialog_views.h", 1449 "views/apps/app_info_dialog/app_info_dialog_views.h",
1449 "views/apps/app_info_dialog/app_info_footer_panel.cc", 1450 "views/apps/app_info_dialog/app_info_footer_panel.cc",
1450 "views/apps/app_info_dialog/app_info_footer_panel.h", 1451 "views/apps/app_info_dialog/app_info_footer_panel.h",
1451 "views/apps/app_info_dialog/app_info_header_panel.cc", 1452 "views/apps/app_info_dialog/app_info_header_panel.cc",
1452 "views/apps/app_info_dialog/app_info_header_panel.h", 1453 "views/apps/app_info_dialog/app_info_header_panel.h",
1453 "views/apps/app_info_dialog/app_info_panel.cc", 1454 "views/apps/app_info_dialog/app_info_panel.cc",
1454 "views/apps/app_info_dialog/app_info_panel.h", 1455 "views/apps/app_info_dialog/app_info_panel.h",
(...skipping 1610 matching lines...) Expand 10 before | Expand all | Expand 10 after
3065 libs += [ 3066 libs += [
3066 "Carbon.framework", 3067 "Carbon.framework",
3067 "Quartz.framework", 3068 "Quartz.framework",
3068 ] 3069 ]
3069 } else { # non-Mac. 3070 } else { # non-Mac.
3070 sources += [ "web_contents_sizer.cc" ] 3071 sources += [ "web_contents_sizer.cc" ]
3071 } 3072 }
3072 3073
3073 if (is_win) { 3074 if (is_win) {
3074 sources += [ 3075 sources += [
3076 "desktop_ios_promotion/desktop_ios_promotion_bubble_controller.cc",
3077 "desktop_ios_promotion/desktop_ios_promotion_bubble_controller.h",
3075 "desktop_ios_promotion/desktop_ios_promotion_controller.cc", 3078 "desktop_ios_promotion/desktop_ios_promotion_controller.cc",
3076 "desktop_ios_promotion/desktop_ios_promotion_controller.h", 3079 "desktop_ios_promotion/desktop_ios_promotion_controller.h",
3077 "desktop_ios_promotion/desktop_ios_promotion_util.cc", 3080 "desktop_ios_promotion/desktop_ios_promotion_util.cc",
3078 "desktop_ios_promotion/desktop_ios_promotion_util.h", 3081 "desktop_ios_promotion/desktop_ios_promotion_util.h",
3079 "desktop_ios_promotion/desktop_ios_promotion_view.h", 3082 "desktop_ios_promotion/desktop_ios_promotion_view.h",
3080 "desktop_ios_promotion/sms_service.cc", 3083 "desktop_ios_promotion/sms_service.cc",
3081 "desktop_ios_promotion/sms_service.h", 3084 "desktop_ios_promotion/sms_service.h",
3082 "desktop_ios_promotion/sms_service_factory.cc", 3085 "desktop_ios_promotion/sms_service_factory.cc",
3083 "desktop_ios_promotion/sms_service_factory.h", 3086 "desktop_ios_promotion/sms_service_factory.h",
3084 "input_method/input_method_engine.cc", 3087 "input_method/input_method_engine.cc",
3085 "input_method/input_method_engine.h", 3088 "input_method/input_method_engine.h",
3086 "input_method/input_method_engine_base.cc", 3089 "input_method/input_method_engine_base.cc",
3087 "input_method/input_method_engine_base.h", 3090 "input_method/input_method_engine_base.h",
3088 "network_profile_bubble.cc", 3091 "network_profile_bubble.cc",
3089 "network_profile_bubble.h", 3092 "network_profile_bubble.h",
3090 "views/chrome_cleaner_dialog_win.cc", 3093 "views/chrome_cleaner_dialog_win.cc",
3091 "views/chrome_cleaner_dialog_win.h", 3094 "views/chrome_cleaner_dialog_win.h",
3092 "views/color_chooser_dialog.cc", 3095 "views/color_chooser_dialog.cc",
3093 "views/color_chooser_dialog.h", 3096 "views/color_chooser_dialog.h",
3094 "views/critical_notification_bubble_view.cc", 3097 "views/critical_notification_bubble_view.cc",
3095 "views/critical_notification_bubble_view.h", 3098 "views/critical_notification_bubble_view.h",
3096 "views/desktop_ios_promotion/desktop_ios_promotion_bubble_view.cc", 3099 "views/desktop_ios_promotion/desktop_ios_promotion_bubble_view.cc",
3097 "views/desktop_ios_promotion/desktop_ios_promotion_bubble_view.h", 3100 "views/desktop_ios_promotion/desktop_ios_promotion_bubble_view.h",
3101 "views/desktop_ios_promotion/desktop_ios_promotion_footnote_view.cc",
3102 "views/desktop_ios_promotion/desktop_ios_promotion_footnote_view.h",
3098 "views/frame/browser_desktop_window_tree_host.h", 3103 "views/frame/browser_desktop_window_tree_host.h",
3099 "views/frame/browser_desktop_window_tree_host_win.cc", 3104 "views/frame/browser_desktop_window_tree_host_win.cc",
3100 "views/frame/browser_desktop_window_tree_host_win.h", 3105 "views/frame/browser_desktop_window_tree_host_win.h",
3101 "views/frame/glass_browser_frame_view.cc", 3106 "views/frame/glass_browser_frame_view.cc",
3102 "views/frame/glass_browser_frame_view.h", 3107 "views/frame/glass_browser_frame_view.h",
3103 "views/frame/native_browser_frame_factory_aurawin.cc", 3108 "views/frame/native_browser_frame_factory_aurawin.cc",
3104 "views/frame/windows_10_caption_button.cc", 3109 "views/frame/windows_10_caption_button.cc",
3105 "views/frame/windows_10_caption_button.h", 3110 "views/frame/windows_10_caption_button.h",
3106 "views/network_profile_bubble_view.cc", 3111 "views/network_profile_bubble_view.cc",
3107 "views/settings_reset_prompt_dialog.cc", 3112 "views/settings_reset_prompt_dialog.cc",
(...skipping 489 matching lines...) Expand 10 before | Expand all | Expand 10 after
3597 "test/test_confirm_bubble_model.cc", 3602 "test/test_confirm_bubble_model.cc",
3598 "test/test_confirm_bubble_model.h", 3603 "test/test_confirm_bubble_model.h",
3599 ] 3604 ]
3600 deps += [ "//chrome/test:test_support_ui" ] 3605 deps += [ "//chrome/test:test_support_ui" ]
3601 } 3606 }
3602 3607
3603 if (enable_extensions) { 3608 if (enable_extensions) {
3604 deps += [ "//extensions/browser" ] 3609 deps += [ "//extensions/browser" ]
3605 } 3610 }
3606 } 3611 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698