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

Unified Diff: chrome/chrome_browser_ui.gypi

Issue 12042002: Alternate NTP: Add search token to omnibox (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update separator color Created 7 years, 11 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
Index: chrome/chrome_browser_ui.gypi
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
index b8eb918d1cdb68bb0fd77eadc6444cdd1cd1a9ef..84c8a9f3c33d5492b38fcd77bd1141eb457e8fe2 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -643,8 +643,11 @@
'browser/ui/cocoa/location_bar/page_action_decoration.mm',
'browser/ui/cocoa/location_bar/plus_decoration.h',
'browser/ui/cocoa/location_bar/plus_decoration.mm',
- 'browser/ui/cocoa/location_bar/selected_keyword_decoration.h',
Scott Hess - ex-Googler 2013/01/29 23:28:37 Did this lose a line inadvertantly?
sail 2013/01/30 01:40:56 Done. Oops, fixed. Good catch.
+ 'browser/ui/cocoa/location_bar/search_token_decoration.h',
+ 'browser/ui/cocoa/location_bar/search_token_decoration.mm',
'browser/ui/cocoa/location_bar/selected_keyword_decoration.mm',
+ 'browser/ui/cocoa/location_bar/separator_decoration.h',
+ 'browser/ui/cocoa/location_bar/separator_decoration.mm',
'browser/ui/cocoa/location_bar/star_decoration.h',
'browser/ui/cocoa/location_bar/star_decoration.mm',
'browser/ui/cocoa/location_bar/web_intents_button_decoration.h',

Powered by Google App Engine
This is Rietveld 408576698