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

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

Issue 2672463003: Remove dead code since PDFWebContentsHelper::ShowOpenInReaderPrompt isn't called anymore. (Closed)
Patch Set: Created 3 years, 10 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 1737 matching lines...) Expand 10 before | Expand all | Expand 10 after
1748 "views/location_bar/keyword_hint_view.cc", 1748 "views/location_bar/keyword_hint_view.cc",
1749 "views/location_bar/keyword_hint_view.h", 1749 "views/location_bar/keyword_hint_view.h",
1750 "views/location_bar/location_bar_decoration_view.cc", 1750 "views/location_bar/location_bar_decoration_view.cc",
1751 "views/location_bar/location_bar_decoration_view.h", 1751 "views/location_bar/location_bar_decoration_view.h",
1752 "views/location_bar/location_bar_layout.cc", 1752 "views/location_bar/location_bar_layout.cc",
1753 "views/location_bar/location_bar_layout.h", 1753 "views/location_bar/location_bar_layout.h",
1754 "views/location_bar/location_bar_view.cc", 1754 "views/location_bar/location_bar_view.cc",
1755 "views/location_bar/location_bar_view.h", 1755 "views/location_bar/location_bar_view.h",
1756 "views/location_bar/location_icon_view.cc", 1756 "views/location_bar/location_icon_view.cc",
1757 "views/location_bar/location_icon_view.h", 1757 "views/location_bar/location_icon_view.h",
1758 "views/location_bar/open_pdf_in_reader_view.cc",
1759 "views/location_bar/open_pdf_in_reader_view.h",
1760 "views/location_bar/page_action_image_view.cc", 1758 "views/location_bar/page_action_image_view.cc",
1761 "views/location_bar/page_action_image_view.h", 1759 "views/location_bar/page_action_image_view.h",
1762 "views/location_bar/page_action_with_badge_view.cc", 1760 "views/location_bar/page_action_with_badge_view.cc",
1763 "views/location_bar/page_action_with_badge_view.h", 1761 "views/location_bar/page_action_with_badge_view.h",
1764 "views/location_bar/selected_keyword_view.cc", 1762 "views/location_bar/selected_keyword_view.cc",
1765 "views/location_bar/selected_keyword_view.h", 1763 "views/location_bar/selected_keyword_view.h",
1766 "views/location_bar/star_view.cc", 1764 "views/location_bar/star_view.cc",
1767 "views/location_bar/star_view.h", 1765 "views/location_bar/star_view.h",
1768 "views/location_bar/zoom_bubble_view.cc", 1766 "views/location_bar/zoom_bubble_view.cc",
1769 "views/location_bar/zoom_bubble_view.h", 1767 "views/location_bar/zoom_bubble_view.h",
1770 "views/location_bar/zoom_view.cc", 1768 "views/location_bar/zoom_view.cc",
1771 "views/location_bar/zoom_view.h", 1769 "views/location_bar/zoom_view.h",
1772 "views/omnibox/omnibox_popup_contents_view.cc", 1770 "views/omnibox/omnibox_popup_contents_view.cc",
1773 "views/omnibox/omnibox_popup_contents_view.h", 1771 "views/omnibox/omnibox_popup_contents_view.h",
1774 "views/omnibox/omnibox_result_view.cc", 1772 "views/omnibox/omnibox_result_view.cc",
1775 "views/omnibox/omnibox_result_view.h", 1773 "views/omnibox/omnibox_result_view.h",
1776 "views/omnibox/omnibox_view_views.cc", 1774 "views/omnibox/omnibox_view_views.cc",
1777 "views/omnibox/omnibox_view_views.h", 1775 "views/omnibox/omnibox_view_views.h",
1778 "views/open_pdf_in_reader_bubble_view.cc",
1779 "views/open_pdf_in_reader_bubble_view.h",
1780 "views/outdated_upgrade_bubble_view.cc", 1776 "views/outdated_upgrade_bubble_view.cc",
1781 "views/outdated_upgrade_bubble_view.h", 1777 "views/outdated_upgrade_bubble_view.h",
1782 "views/passwords/account_chooser_dialog_view.cc", 1778 "views/passwords/account_chooser_dialog_view.cc",
1783 "views/passwords/account_chooser_dialog_view.h", 1779 "views/passwords/account_chooser_dialog_view.h",
1784 "views/passwords/auto_signin_first_run_dialog_view.cc", 1780 "views/passwords/auto_signin_first_run_dialog_view.cc",
1785 "views/passwords/auto_signin_first_run_dialog_view.h", 1781 "views/passwords/auto_signin_first_run_dialog_view.h",
1786 "views/passwords/credentials_item_view.cc", 1782 "views/passwords/credentials_item_view.cc",
1787 "views/passwords/credentials_item_view.h", 1783 "views/passwords/credentials_item_view.h",
1788 "views/passwords/credentials_selection_view.cc", 1784 "views/passwords/credentials_selection_view.cc",
1789 "views/passwords/credentials_selection_view.h", 1785 "views/passwords/credentials_selection_view.h",
(...skipping 1713 matching lines...) Expand 10 before | Expand all | Expand 10 after
3503 "test/test_confirm_bubble_model.cc", 3499 "test/test_confirm_bubble_model.cc",
3504 "test/test_confirm_bubble_model.h", 3500 "test/test_confirm_bubble_model.h",
3505 ] 3501 ]
3506 deps += [ "//chrome/test:test_support_ui" ] 3502 deps += [ "//chrome/test:test_support_ui" ]
3507 } 3503 }
3508 3504
3509 if (enable_extensions) { 3505 if (enable_extensions) {
3510 deps += [ "//extensions/browser" ] 3506 deps += [ "//extensions/browser" ]
3511 } 3507 }
3512 } 3508 }
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698