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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 20388003: Reload Instant NTP and Instant-process tabs on search url change (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed InstantNTPPrerendererTest Created 7 years, 2 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/search/instant_test_utils.cc ('k') | chrome/chrome_tests_unit.gypi » ('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 1833 matching lines...) Expand 10 before | Expand all | Expand 10 after
1844 'browser/screensaver_window_finder_x11.cc', 1844 'browser/screensaver_window_finder_x11.cc',
1845 'browser/screensaver_window_finder_x11.h', 1845 'browser/screensaver_window_finder_x11.h',
1846 'browser/search/iframe_source.cc', 1846 'browser/search/iframe_source.cc',
1847 'browser/search/iframe_source.h', 1847 'browser/search/iframe_source.h',
1848 'browser/search/instant_io_context.cc', 1848 'browser/search/instant_io_context.cc',
1849 'browser/search/instant_io_context.h', 1849 'browser/search/instant_io_context.h',
1850 'browser/search/instant_service.cc', 1850 'browser/search/instant_service.cc',
1851 'browser/search/instant_service.h', 1851 'browser/search/instant_service.h',
1852 'browser/search/instant_service_factory.cc', 1852 'browser/search/instant_service_factory.cc',
1853 'browser/search/instant_service_factory.h', 1853 'browser/search/instant_service_factory.h',
1854 'browser/search/instant_service_observer.cc',
1854 'browser/search/instant_service_observer.h', 1855 'browser/search/instant_service_observer.h',
1855 'browser/search/local_ntp_source.cc', 1856 'browser/search/local_ntp_source.cc',
1856 'browser/search/local_ntp_source.h', 1857 'browser/search/local_ntp_source.h',
1857 'browser/search/most_visited_iframe_source.cc', 1858 'browser/search/most_visited_iframe_source.cc',
1858 'browser/search/most_visited_iframe_source.h', 1859 'browser/search/most_visited_iframe_source.h',
1859 'browser/search/search.cc', 1860 'browser/search/search.cc',
1860 'browser/search/search.h', 1861 'browser/search/search.h',
1861 'browser/search/search_terms_tracker.cc', 1862 'browser/search/search_terms_tracker.cc',
1862 'browser/search/search_terms_tracker.h', 1863 'browser/search/search_terms_tracker.h',
1863 'browser/search_engines/search_engine_type.h', 1864 'browser/search_engines/search_engine_type.h',
(...skipping 1742 matching lines...) Expand 10 before | Expand all | Expand 10 after
3606 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3607 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3607 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3608 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3608 }, 3609 },
3609 'includes': [ '../build/android/java_cpp_template.gypi' ], 3610 'includes': [ '../build/android/java_cpp_template.gypi' ],
3610 }, 3611 },
3611 ], 3612 ],
3612 }, 3613 },
3613 ], 3614 ],
3614 ], 3615 ],
3615 } 3616 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/search/instant_test_utils.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698