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

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

Issue 2731113002: Adjust elision of omnibox keyword search label. (Closed)
Patch Set: move helper to mac only code Created 3 years, 9 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/cocoa/location_bar/selected_keyword_decoration.mm » ('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 741 matching lines...) Expand 10 before | Expand all | Expand 10 after
752 "infobar_container_delegate.h", 752 "infobar_container_delegate.h",
753 "javascript_dialogs/javascript_dialog.h", 753 "javascript_dialogs/javascript_dialog.h",
754 "javascript_dialogs/javascript_dialog_tab_helper.cc", 754 "javascript_dialogs/javascript_dialog_tab_helper.cc",
755 "javascript_dialogs/javascript_dialog_tab_helper.h", 755 "javascript_dialogs/javascript_dialog_tab_helper.h",
756 "javascript_dialogs/javascript_dialog_views.cc", 756 "javascript_dialogs/javascript_dialog_views.cc",
757 "javascript_dialogs/javascript_dialog_views.h", 757 "javascript_dialogs/javascript_dialog_views.h",
758 "layout_constants.cc", 758 "layout_constants.cc",
759 "layout_constants.h", 759 "layout_constants.h",
760 "location_bar/location_bar.cc", 760 "location_bar/location_bar.cc",
761 "location_bar/location_bar.h", 761 "location_bar/location_bar.h",
762 "location_bar/location_bar_util.cc",
763 "location_bar/location_bar_util.h",
764 "native_window_tracker.h", 762 "native_window_tracker.h",
765 "omnibox/alternate_nav_infobar_delegate.cc", 763 "omnibox/alternate_nav_infobar_delegate.cc",
766 "omnibox/alternate_nav_infobar_delegate.h", 764 "omnibox/alternate_nav_infobar_delegate.h",
767 "omnibox/chrome_omnibox_client.cc", 765 "omnibox/chrome_omnibox_client.cc",
768 "omnibox/chrome_omnibox_client.h", 766 "omnibox/chrome_omnibox_client.h",
769 "omnibox/chrome_omnibox_edit_controller.cc", 767 "omnibox/chrome_omnibox_edit_controller.cc",
770 "omnibox/chrome_omnibox_edit_controller.h", 768 "omnibox/chrome_omnibox_edit_controller.h",
771 "omnibox/chrome_omnibox_navigation_observer.cc", 769 "omnibox/chrome_omnibox_navigation_observer.cc",
772 "omnibox/chrome_omnibox_navigation_observer.h", 770 "omnibox/chrome_omnibox_navigation_observer.h",
773 "omnibox/clipboard_utils.cc", 771 "omnibox/clipboard_utils.cc",
(...skipping 2756 matching lines...) Expand 10 before | Expand all | Expand 10 after
3530 "test/test_confirm_bubble_model.cc", 3528 "test/test_confirm_bubble_model.cc",
3531 "test/test_confirm_bubble_model.h", 3529 "test/test_confirm_bubble_model.h",
3532 ] 3530 ]
3533 deps += [ "//chrome/test:test_support_ui" ] 3531 deps += [ "//chrome/test:test_support_ui" ]
3534 } 3532 }
3535 3533
3536 if (enable_extensions) { 3534 if (enable_extensions) {
3537 deps += [ "//extensions/browser" ] 3535 deps += [ "//extensions/browser" ]
3538 } 3536 }
3539 } 3537 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/location_bar/selected_keyword_decoration.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698