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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 16413002: Moved theme related state from BrowserInstantController to InstantService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | Annotate | Revision Log
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 1737 matching lines...) Expand 10 before | Expand all | Expand 10 after
1748 'browser/search/iframe_source.cc', 1748 'browser/search/iframe_source.cc',
1749 'browser/search/iframe_source.h', 1749 'browser/search/iframe_source.h',
1750 'browser/search/instant_extended_context_menu_observer.cc', 1750 'browser/search/instant_extended_context_menu_observer.cc',
1751 'browser/search/instant_extended_context_menu_observer.h', 1751 'browser/search/instant_extended_context_menu_observer.h',
1752 'browser/search/instant_io_context.cc', 1752 'browser/search/instant_io_context.cc',
1753 'browser/search/instant_io_context.h', 1753 'browser/search/instant_io_context.h',
1754 'browser/search/instant_service.cc', 1754 'browser/search/instant_service.cc',
1755 'browser/search/instant_service.h', 1755 'browser/search/instant_service.h',
1756 'browser/search/instant_service_factory.cc', 1756 'browser/search/instant_service_factory.cc',
1757 'browser/search/instant_service_factory.h', 1757 'browser/search/instant_service_factory.h',
1758 'browser/search/instant_service_observer.h',
1758 'browser/search/local_ntp_source.cc', 1759 'browser/search/local_ntp_source.cc',
1759 'browser/search/local_ntp_source.h', 1760 'browser/search/local_ntp_source.h',
1760 'browser/search/most_visited_iframe_source.cc', 1761 'browser/search/most_visited_iframe_source.cc',
1761 'browser/search/most_visited_iframe_source.h', 1762 'browser/search/most_visited_iframe_source.h',
1762 'browser/search/search.cc', 1763 'browser/search/search.cc',
1763 'browser/search/search.h', 1764 'browser/search/search.h',
1764 'browser/search/suggestion_iframe_source.cc', 1765 'browser/search/suggestion_iframe_source.cc',
1765 'browser/search/suggestion_iframe_source.h', 1766 'browser/search/suggestion_iframe_source.h',
1766 'browser/search_engines/search_engine_type.h', 1767 'browser/search_engines/search_engine_type.h',
1767 'browser/search_engines/search_host_to_urls_map.cc', 1768 'browser/search_engines/search_host_to_urls_map.cc',
(...skipping 1564 matching lines...) Expand 10 before | Expand all | Expand 10 after
3332 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3333 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3333 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3334 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3334 }, 3335 },
3335 'includes': [ '../build/android/java_cpp_template.gypi' ], 3336 'includes': [ '../build/android/java_cpp_template.gypi' ],
3336 }, 3337 },
3337 ], 3338 ],
3338 }, 3339 },
3339 ], 3340 ],
3340 ], 3341 ],
3341 } 3342 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/search/instant_extended_interactive_uitest.cc ('k') | chrome/common/instant_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698