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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 12840003: Implement local NTP for fallback. (Closed) Base URL: https://git.chromium.org/chromium/src.git@master
Patch Set: Fix compile. Created 7 years, 9 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/search/search_unittest.cc ('k') | chrome/common/url_constants.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 1599 matching lines...) Expand 10 before | Expand all | Expand 10 after
1610 'browser/safe_browsing/ui_manager.cc', 1610 'browser/safe_browsing/ui_manager.cc',
1611 'browser/safe_browsing/ui_manager.h', 1611 'browser/safe_browsing/ui_manager.h',
1612 'browser/screensaver_window_finder_gtk.cc', 1612 'browser/screensaver_window_finder_gtk.cc',
1613 'browser/screensaver_window_finder_gtk.h', 1613 'browser/screensaver_window_finder_gtk.h',
1614 'browser/search/instant_io_context.cc', 1614 'browser/search/instant_io_context.cc',
1615 'browser/search/instant_io_context.h', 1615 'browser/search/instant_io_context.h',
1616 'browser/search/instant_service.cc', 1616 'browser/search/instant_service.cc',
1617 'browser/search/instant_service.h', 1617 'browser/search/instant_service.h',
1618 'browser/search/instant_service_factory.cc', 1618 'browser/search/instant_service_factory.cc',
1619 'browser/search/instant_service_factory.h', 1619 'browser/search/instant_service_factory.h',
1620 'browser/search/local_ntp_source.cc',
1621 'browser/search/local_ntp_source.h',
1620 'browser/search/local_omnibox_popup_source.cc', 1622 'browser/search/local_omnibox_popup_source.cc',
1621 'browser/search/local_omnibox_popup_source.h', 1623 'browser/search/local_omnibox_popup_source.h',
1622 'browser/search/search.cc', 1624 'browser/search/search.cc',
1623 'browser/search/search.h', 1625 'browser/search/search.h',
1624 'browser/search_engines/search_engine_type.h', 1626 'browser/search_engines/search_engine_type.h',
1625 'browser/search_engines/search_host_to_urls_map.cc', 1627 'browser/search_engines/search_host_to_urls_map.cc',
1626 'browser/search_engines/search_host_to_urls_map.h', 1628 'browser/search_engines/search_host_to_urls_map.h',
1627 'browser/search_engines/search_provider_install_data.cc', 1629 'browser/search_engines/search_provider_install_data.cc',
1628 'browser/search_engines/search_provider_install_data.h', 1630 'browser/search_engines/search_provider_install_data.h',
1629 'browser/search_engines/search_provider_install_state_message_filter.cc' , 1631 'browser/search_engines/search_provider_install_state_message_filter.cc' ,
(...skipping 1490 matching lines...) Expand 10 before | Expand all | Expand 10 after
3120 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3122 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3121 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3123 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3122 }, 3124 },
3123 'includes': [ '../build/android/java_cpp_template.gypi' ], 3125 'includes': [ '../build/android/java_cpp_template.gypi' ],
3124 }, 3126 },
3125 ], 3127 ],
3126 }, 3128 },
3127 ], 3129 ],
3128 ], 3130 ],
3129 } 3131 }
OLDNEW
« no previous file with comments | « chrome/browser/search/search_unittest.cc ('k') | chrome/common/url_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698