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

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

Issue 2119033002: [Material][Mac] Implement Omnibox Verbose State Chips (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit Created 4 years, 3 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/autocomplete_text_field_cell_unittest.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/crypto.gni") 5 import("//build/config/crypto.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/split_static_library.gni") 8 import("//build/split_static_library.gni")
9 import("//chrome/common/features.gni") 9 import("//chrome/common/features.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 2627 matching lines...) Expand 10 before | Expand all | Expand 10 after
2638 "cocoa/location_bar/autocomplete_text_field.h", 2638 "cocoa/location_bar/autocomplete_text_field.h",
2639 "cocoa/location_bar/autocomplete_text_field.mm", 2639 "cocoa/location_bar/autocomplete_text_field.mm",
2640 "cocoa/location_bar/autocomplete_text_field_cell.h", 2640 "cocoa/location_bar/autocomplete_text_field_cell.h",
2641 "cocoa/location_bar/autocomplete_text_field_cell.mm", 2641 "cocoa/location_bar/autocomplete_text_field_cell.mm",
2642 "cocoa/location_bar/autocomplete_text_field_editor.h", 2642 "cocoa/location_bar/autocomplete_text_field_editor.h",
2643 "cocoa/location_bar/autocomplete_text_field_editor.mm", 2643 "cocoa/location_bar/autocomplete_text_field_editor.mm",
2644 "cocoa/location_bar/bubble_decoration.h", 2644 "cocoa/location_bar/bubble_decoration.h",
2645 "cocoa/location_bar/bubble_decoration.mm", 2645 "cocoa/location_bar/bubble_decoration.mm",
2646 "cocoa/location_bar/content_setting_decoration.h", 2646 "cocoa/location_bar/content_setting_decoration.h",
2647 "cocoa/location_bar/content_setting_decoration.mm", 2647 "cocoa/location_bar/content_setting_decoration.mm",
2648 "cocoa/location_bar/ev_bubble_decoration.h",
2649 "cocoa/location_bar/ev_bubble_decoration.mm",
2650 "cocoa/location_bar/image_decoration.h", 2648 "cocoa/location_bar/image_decoration.h",
2651 "cocoa/location_bar/image_decoration.mm", 2649 "cocoa/location_bar/image_decoration.mm",
2652 "cocoa/location_bar/keyword_hint_decoration.h", 2650 "cocoa/location_bar/keyword_hint_decoration.h",
2653 "cocoa/location_bar/keyword_hint_decoration.mm", 2651 "cocoa/location_bar/keyword_hint_decoration.mm",
2654 "cocoa/location_bar/location_bar_decoration.h", 2652 "cocoa/location_bar/location_bar_decoration.h",
2655 "cocoa/location_bar/location_bar_decoration.mm", 2653 "cocoa/location_bar/location_bar_decoration.mm",
2656 "cocoa/location_bar/location_bar_view_mac.h", 2654 "cocoa/location_bar/location_bar_view_mac.h",
2657 "cocoa/location_bar/location_bar_view_mac.mm", 2655 "cocoa/location_bar/location_bar_view_mac.mm",
2658 "cocoa/location_bar/location_icon_decoration.h", 2656 "cocoa/location_bar/location_icon_decoration.h",
2659 "cocoa/location_bar/location_icon_decoration.mm", 2657 "cocoa/location_bar/location_icon_decoration.mm",
2660 "cocoa/location_bar/manage_passwords_decoration.h", 2658 "cocoa/location_bar/manage_passwords_decoration.h",
2661 "cocoa/location_bar/manage_passwords_decoration.mm", 2659 "cocoa/location_bar/manage_passwords_decoration.mm",
2662 "cocoa/location_bar/page_action_decoration.h", 2660 "cocoa/location_bar/page_action_decoration.h",
2663 "cocoa/location_bar/page_action_decoration.mm", 2661 "cocoa/location_bar/page_action_decoration.mm",
2664 "cocoa/location_bar/save_credit_card_decoration.h", 2662 "cocoa/location_bar/save_credit_card_decoration.h",
2665 "cocoa/location_bar/save_credit_card_decoration.mm", 2663 "cocoa/location_bar/save_credit_card_decoration.mm",
2664 "cocoa/location_bar/security_state_bubble_decoration.h",
2665 "cocoa/location_bar/security_state_bubble_decoration.mm",
2666 "cocoa/location_bar/selected_keyword_decoration.h", 2666 "cocoa/location_bar/selected_keyword_decoration.h",
2667 "cocoa/location_bar/selected_keyword_decoration.mm", 2667 "cocoa/location_bar/selected_keyword_decoration.mm",
2668 "cocoa/location_bar/star_decoration.h", 2668 "cocoa/location_bar/star_decoration.h",
2669 "cocoa/location_bar/star_decoration.mm", 2669 "cocoa/location_bar/star_decoration.mm",
2670 "cocoa/location_bar/translate_decoration.h", 2670 "cocoa/location_bar/translate_decoration.h",
2671 "cocoa/location_bar/translate_decoration.mm", 2671 "cocoa/location_bar/translate_decoration.mm",
2672 "cocoa/location_bar/zoom_decoration.h", 2672 "cocoa/location_bar/zoom_decoration.h",
2673 "cocoa/location_bar/zoom_decoration.mm", 2673 "cocoa/location_bar/zoom_decoration.mm",
2674 "cocoa/login_handler_cocoa.h", 2674 "cocoa/login_handler_cocoa.h",
2675 "cocoa/login_handler_cocoa.mm", 2675 "cocoa/login_handler_cocoa.mm",
(...skipping 702 matching lines...) Expand 10 before | Expand all | Expand 10 after
3378 "passwords/passwords_model_delegate_mock.cc", 3378 "passwords/passwords_model_delegate_mock.cc",
3379 "passwords/passwords_model_delegate_mock.h", 3379 "passwords/passwords_model_delegate_mock.h",
3380 ] 3380 ]
3381 deps += [ "//chrome/test:test_support_ui" ] 3381 deps += [ "//chrome/test:test_support_ui" ]
3382 } 3382 }
3383 3383
3384 if (enable_extensions) { 3384 if (enable_extensions) {
3385 deps += [ "//extensions/browser" ] 3385 deps += [ "//extensions/browser" ]
3386 } 3386 }
3387 } 3387 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_cell_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698