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

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

Issue 2834493007: MacViews: Allows the toolkit-views Zoom Dialog to be used (Closed)
Patch Set: MacViews: Allows the toolkit-views Zoom Dialog to be used (keep anchoring) Created 3 years, 7 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 1496 matching lines...) Expand 10 before | Expand all | Expand 10 after
1507 "views/harmony/chrome_layout_provider.cc", 1507 "views/harmony/chrome_layout_provider.cc",
1508 "views/harmony/chrome_layout_provider.h", 1508 "views/harmony/chrome_layout_provider.h",
1509 "views/harmony/chrome_typography.cc", 1509 "views/harmony/chrome_typography.cc",
1510 "views/harmony/chrome_typography.h", 1510 "views/harmony/chrome_typography.h",
1511 "views/harmony/harmony_layout_provider.cc", 1511 "views/harmony/harmony_layout_provider.cc",
1512 "views/harmony/harmony_layout_provider.h", 1512 "views/harmony/harmony_layout_provider.h",
1513 "views/harmony/harmony_typography_provider.cc", 1513 "views/harmony/harmony_typography_provider.cc",
1514 "views/harmony/harmony_typography_provider.h", 1514 "views/harmony/harmony_typography_provider.h",
1515 "views/location_bar/location_bar_bubble_delegate_view.cc", 1515 "views/location_bar/location_bar_bubble_delegate_view.cc",
1516 "views/location_bar/location_bar_bubble_delegate_view.h", 1516 "views/location_bar/location_bar_bubble_delegate_view.h",
1517 "views/location_bar/zoom_bubble_view.cc",
1518 "views/location_bar/zoom_bubble_view.h",
1517 "views/login_handler_views.cc", 1519 "views/login_handler_views.cc",
1518 "views/login_view.cc", 1520 "views/login_view.cc",
1519 "views/login_view.h", 1521 "views/login_view.h",
1520 "views/new_back_shortcut_bubble.cc", 1522 "views/new_back_shortcut_bubble.cc",
1521 "views/new_back_shortcut_bubble.h", 1523 "views/new_back_shortcut_bubble.h",
1522 "views/page_info/chosen_object_row.cc", 1524 "views/page_info/chosen_object_row.cc",
1523 "views/page_info/chosen_object_row.h", 1525 "views/page_info/chosen_object_row.h",
1524 "views/page_info/chosen_object_row_observer.h", 1526 "views/page_info/chosen_object_row_observer.h",
1525 "views/page_info/non_accessible_image_view.cc", 1527 "views/page_info/non_accessible_image_view.cc",
1526 "views/page_info/non_accessible_image_view.h", 1528 "views/page_info/non_accessible_image_view.h",
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
1817 "views/location_bar/location_bar_layout.cc", 1819 "views/location_bar/location_bar_layout.cc",
1818 "views/location_bar/location_bar_layout.h", 1820 "views/location_bar/location_bar_layout.h",
1819 "views/location_bar/location_bar_view.cc", 1821 "views/location_bar/location_bar_view.cc",
1820 "views/location_bar/location_bar_view.h", 1822 "views/location_bar/location_bar_view.h",
1821 "views/location_bar/location_icon_view.cc", 1823 "views/location_bar/location_icon_view.cc",
1822 "views/location_bar/location_icon_view.h", 1824 "views/location_bar/location_icon_view.h",
1823 "views/location_bar/selected_keyword_view.cc", 1825 "views/location_bar/selected_keyword_view.cc",
1824 "views/location_bar/selected_keyword_view.h", 1826 "views/location_bar/selected_keyword_view.h",
1825 "views/location_bar/star_view.cc", 1827 "views/location_bar/star_view.cc",
1826 "views/location_bar/star_view.h", 1828 "views/location_bar/star_view.h",
1827 "views/location_bar/zoom_bubble_view.cc",
1828 "views/location_bar/zoom_bubble_view.h",
1829 "views/location_bar/zoom_view.cc", 1829 "views/location_bar/zoom_view.cc",
1830 "views/location_bar/zoom_view.h", 1830 "views/location_bar/zoom_view.h",
1831 "views/omnibox/omnibox_popup_contents_view.cc", 1831 "views/omnibox/omnibox_popup_contents_view.cc",
1832 "views/omnibox/omnibox_popup_contents_view.h", 1832 "views/omnibox/omnibox_popup_contents_view.h",
1833 "views/omnibox/omnibox_result_view.cc", 1833 "views/omnibox/omnibox_result_view.cc",
1834 "views/omnibox/omnibox_result_view.h", 1834 "views/omnibox/omnibox_result_view.h",
1835 "views/omnibox/omnibox_view_views.cc", 1835 "views/omnibox/omnibox_view_views.cc",
1836 "views/omnibox/omnibox_view_views.h", 1836 "views/omnibox/omnibox_view_views.h",
1837 "views/outdated_upgrade_bubble_view.cc", 1837 "views/outdated_upgrade_bubble_view.cc",
1838 "views/outdated_upgrade_bubble_view.h", 1838 "views/outdated_upgrade_bubble_view.h",
(...skipping 1734 matching lines...) Expand 10 before | Expand all | Expand 10 after
3573 "test/test_confirm_bubble_model.cc", 3573 "test/test_confirm_bubble_model.cc",
3574 "test/test_confirm_bubble_model.h", 3574 "test/test_confirm_bubble_model.h",
3575 ] 3575 ]
3576 deps += [ "//chrome/test:test_support_ui" ] 3576 deps += [ "//chrome/test:test_support_ui" ]
3577 } 3577 }
3578 3578
3579 if (enable_extensions) { 3579 if (enable_extensions) {
3580 deps += [ "//extensions/browser" ] 3580 deps += [ "//extensions/browser" ]
3581 } 3581 }
3582 } 3582 }
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