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

Unified Diff: chrome/chrome_browser_ui.gypi

Issue 11418229: alternate ntp: implement right-aligned search token (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: impl new design to handle separator in layout system 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 343ce2d6da9663d524f1fc20b0be803a25ba363d..4dae0a9701de1f5938eb6321b2b13b6bd56c764c 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -1,4 +1,4 @@
-# Copyright 2012 The Chromium Authors. All rights reserved.
+# Copyright 2013 The Chromium Authors. All rights reserved.
beaudoin 2013/01/09 20:36:52 I think the new policy said we should not change t
kuan 2013/01/11 21:21:20 Done.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -1578,6 +1578,8 @@
'browser/ui/views/location_bar/location_bar_decoration_view.h',
'browser/ui/views/location_bar/location_bar_layout.cc',
'browser/ui/views/location_bar/location_bar_layout.h',
+ 'browser/ui/views/location_bar/location_bar_separator_view.cc',
+ 'browser/ui/views/location_bar/location_bar_separator_view.h',
'browser/ui/views/location_bar/location_bar_view.cc',
'browser/ui/views/location_bar/location_bar_view.h',
'browser/ui/views/location_bar/location_icon_view.cc',
@@ -1592,6 +1594,8 @@
'browser/ui/views/location_bar/page_info_helper.h',
'browser/ui/views/location_bar/script_bubble_icon_view.cc',
'browser/ui/views/location_bar/script_bubble_icon_view.h',
+ 'browser/ui/views/location_bar/search_token_view.cc',
+ 'browser/ui/views/location_bar/search_token_view.h',
'browser/ui/views/location_bar/selected_keyword_view.cc',
'browser/ui/views/location_bar/selected_keyword_view.h',
'browser/ui/views/location_bar/star_view.cc',

Powered by Google App Engine
This is Rietveld 408576698