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

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

Issue 2315563002: Add PermissionPromptAndroid skeleton (Closed)
Patch Set: remove unused stuff Created 4 years, 2 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 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 "translate/translate_bubble_model_impl.cc", 188 "translate/translate_bubble_model_impl.cc",
189 "translate/translate_bubble_model_impl.h", 189 "translate/translate_bubble_model_impl.h",
190 "translate/translate_bubble_view_state_transition.cc", 190 "translate/translate_bubble_view_state_transition.cc",
191 "translate/translate_bubble_view_state_transition.h", 191 "translate/translate_bubble_view_state_transition.h",
192 "uninstall_browser_prompt.h", 192 "uninstall_browser_prompt.h",
193 "validation_message_bubble.h", 193 "validation_message_bubble.h",
194 "view_ids.h", 194 "view_ids.h",
195 "views/platform_keys_certificate_selector_chromeos.cc", 195 "views/platform_keys_certificate_selector_chromeos.cc",
196 "views/platform_keys_certificate_selector_chromeos.h", 196 "views/platform_keys_certificate_selector_chromeos.h",
197 "web_contents_sizer.h", 197 "web_contents_sizer.h",
198 "website_settings/permission_prompt.h",
198 "website_settings/website_settings.cc", 199 "website_settings/website_settings.cc",
199 "website_settings/website_settings.h", 200 "website_settings/website_settings.h",
200 "website_settings/website_settings_ui.cc", 201 "website_settings/website_settings_ui.cc",
201 "website_settings/website_settings_ui.h", 202 "website_settings/website_settings_ui.h",
202 "webui/about_ui.cc", 203 "webui/about_ui.cc",
203 "webui/about_ui.h", 204 "webui/about_ui.h",
204 "webui/bluetooth_internals/bluetooth_internals_ui.cc", 205 "webui/bluetooth_internals/bluetooth_internals_ui.cc",
205 "webui/bluetooth_internals/bluetooth_internals_ui.h", 206 "webui/bluetooth_internals/bluetooth_internals_ui.h",
206 "webui/browsing_history_handler.cc", 207 "webui/browsing_history_handler.cc",
207 "webui/browsing_history_handler.h", 208 "webui/browsing_history_handler.h",
(...skipping 657 matching lines...) Expand 10 before | Expand all | Expand 10 after
865 "uma_browsing_activity_observer.cc", 866 "uma_browsing_activity_observer.cc",
866 "uma_browsing_activity_observer.h", 867 "uma_browsing_activity_observer.h",
867 "unload_controller.cc", 868 "unload_controller.cc",
868 "unload_controller.h", 869 "unload_controller.h",
869 "user_manager.cc", 870 "user_manager.cc",
870 "user_manager.h", 871 "user_manager.h",
871 "website_settings/chooser_bubble_delegate.cc", 872 "website_settings/chooser_bubble_delegate.cc",
872 "website_settings/chooser_bubble_delegate.h", 873 "website_settings/chooser_bubble_delegate.h",
873 "website_settings/permission_menu_model.cc", 874 "website_settings/permission_menu_model.cc",
874 "website_settings/permission_menu_model.h", 875 "website_settings/permission_menu_model.h",
875 "website_settings/permission_prompt.h",
876 "website_settings/website_settings_infobar_delegate.cc", 876 "website_settings/website_settings_infobar_delegate.cc",
877 "website_settings/website_settings_infobar_delegate.h", 877 "website_settings/website_settings_infobar_delegate.h",
878 "webui/app_launcher_login_handler.cc", 878 "webui/app_launcher_login_handler.cc",
879 "webui/app_launcher_login_handler.h", 879 "webui/app_launcher_login_handler.h",
880 "webui/bookmarks_ui.cc", 880 "webui/bookmarks_ui.cc",
881 "webui/bookmarks_ui.h", 881 "webui/bookmarks_ui.h",
882 "webui/chrome_web_contents_handler.cc", 882 "webui/chrome_web_contents_handler.cc",
883 "webui/chrome_web_contents_handler.h", 883 "webui/chrome_web_contents_handler.h",
884 "webui/constrained_web_dialog_delegate_base.cc", 884 "webui/constrained_web_dialog_delegate_base.cc",
885 "webui/constrained_web_dialog_delegate_base.h", 885 "webui/constrained_web_dialog_delegate_base.h",
(...skipping 2531 matching lines...) Expand 10 before | Expand all | Expand 10 after
3417 "test/test_confirm_bubble_model.cc", 3417 "test/test_confirm_bubble_model.cc",
3418 "test/test_confirm_bubble_model.h", 3418 "test/test_confirm_bubble_model.h",
3419 ] 3419 ]
3420 deps += [ "//chrome/test:test_support_ui" ] 3420 deps += [ "//chrome/test:test_support_ui" ]
3421 } 3421 }
3422 3422
3423 if (enable_extensions) { 3423 if (enable_extensions) {
3424 deps += [ "//extensions/browser" ] 3424 deps += [ "//extensions/browser" ]
3425 } 3425 }
3426 } 3426 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698