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

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

Issue 2518493002: Remove obsolete plugin state handling code. (Closed)
Patch Set: Removed unusued function. Created 4 years, 1 month 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 756 matching lines...) Expand 10 before | Expand all | Expand 10 after
767 "passwords/password_dialog_controller_impl.h", 767 "passwords/password_dialog_controller_impl.h",
768 "passwords/password_dialog_prompts.h", 768 "passwords/password_dialog_prompts.h",
769 "passwords/passwords_client_ui_delegate.cc", 769 "passwords/passwords_client_ui_delegate.cc",
770 "passwords/passwords_client_ui_delegate.h", 770 "passwords/passwords_client_ui_delegate.h",
771 "passwords/passwords_model_delegate.cc", 771 "passwords/passwords_model_delegate.cc",
772 "passwords/passwords_model_delegate.h", 772 "passwords/passwords_model_delegate.h",
773 "pdf/adobe_reader_info_win.cc", 773 "pdf/adobe_reader_info_win.cc",
774 "pdf/adobe_reader_info_win.h", 774 "pdf/adobe_reader_info_win.h",
775 "pdf/chrome_pdf_web_contents_helper_client.cc", 775 "pdf/chrome_pdf_web_contents_helper_client.cc",
776 "pdf/chrome_pdf_web_contents_helper_client.h", 776 "pdf/chrome_pdf_web_contents_helper_client.h",
777 "pdf/pdf_unsupported_feature.cc",
778 "pdf/pdf_unsupported_feature.h",
779 "sad_tab.cc", 777 "sad_tab.cc",
780 "sad_tab.h", 778 "sad_tab.h",
781 "sad_tab_helper.cc", 779 "sad_tab_helper.cc",
782 "sad_tab_helper.h", 780 "sad_tab_helper.h",
783 "sad_tab_types.h", 781 "sad_tab_types.h",
784 "scoped_tabbed_browser_displayer.cc", 782 "scoped_tabbed_browser_displayer.cc",
785 "scoped_tabbed_browser_displayer.h", 783 "scoped_tabbed_browser_displayer.h",
786 "search/instant_controller.cc", 784 "search/instant_controller.cc",
787 "search/instant_controller.h", 785 "search/instant_controller.h",
788 "search/search_delegate.cc", 786 "search/search_delegate.cc",
(...skipping 2694 matching lines...) Expand 10 before | Expand all | Expand 10 after
3483 "test/test_confirm_bubble_model.cc", 3481 "test/test_confirm_bubble_model.cc",
3484 "test/test_confirm_bubble_model.h", 3482 "test/test_confirm_bubble_model.h",
3485 ] 3483 ]
3486 deps += [ "//chrome/test:test_support_ui" ] 3484 deps += [ "//chrome/test:test_support_ui" ]
3487 } 3485 }
3488 3486
3489 if (enable_extensions) { 3487 if (enable_extensions) {
3490 deps += [ "//extensions/browser" ] 3488 deps += [ "//extensions/browser" ]
3491 } 3489 }
3492 } 3490 }
OLDNEW
« no previous file with comments | « chrome/browser/printing/print_preview_dialog_controller_browsertest.cc ('k') | chrome/browser/ui/pdf/adobe_reader_info_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698