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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 3105004: Adds support for showing the match preview on views. It's behind the (Closed)
Patch Set: Addressed review comments Created 10 years, 4 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/views/location_bar/location_bar_view.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 (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 2464 matching lines...) Expand 10 before | Expand all | Expand 10 after
2475 'browser/tab_closeable_state_watcher.h', 2475 'browser/tab_closeable_state_watcher.h',
2476 'browser/tab_contents/background_contents.cc', 2476 'browser/tab_contents/background_contents.cc',
2477 'browser/tab_contents/background_contents.h', 2477 'browser/tab_contents/background_contents.h',
2478 'browser/tab_contents/constrained_window.h', 2478 'browser/tab_contents/constrained_window.h',
2479 'browser/tab_contents/infobar_delegate.cc', 2479 'browser/tab_contents/infobar_delegate.cc',
2480 'browser/tab_contents/infobar_delegate.h', 2480 'browser/tab_contents/infobar_delegate.h',
2481 'browser/tab_contents/interstitial_page.cc', 2481 'browser/tab_contents/interstitial_page.cc',
2482 'browser/tab_contents/interstitial_page.h', 2482 'browser/tab_contents/interstitial_page.h',
2483 'browser/tab_contents/language_state.h', 2483 'browser/tab_contents/language_state.h',
2484 'browser/tab_contents/language_state.cc', 2484 'browser/tab_contents/language_state.cc',
2485 'browser/tab_contents/match_preview.cc',
2486 'browser/tab_contents/match_preview.h',
2485 'browser/tab_contents/navigation_controller.cc', 2487 'browser/tab_contents/navigation_controller.cc',
2486 'browser/tab_contents/navigation_controller.h', 2488 'browser/tab_contents/navigation_controller.h',
2487 'browser/tab_contents/navigation_entry.cc', 2489 'browser/tab_contents/navigation_entry.cc',
2488 'browser/tab_contents/navigation_entry.h', 2490 'browser/tab_contents/navigation_entry.h',
2489 'browser/tab_contents/page_navigator.h', 2491 'browser/tab_contents/page_navigator.h',
2490 'browser/tab_contents/provisional_load_details.cc', 2492 'browser/tab_contents/provisional_load_details.cc',
2491 'browser/tab_contents/provisional_load_details.h', 2493 'browser/tab_contents/provisional_load_details.h',
2492 'browser/tab_contents/render_view_context_menu.cc', 2494 'browser/tab_contents/render_view_context_menu.cc',
2493 'browser/tab_contents/render_view_context_menu.h', 2495 'browser/tab_contents/render_view_context_menu.h',
2494 'browser/tab_contents/render_view_context_menu_gtk.cc', 2496 'browser/tab_contents/render_view_context_menu_gtk.cc',
(...skipping 10 matching lines...) Expand all
2505 'browser/tab_contents/tab_contents_delegate.cc', 2507 'browser/tab_contents/tab_contents_delegate.cc',
2506 'browser/tab_contents/tab_contents_delegate.h', 2508 'browser/tab_contents/tab_contents_delegate.h',
2507 'browser/tab_contents/tab_contents_ssl_helper.cc', 2509 'browser/tab_contents/tab_contents_ssl_helper.cc',
2508 'browser/tab_contents/tab_contents_ssl_helper.h', 2510 'browser/tab_contents/tab_contents_ssl_helper.h',
2509 'browser/tab_contents/tab_contents_view.cc', 2511 'browser/tab_contents/tab_contents_view.cc',
2510 'browser/tab_contents/tab_contents_view.h', 2512 'browser/tab_contents/tab_contents_view.h',
2511 'browser/tab_contents/tab_contents_view_gtk.cc', 2513 'browser/tab_contents/tab_contents_view_gtk.cc',
2512 'browser/tab_contents/tab_contents_view_gtk.h', 2514 'browser/tab_contents/tab_contents_view_gtk.h',
2513 'browser/tab_contents/tab_contents_view_mac.h', 2515 'browser/tab_contents/tab_contents_view_mac.h',
2514 'browser/tab_contents/tab_contents_view_mac.mm', 2516 'browser/tab_contents/tab_contents_view_mac.mm',
2517 'browser/tab_contents/tab_specific_content_settings.cc',
2515 'browser/tab_contents/tab_specific_content_settings.h', 2518 'browser/tab_contents/tab_specific_content_settings.h',
2516 'browser/tab_contents/tab_specific_content_settings.cc',
2517 'browser/tab_contents/tab_util.cc', 2519 'browser/tab_contents/tab_util.cc',
2518 'browser/tab_contents/tab_util.h', 2520 'browser/tab_contents/tab_util.h',
2519 'browser/tab_contents/thumbnail_generator.cc', 2521 'browser/tab_contents/thumbnail_generator.cc',
2520 'browser/tab_contents/thumbnail_generator.h', 2522 'browser/tab_contents/thumbnail_generator.h',
2521 'browser/tab_contents/web_drag_source_win.cc', 2523 'browser/tab_contents/web_drag_source_win.cc',
2522 'browser/tab_contents/web_drag_source_win.h', 2524 'browser/tab_contents/web_drag_source_win.h',
2523 'browser/tab_contents/web_drag_dest_gtk.cc', 2525 'browser/tab_contents/web_drag_dest_gtk.cc',
2524 'browser/tab_contents/web_drag_dest_gtk.h', 2526 'browser/tab_contents/web_drag_dest_gtk.h',
2525 'browser/tab_contents/web_drag_utils_win.cc', 2527 'browser/tab_contents/web_drag_utils_win.cc',
2526 'browser/tab_contents/web_drag_utils_win.h', 2528 'browser/tab_contents/web_drag_utils_win.h',
(...skipping 1249 matching lines...) Expand 10 before | Expand all | Expand 10 after
3776 ], 3778 ],
3777 }, 3779 },
3778 ], 3780 ],
3779 } 3781 }
3780 3782
3781 # Local Variables: 3783 # Local Variables:
3782 # tab-width:2 3784 # tab-width:2
3783 # indent-tabs-mode:nil 3785 # indent-tabs-mode:nil
3784 # End: 3786 # End:
3785 # vim: set expandtab tabstop=2 shiftwidth=2: 3787 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/views/location_bar/location_bar_view.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698