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

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

Issue 2795133002: Chrome Cleaner UI: Add a dialog class for the new UI (Closed)
Patch Set: Rebase Created 3 years, 8 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
« no previous file with comments | « no previous file | chrome/browser/ui/browser_dialogs.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3063 matching lines...) Expand 10 before | Expand all | Expand 10 after
3074 "views/frame/browser_desktop_window_tree_host_win.cc", 3074 "views/frame/browser_desktop_window_tree_host_win.cc",
3075 "views/frame/browser_desktop_window_tree_host_win.h", 3075 "views/frame/browser_desktop_window_tree_host_win.h",
3076 "views/frame/glass_browser_frame_view.cc", 3076 "views/frame/glass_browser_frame_view.cc",
3077 "views/frame/glass_browser_frame_view.h", 3077 "views/frame/glass_browser_frame_view.h",
3078 "views/frame/native_browser_frame_factory_aurawin.cc", 3078 "views/frame/native_browser_frame_factory_aurawin.cc",
3079 "views/frame/windows_10_caption_button.cc", 3079 "views/frame/windows_10_caption_button.cc",
3080 "views/frame/windows_10_caption_button.h", 3080 "views/frame/windows_10_caption_button.h",
3081 "views/network_profile_bubble_view.cc", 3081 "views/network_profile_bubble_view.cc",
3082 "views/settings_reset_prompt_dialog.cc", 3082 "views/settings_reset_prompt_dialog.cc",
3083 "views/settings_reset_prompt_dialog.h", 3083 "views/settings_reset_prompt_dialog.h",
3084 "views/srt_prompt_dialog.cc",
3085 "views/srt_prompt_dialog.h",
3084 "views/uninstall_view.cc", 3086 "views/uninstall_view.cc",
3085 "views/uninstall_view.h", 3087 "views/uninstall_view.h",
3086 "webui/cleanup_tool/cleanup_action_handler.cc", 3088 "webui/cleanup_tool/cleanup_action_handler.cc",
3087 "webui/cleanup_tool/cleanup_action_handler.h", 3089 "webui/cleanup_tool/cleanup_action_handler.h",
3088 "webui/cleanup_tool/cleanup_tool_ui.cc", 3090 "webui/cleanup_tool/cleanup_tool_ui.cc",
3089 "webui/cleanup_tool/cleanup_tool_ui.h", 3091 "webui/cleanup_tool/cleanup_tool_ui.h",
3090 "webui/conflicts_ui.cc", 3092 "webui/conflicts_ui.cc",
3091 "webui/conflicts_ui.h", 3093 "webui/conflicts_ui.h",
3092 "webui/welcome_win10_handler.cc", 3094 "webui/welcome_win10_handler.cc",
3093 "webui/welcome_win10_handler.h", 3095 "webui/welcome_win10_handler.h",
(...skipping 476 matching lines...) Expand 10 before | Expand all | Expand 10 after
3570 "test/test_confirm_bubble_model.cc", 3572 "test/test_confirm_bubble_model.cc",
3571 "test/test_confirm_bubble_model.h", 3573 "test/test_confirm_bubble_model.h",
3572 ] 3574 ]
3573 deps += [ "//chrome/test:test_support_ui" ] 3575 deps += [ "//chrome/test:test_support_ui" ]
3574 } 3576 }
3575 3577
3576 if (enable_extensions) { 3578 if (enable_extensions) {
3577 deps += [ "//extensions/browser" ] 3579 deps += [ "//extensions/browser" ]
3578 } 3580 }
3579 } 3581 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/browser_dialogs.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698