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

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: prev was rebased, this changes copyright year Created 8 years 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 1571 matching lines...) Expand 10 before | Expand all | Expand 10 after
1582 'browser/ui/views/location_bar/open_pdf_in_reader_view.cc', 1582 'browser/ui/views/location_bar/open_pdf_in_reader_view.cc',
1583 'browser/ui/views/location_bar/open_pdf_in_reader_view.h', 1583 'browser/ui/views/location_bar/open_pdf_in_reader_view.h',
1584 'browser/ui/views/location_bar/page_action_image_view.cc', 1584 'browser/ui/views/location_bar/page_action_image_view.cc',
1585 'browser/ui/views/location_bar/page_action_image_view.h', 1585 'browser/ui/views/location_bar/page_action_image_view.h',
1586 'browser/ui/views/location_bar/page_action_with_badge_view.cc', 1586 'browser/ui/views/location_bar/page_action_with_badge_view.cc',
1587 'browser/ui/views/location_bar/page_action_with_badge_view.h', 1587 'browser/ui/views/location_bar/page_action_with_badge_view.h',
1588 'browser/ui/views/location_bar/page_info_helper.cc', 1588 'browser/ui/views/location_bar/page_info_helper.cc',
1589 'browser/ui/views/location_bar/page_info_helper.h', 1589 'browser/ui/views/location_bar/page_info_helper.h',
1590 'browser/ui/views/location_bar/script_bubble_icon_view.cc', 1590 'browser/ui/views/location_bar/script_bubble_icon_view.cc',
1591 'browser/ui/views/location_bar/script_bubble_icon_view.h', 1591 'browser/ui/views/location_bar/script_bubble_icon_view.h',
1592 'browser/ui/views/location_bar/search_token_view.cc',
1593 'browser/ui/views/location_bar/search_token_view.h',
1592 'browser/ui/views/location_bar/selected_keyword_view.cc', 1594 'browser/ui/views/location_bar/selected_keyword_view.cc',
1593 'browser/ui/views/location_bar/selected_keyword_view.h', 1595 'browser/ui/views/location_bar/selected_keyword_view.h',
1594 'browser/ui/views/location_bar/star_view.cc', 1596 'browser/ui/views/location_bar/star_view.cc',
1595 'browser/ui/views/location_bar/star_view.h', 1597 'browser/ui/views/location_bar/star_view.h',
1596 'browser/ui/views/location_bar/touchable_location_bar_view.cc', 1598 'browser/ui/views/location_bar/touchable_location_bar_view.cc',
1597 'browser/ui/views/location_bar/touchable_location_bar_view.h', 1599 'browser/ui/views/location_bar/touchable_location_bar_view.h',
1598 'browser/ui/views/location_bar/zoom_bubble_view.cc', 1600 'browser/ui/views/location_bar/zoom_bubble_view.cc',
1599 'browser/ui/views/location_bar/zoom_bubble_view.h', 1601 'browser/ui/views/location_bar/zoom_bubble_view.h',
1600 'browser/ui/views/location_bar/zoom_view.cc', 1602 'browser/ui/views/location_bar/zoom_view.cc',
1601 'browser/ui/views/location_bar/zoom_view.h', 1603 'browser/ui/views/location_bar/zoom_view.h',
(...skipping 1181 matching lines...) Expand 10 before | Expand all | Expand 10 after
2783 }, { # else: enable_app_list==0 2785 }, { # else: enable_app_list==0
2784 'sources/': [ 2786 'sources/': [
2785 ['exclude', '^browser/ui/views/app_list/'], 2787 ['exclude', '^browser/ui/views/app_list/'],
2786 ['exclude', '^browser/ui/app_list/'], 2788 ['exclude', '^browser/ui/app_list/'],
2787 ] 2789 ]
2788 }], 2790 }],
2789 ], 2791 ],
2790 }, 2792 },
2791 ], 2793 ],
2792 } 2794 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698