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

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

Issue 2485083003: views: add layout delegates (Closed)
Patch Set: first round of fixes :) 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 1464 matching lines...) Expand 10 before | Expand all | Expand 10 after
1475 "views/exclusive_access_bubble_views_context.h", 1475 "views/exclusive_access_bubble_views_context.h",
1476 "views/extensions/chooser_dialog_view.cc", 1476 "views/extensions/chooser_dialog_view.cc",
1477 "views/extensions/chooser_dialog_view.h", 1477 "views/extensions/chooser_dialog_view.h",
1478 "views/extensions/device_permissions_dialog_view.cc", 1478 "views/extensions/device_permissions_dialog_view.cc",
1479 "views/extensions/device_permissions_dialog_view.h", 1479 "views/extensions/device_permissions_dialog_view.h",
1480 "views/extensions/extension_install_dialog_view.cc", 1480 "views/extensions/extension_install_dialog_view.cc",
1481 "views/extensions/extension_keybinding_registry_views.cc", 1481 "views/extensions/extension_keybinding_registry_views.cc",
1482 "views/extensions/extension_keybinding_registry_views.h", 1482 "views/extensions/extension_keybinding_registry_views.h",
1483 "views/frame/native_widget_mac_frameless_nswindow.h", 1483 "views/frame/native_widget_mac_frameless_nswindow.h",
1484 "views/frame/native_widget_mac_frameless_nswindow.mm", 1484 "views/frame/native_widget_mac_frameless_nswindow.mm",
1485 "views/harmony/harmony_layout_delegate.cc",
1486 "views/harmony/harmony_layout_delegate.h",
1487 "views/harmony/layout_delegate.cc",
1488 "views/harmony/layout_delegate.h",
1489 "views/layout_utils.cc",
1490 "views/layout_utils.h",
1485 "views/location_bar/location_bar_bubble_delegate_view.cc", 1491 "views/location_bar/location_bar_bubble_delegate_view.cc",
1486 "views/location_bar/location_bar_bubble_delegate_view.h", 1492 "views/location_bar/location_bar_bubble_delegate_view.h",
1487 "views/login_handler_views.cc", 1493 "views/login_handler_views.cc",
1488 "views/login_view.cc", 1494 "views/login_view.cc",
1489 "views/login_view.h", 1495 "views/login_view.h",
1490 "views/new_back_shortcut_bubble.cc", 1496 "views/new_back_shortcut_bubble.cc",
1491 "views/new_back_shortcut_bubble.h", 1497 "views/new_back_shortcut_bubble.h",
1492 "views/subtle_notification_view.cc", 1498 "views/subtle_notification_view.cc",
1493 "views/subtle_notification_view.h", 1499 "views/subtle_notification_view.h",
1494 "views/sync/bubble_sync_promo_view.cc", 1500 "views/sync/bubble_sync_promo_view.cc",
(...skipping 1970 matching lines...) Expand 10 before | Expand all | Expand 10 after
3465 "test/test_confirm_bubble_model.cc", 3471 "test/test_confirm_bubble_model.cc",
3466 "test/test_confirm_bubble_model.h", 3472 "test/test_confirm_bubble_model.h",
3467 ] 3473 ]
3468 deps += [ "//chrome/test:test_support_ui" ] 3474 deps += [ "//chrome/test:test_support_ui" ]
3469 } 3475 }
3470 3476
3471 if (enable_extensions) { 3477 if (enable_extensions) {
3472 deps += [ "//extensions/browser" ] 3478 deps += [ "//extensions/browser" ]
3473 } 3479 }
3474 } 3480 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698