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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 15822005: Remove omnibox_search_hint.(cc,h). (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: sync+rebase Created 7 years, 6 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
« no previous file with comments | « chrome/browser/ui/browser_ui_prefs.cc ('k') | chrome/common/chrome_switches.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 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', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 1214 matching lines...) Expand 10 before | Expand all | Expand 10 after
1225 'browser/notifications/sync_notifier/chrome_notifier_delegate.cc', 1225 'browser/notifications/sync_notifier/chrome_notifier_delegate.cc',
1226 'browser/notifications/sync_notifier/chrome_notifier_delegate.h', 1226 'browser/notifications/sync_notifier/chrome_notifier_delegate.h',
1227 'browser/notifications/sync_notifier/chrome_notifier_service.cc', 1227 'browser/notifications/sync_notifier/chrome_notifier_service.cc',
1228 'browser/notifications/sync_notifier/chrome_notifier_service.h', 1228 'browser/notifications/sync_notifier/chrome_notifier_service.h',
1229 'browser/notifications/sync_notifier/chrome_notifier_service_factory.cc' , 1229 'browser/notifications/sync_notifier/chrome_notifier_service_factory.cc' ,
1230 'browser/notifications/sync_notifier/chrome_notifier_service_factory.h', 1230 'browser/notifications/sync_notifier/chrome_notifier_service_factory.h',
1231 'browser/notifications/sync_notifier/notification_bitmap_fetcher.cc', 1231 'browser/notifications/sync_notifier/notification_bitmap_fetcher.cc',
1232 'browser/notifications/sync_notifier/notification_bitmap_fetcher.h', 1232 'browser/notifications/sync_notifier/notification_bitmap_fetcher.h',
1233 'browser/notifications/sync_notifier/synced_notification.cc', 1233 'browser/notifications/sync_notifier/synced_notification.cc',
1234 'browser/notifications/sync_notifier/synced_notification.h', 1234 'browser/notifications/sync_notifier/synced_notification.h',
1235 'browser/omnibox_search_hint.cc',
1236 'browser/omnibox_search_hint.h',
1237 'browser/omnibox/omnibox_field_trial.cc', 1235 'browser/omnibox/omnibox_field_trial.cc',
1238 'browser/omnibox/omnibox_field_trial.h', 1236 'browser/omnibox/omnibox_field_trial.h',
1239 'browser/omnibox/omnibox_log.cc', 1237 'browser/omnibox/omnibox_log.cc',
1240 'browser/omnibox/omnibox_log.h', 1238 'browser/omnibox/omnibox_log.h',
1241 'browser/page_cycler/page_cycler.cc', 1239 'browser/page_cycler/page_cycler.cc',
1242 'browser/page_cycler/page_cycler.h', 1240 'browser/page_cycler/page_cycler.h',
1243 'browser/parsers/metadata_parser.cc', 1241 'browser/parsers/metadata_parser.cc',
1244 'browser/parsers/metadata_parser.h', 1242 'browser/parsers/metadata_parser.h',
1245 'browser/parsers/metadata_parser_factory.h', 1243 'browser/parsers/metadata_parser_factory.h',
1246 'browser/parsers/metadata_parser_filebase.cc', 1244 'browser/parsers/metadata_parser_filebase.cc',
(...skipping 1613 matching lines...) Expand 10 before | Expand all | Expand 10 after
2860 'browser/bookmarks/bookmark_html_reader.cc', 2858 'browser/bookmarks/bookmark_html_reader.cc',
2861 'browser/bookmarks/bookmark_html_writer.cc', 2859 'browser/bookmarks/bookmark_html_writer.cc',
2862 'browser/ssl/ssl_add_certificate.cc', 2860 'browser/ssl/ssl_add_certificate.cc',
2863 2861
2864 'browser/jankometer.cc', 2862 'browser/jankometer.cc',
2865 'browser/sync/sync_global_error.cc', 2863 'browser/sync/sync_global_error.cc',
2866 'browser/sync/sync_global_error.h', 2864 'browser/sync/sync_global_error.h',
2867 2865
2868 'browser/download/download_crx_util.cc', 2866 'browser/download/download_crx_util.cc',
2869 'browser/net/gaia/gaia_oauth_fetcher.cc', 2867 'browser/net/gaia/gaia_oauth_fetcher.cc',
2870 'browser/omnibox_search_hint.cc',
2871 'browser/page_cycler/page_cycler.cc', 2868 'browser/page_cycler/page_cycler.cc',
2872 'browser/page_cycler/page_cycler.h', 2869 'browser/page_cycler/page_cycler.h',
2873 'browser/sessions/persistent_tab_restore_service.cc', 2870 'browser/sessions/persistent_tab_restore_service.cc',
2874 'browser/sessions/persistent_tab_restore_service.h', 2871 'browser/sessions/persistent_tab_restore_service.h',
2875 'browser/sessions/session_backend.cc', 2872 'browser/sessions/session_backend.cc',
2876 'browser/sessions/session_backend.h', 2873 'browser/sessions/session_backend.h',
2877 'browser/tab_contents/background_contents.cc', 2874 'browser/tab_contents/background_contents.cc',
2878 'browser/tab_contents/background_contents.h', 2875 'browser/tab_contents/background_contents.h',
2879 'browser/tab_contents/render_view_context_menu.cc', 2876 'browser/tab_contents/render_view_context_menu.cc',
2880 'browser/tab_contents/render_view_context_menu.h', 2877 'browser/tab_contents/render_view_context_menu.h',
(...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after
3260 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3257 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3261 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3258 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3262 }, 3259 },
3263 'includes': [ '../build/android/java_cpp_template.gypi' ], 3260 'includes': [ '../build/android/java_cpp_template.gypi' ],
3264 }, 3261 },
3265 ], 3262 ],
3266 }, 3263 },
3267 ], 3264 ],
3268 ], 3265 ],
3269 } 3266 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/browser_ui_prefs.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698