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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index ee7e192e179bb539b8daf15722d86937d47d1b4e..e6f021a8c06a2e1c78347ea4f810e1381468792f 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -2645,8 +2645,6 @@ split_static_library("ui") {
"cocoa/location_bar/bubble_decoration.mm",
"cocoa/location_bar/content_setting_decoration.h",
"cocoa/location_bar/content_setting_decoration.mm",
- "cocoa/location_bar/ev_bubble_decoration.h",
- "cocoa/location_bar/ev_bubble_decoration.mm",
"cocoa/location_bar/image_decoration.h",
"cocoa/location_bar/image_decoration.mm",
"cocoa/location_bar/keyword_hint_decoration.h",
@@ -2663,6 +2661,8 @@ split_static_library("ui") {
"cocoa/location_bar/page_action_decoration.mm",
"cocoa/location_bar/save_credit_card_decoration.h",
"cocoa/location_bar/save_credit_card_decoration.mm",
+ "cocoa/location_bar/security_state_bubble_decoration.h",
+ "cocoa/location_bar/security_state_bubble_decoration.mm",
"cocoa/location_bar/selected_keyword_decoration.h",
"cocoa/location_bar/selected_keyword_decoration.mm",
"cocoa/location_bar/star_decoration.h",
« 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