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

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

Issue 2803293002: Create Bookmark Footnote desktop iOS promotion (Closed)
Patch Set: Add footnote promotion 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 1633 matching lines...) Expand 10 before | Expand all | Expand 10 after
3088 "network_profile_bubble.cc", 3089 "network_profile_bubble.cc",
3089 "network_profile_bubble.h", 3090 "network_profile_bubble.h",
3090 "views/chrome_cleaner_dialog_win.cc", 3091 "views/chrome_cleaner_dialog_win.cc",
3091 "views/chrome_cleaner_dialog_win.h", 3092 "views/chrome_cleaner_dialog_win.h",
3092 "views/color_chooser_dialog.cc", 3093 "views/color_chooser_dialog.cc",
3093 "views/color_chooser_dialog.h", 3094 "views/color_chooser_dialog.h",
3094 "views/critical_notification_bubble_view.cc", 3095 "views/critical_notification_bubble_view.cc",
3095 "views/critical_notification_bubble_view.h", 3096 "views/critical_notification_bubble_view.h",
3096 "views/desktop_ios_promotion/desktop_ios_promotion_bubble_view.cc", 3097 "views/desktop_ios_promotion/desktop_ios_promotion_bubble_view.cc",
3097 "views/desktop_ios_promotion/desktop_ios_promotion_bubble_view.h", 3098 "views/desktop_ios_promotion/desktop_ios_promotion_bubble_view.h",
3099 "views/desktop_ios_promotion/desktop_ios_promotion_footnote_view.cc",
3100 "views/desktop_ios_promotion/desktop_ios_promotion_footnote_view.h",
3098 "views/frame/browser_desktop_window_tree_host.h", 3101 "views/frame/browser_desktop_window_tree_host.h",
3099 "views/frame/browser_desktop_window_tree_host_win.cc", 3102 "views/frame/browser_desktop_window_tree_host_win.cc",
3100 "views/frame/browser_desktop_window_tree_host_win.h", 3103 "views/frame/browser_desktop_window_tree_host_win.h",
3101 "views/frame/glass_browser_frame_view.cc", 3104 "views/frame/glass_browser_frame_view.cc",
3102 "views/frame/glass_browser_frame_view.h", 3105 "views/frame/glass_browser_frame_view.h",
3103 "views/frame/native_browser_frame_factory_aurawin.cc", 3106 "views/frame/native_browser_frame_factory_aurawin.cc",
3104 "views/frame/windows_10_caption_button.cc", 3107 "views/frame/windows_10_caption_button.cc",
3105 "views/frame/windows_10_caption_button.h", 3108 "views/frame/windows_10_caption_button.h",
3106 "views/network_profile_bubble_view.cc", 3109 "views/network_profile_bubble_view.cc",
3107 "views/settings_reset_prompt_dialog.cc", 3110 "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", 3600 "test/test_confirm_bubble_model.cc",
3598 "test/test_confirm_bubble_model.h", 3601 "test/test_confirm_bubble_model.h",
3599 ] 3602 ]
3600 deps += [ "//chrome/test:test_support_ui" ] 3603 deps += [ "//chrome/test:test_support_ui" ]
3601 } 3604 }
3602 3605
3603 if (enable_extensions) { 3606 if (enable_extensions) {
3604 deps += [ "//extensions/browser" ] 3607 deps += [ "//extensions/browser" ]
3605 } 3608 }
3606 } 3609 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698