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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 11262015: Remove unused / unnecessary stuff from Instant. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove SuggestedTextView entirely Created 8 years, 1 month 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/instant_types.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser_ui', 9 'target_name': 'browser_ui',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 1554 matching lines...) Expand 10 before | Expand all | Expand 10 after
1565 'browser/ui/views/location_bar/page_action_image_view.cc', 1565 'browser/ui/views/location_bar/page_action_image_view.cc',
1566 'browser/ui/views/location_bar/page_action_image_view.h', 1566 'browser/ui/views/location_bar/page_action_image_view.h',
1567 'browser/ui/views/location_bar/page_action_with_badge_view.cc', 1567 'browser/ui/views/location_bar/page_action_with_badge_view.cc',
1568 'browser/ui/views/location_bar/page_action_with_badge_view.h', 1568 'browser/ui/views/location_bar/page_action_with_badge_view.h',
1569 'browser/ui/views/location_bar/page_info_helper.cc', 1569 'browser/ui/views/location_bar/page_info_helper.cc',
1570 'browser/ui/views/location_bar/page_info_helper.h', 1570 'browser/ui/views/location_bar/page_info_helper.h',
1571 'browser/ui/views/location_bar/selected_keyword_view.cc', 1571 'browser/ui/views/location_bar/selected_keyword_view.cc',
1572 'browser/ui/views/location_bar/selected_keyword_view.h', 1572 'browser/ui/views/location_bar/selected_keyword_view.h',
1573 'browser/ui/views/location_bar/star_view.cc', 1573 'browser/ui/views/location_bar/star_view.cc',
1574 'browser/ui/views/location_bar/star_view.h', 1574 'browser/ui/views/location_bar/star_view.h',
1575 'browser/ui/views/location_bar/suggested_text_view.cc',
1576 'browser/ui/views/location_bar/suggested_text_view.h',
1577 'browser/ui/views/location_bar/touchable_location_bar_view.cc', 1575 'browser/ui/views/location_bar/touchable_location_bar_view.cc',
1578 'browser/ui/views/location_bar/touchable_location_bar_view.h', 1576 'browser/ui/views/location_bar/touchable_location_bar_view.h',
1579 'browser/ui/views/location_bar/zoom_bubble_view.cc', 1577 'browser/ui/views/location_bar/zoom_bubble_view.cc',
1580 'browser/ui/views/location_bar/zoom_bubble_view.h', 1578 'browser/ui/views/location_bar/zoom_bubble_view.h',
1581 'browser/ui/views/location_bar/zoom_view.cc', 1579 'browser/ui/views/location_bar/zoom_view.cc',
1582 'browser/ui/views/location_bar/zoom_view.h', 1580 'browser/ui/views/location_bar/zoom_view.h',
1583 'browser/ui/views/location_bar/web_intents_button_view.cc', 1581 'browser/ui/views/location_bar/web_intents_button_view.cc',
1584 'browser/ui/views/location_bar/web_intents_button_view.h', 1582 'browser/ui/views/location_bar/web_intents_button_view.h',
1585 'browser/ui/views/login_prompt_views.cc', 1583 'browser/ui/views/login_prompt_views.cc',
1586 'browser/ui/views/login_view.cc', 1584 'browser/ui/views/login_view.cc',
(...skipping 1127 matching lines...) Expand 10 before | Expand all | Expand 10 after
2714 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'], 2712 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'],
2715 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'], 2713 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'],
2716 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. cc'], 2714 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. cc'],
2717 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. h'], 2715 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. h'],
2718 ]} 2716 ]}
2719 ], 2717 ],
2720 ], 2718 ],
2721 }, 2719 },
2722 ], 2720 ],
2723 } 2721 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/instant_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698