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

Side by Side 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: re-impl based on philippe's new layout design 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser_ui', 8 'target_name': 'browser_ui',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 1574 matching lines...) Expand 10 before | Expand all | Expand 10 after
1585 'browser/ui/views/location_bar/open_pdf_in_reader_view.cc', 1585 'browser/ui/views/location_bar/open_pdf_in_reader_view.cc',
1586 'browser/ui/views/location_bar/open_pdf_in_reader_view.h', 1586 'browser/ui/views/location_bar/open_pdf_in_reader_view.h',
1587 'browser/ui/views/location_bar/page_action_image_view.cc', 1587 'browser/ui/views/location_bar/page_action_image_view.cc',
1588 'browser/ui/views/location_bar/page_action_image_view.h', 1588 'browser/ui/views/location_bar/page_action_image_view.h',
1589 'browser/ui/views/location_bar/page_action_with_badge_view.cc', 1589 'browser/ui/views/location_bar/page_action_with_badge_view.cc',
1590 'browser/ui/views/location_bar/page_action_with_badge_view.h', 1590 'browser/ui/views/location_bar/page_action_with_badge_view.h',
1591 'browser/ui/views/location_bar/page_info_helper.cc', 1591 'browser/ui/views/location_bar/page_info_helper.cc',
1592 'browser/ui/views/location_bar/page_info_helper.h', 1592 'browser/ui/views/location_bar/page_info_helper.h',
1593 'browser/ui/views/location_bar/script_bubble_icon_view.cc', 1593 'browser/ui/views/location_bar/script_bubble_icon_view.cc',
1594 'browser/ui/views/location_bar/script_bubble_icon_view.h', 1594 'browser/ui/views/location_bar/script_bubble_icon_view.h',
1595 'browser/ui/views/location_bar/search_token_view.cc',
1596 'browser/ui/views/location_bar/search_token_view.h',
1595 'browser/ui/views/location_bar/selected_keyword_view.cc', 1597 'browser/ui/views/location_bar/selected_keyword_view.cc',
1596 'browser/ui/views/location_bar/selected_keyword_view.h', 1598 'browser/ui/views/location_bar/selected_keyword_view.h',
1597 'browser/ui/views/location_bar/star_view.cc', 1599 'browser/ui/views/location_bar/star_view.cc',
1598 'browser/ui/views/location_bar/star_view.h', 1600 'browser/ui/views/location_bar/star_view.h',
1599 'browser/ui/views/location_bar/touchable_location_bar_view.cc', 1601 'browser/ui/views/location_bar/touchable_location_bar_view.cc',
1600 'browser/ui/views/location_bar/touchable_location_bar_view.h', 1602 'browser/ui/views/location_bar/touchable_location_bar_view.h',
1601 'browser/ui/views/location_bar/zoom_bubble_view.cc', 1603 'browser/ui/views/location_bar/zoom_bubble_view.cc',
1602 'browser/ui/views/location_bar/zoom_bubble_view.h', 1604 'browser/ui/views/location_bar/zoom_bubble_view.h',
1603 'browser/ui/views/location_bar/zoom_view.cc', 1605 'browser/ui/views/location_bar/zoom_view.cc',
1604 'browser/ui/views/location_bar/zoom_view.h', 1606 'browser/ui/views/location_bar/zoom_view.h',
(...skipping 1194 matching lines...) Expand 10 before | Expand all | Expand 10 after
2799 }, { # else: enable_app_list==0 2801 }, { # else: enable_app_list==0
2800 'sources/': [ 2802 'sources/': [
2801 ['exclude', '^browser/ui/views/app_list/'], 2803 ['exclude', '^browser/ui/views/app_list/'],
2802 ['exclude', '^browser/ui/app_list/'], 2804 ['exclude', '^browser/ui/app_list/'],
2803 ] 2805 ]
2804 }], 2806 }],
2805 ], 2807 ],
2806 }, 2808 },
2807 ], 2809 ],
2808 } 2810 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698