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

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

Issue 2441133002: mash: Introduce ShowWebDialogWithContainer for webui dialogs (Closed)
Patch Set: review comments 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 1367 matching lines...) Expand 10 before | Expand all | Expand 10 after
1378 "ash/session_util.cc", 1378 "ash/session_util.cc",
1379 "ash/session_util.h", 1379 "ash/session_util.h",
1380 "ash/system_tray_delegate_chromeos.cc", 1380 "ash/system_tray_delegate_chromeos.cc",
1381 "ash/system_tray_delegate_chromeos.h", 1381 "ash/system_tray_delegate_chromeos.h",
1382 "ash/system_tray_delegate_utils.cc", 1382 "ash/system_tray_delegate_utils.cc",
1383 "ash/system_tray_delegate_utils.h", 1383 "ash/system_tray_delegate_utils.h",
1384 "ash/volume_controller_chromeos.cc", 1384 "ash/volume_controller_chromeos.cc",
1385 "ash/volume_controller_chromeos.h", 1385 "ash/volume_controller_chromeos.h",
1386 "ash/vpn_delegate_chromeos.cc", 1386 "ash/vpn_delegate_chromeos.cc",
1387 "ash/vpn_delegate_chromeos.h", 1387 "ash/vpn_delegate_chromeos.h",
1388 "ash/web_dialog_util.cc",
1389 "ash/web_dialog_util.h",
1388 "views/ash/chrome_browser_main_extra_parts_ash.cc", 1390 "views/ash/chrome_browser_main_extra_parts_ash.cc",
1389 "views/ash/chrome_browser_main_extra_parts_ash.h", 1391 "views/ash/chrome_browser_main_extra_parts_ash.h",
1390 "views/ash/tab_scrubber.cc", 1392 "views/ash/tab_scrubber.cc",
1391 "views/ash/tab_scrubber.h", 1393 "views/ash/tab_scrubber.h",
1392 "views/touch_uma/touch_uma_ash.cc", 1394 "views/touch_uma/touch_uma_ash.cc",
1393 "window_sizer/window_sizer_ash.cc", 1395 "window_sizer/window_sizer_ash.cc",
1394 ] 1396 ]
1395 deps += [ 1397 deps += [
1396 "//ash", 1398 "//ash",
1397 "//ash:ash_with_content", 1399 "//ash:ash_with_content",
(...skipping 2018 matching lines...) Expand 10 before | Expand all | Expand 10 after
3416 "test/test_confirm_bubble_model.cc", 3418 "test/test_confirm_bubble_model.cc",
3417 "test/test_confirm_bubble_model.h", 3419 "test/test_confirm_bubble_model.h",
3418 ] 3420 ]
3419 deps += [ "//chrome/test:test_support_ui" ] 3421 deps += [ "//chrome/test:test_support_ui" ]
3420 } 3422 }
3421 3423
3422 if (enable_extensions) { 3424 if (enable_extensions) {
3423 deps += [ "//extensions/browser" ] 3425 deps += [ "//extensions/browser" ]
3424 } 3426 }
3425 } 3427 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/set_time_dialog.cc ('k') | chrome/browser/ui/ash/system_tray_delegate_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698