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

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: Format and lint Created 7 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
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 1769 matching lines...) Expand 10 before | Expand all | Expand 10 after
1780 'browser/screensaver_window_finder_x11.h', 1780 'browser/screensaver_window_finder_x11.h',
1781 'browser/search/iframe_source.cc', 1781 'browser/search/iframe_source.cc',
1782 'browser/search/iframe_source.h', 1782 'browser/search/iframe_source.h',
1783 'browser/search/instant_io_context.cc', 1783 'browser/search/instant_io_context.cc',
1784 'browser/search/instant_io_context.h', 1784 'browser/search/instant_io_context.h',
1785 'browser/search/instant_service.cc', 1785 'browser/search/instant_service.cc',
1786 'browser/search/instant_service.h', 1786 'browser/search/instant_service.h',
1787 'browser/search/instant_service_factory.cc', 1787 'browser/search/instant_service_factory.cc',
1788 'browser/search/instant_service_factory.h', 1788 'browser/search/instant_service_factory.h',
1789 'browser/search/instant_service_observer.h', 1789 'browser/search/instant_service_observer.h',
1790 'browser/search/instant_service_observer.cc',
1790 'browser/search/local_ntp_source.cc', 1791 'browser/search/local_ntp_source.cc',
1791 'browser/search/local_ntp_source.h', 1792 'browser/search/local_ntp_source.h',
1792 'browser/search/most_visited_iframe_source.cc', 1793 'browser/search/most_visited_iframe_source.cc',
1793 'browser/search/most_visited_iframe_source.h', 1794 'browser/search/most_visited_iframe_source.h',
1794 'browser/search/search.cc', 1795 'browser/search/search.cc',
1795 'browser/search/search.h', 1796 'browser/search/search.h',
1796 'browser/search/search_terms_tracker.cc', 1797 'browser/search/search_terms_tracker.cc',
1797 'browser/search/search_terms_tracker.h', 1798 'browser/search/search_terms_tracker.h',
1798 'browser/search_engines/search_engine_type.h', 1799 'browser/search_engines/search_engine_type.h',
1799 'browser/search_engines/search_host_to_urls_map.cc', 1800 'browser/search_engines/search_host_to_urls_map.cc',
(...skipping 1652 matching lines...) Expand 10 before | Expand all | Expand 10 after
3452 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3453 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3453 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3454 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3454 }, 3455 },
3455 'includes': [ '../build/android/java_cpp_template.gypi' ], 3456 'includes': [ '../build/android/java_cpp_template.gypi' ],
3456 }, 3457 },
3457 ], 3458 ],
3458 }, 3459 },
3459 ], 3460 ],
3460 ], 3461 ],
3461 } 3462 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698