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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11448005: Add Android-specific parameters to search_engines/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing nits Created 8 years 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_engines/template_url_unittest.cc ('k') | no next file » | 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 1723 matching lines...) Expand 10 before | Expand all | Expand 10 after
1734 'browser/safe_browsing/ui_manager.h', 1734 'browser/safe_browsing/ui_manager.h',
1735 'browser/screensaver_window_finder_gtk.cc', 1735 'browser/screensaver_window_finder_gtk.cc',
1736 'browser/screensaver_window_finder_gtk.h', 1736 'browser/screensaver_window_finder_gtk.h',
1737 'browser/search_engines/search_engine_type.h', 1737 'browser/search_engines/search_engine_type.h',
1738 'browser/search_engines/search_host_to_urls_map.cc', 1738 'browser/search_engines/search_host_to_urls_map.cc',
1739 'browser/search_engines/search_host_to_urls_map.h', 1739 'browser/search_engines/search_host_to_urls_map.h',
1740 'browser/search_engines/search_provider_install_data.cc', 1740 'browser/search_engines/search_provider_install_data.cc',
1741 'browser/search_engines/search_provider_install_data.h', 1741 'browser/search_engines/search_provider_install_data.h',
1742 'browser/search_engines/search_provider_install_state_message_filter.cc' , 1742 'browser/search_engines/search_provider_install_state_message_filter.cc' ,
1743 'browser/search_engines/search_provider_install_state_message_filter.h', 1743 'browser/search_engines/search_provider_install_state_message_filter.h',
1744 'browser/search_engines/search_terms_data_android.cc',
1745 'browser/search_engines/search_terms_data_android.h',
1744 'browser/search_engines/search_terms_data.cc', 1746 'browser/search_engines/search_terms_data.cc',
1745 'browser/search_engines/search_terms_data.h', 1747 'browser/search_engines/search_terms_data.h',
1746 'browser/search_engines/template_url.cc', 1748 'browser/search_engines/template_url.cc',
1747 'browser/search_engines/template_url.h', 1749 'browser/search_engines/template_url.h',
1748 'browser/search_engines/template_url_fetcher.cc', 1750 'browser/search_engines/template_url_fetcher.cc',
1749 'browser/search_engines/template_url_fetcher.h', 1751 'browser/search_engines/template_url_fetcher.h',
1750 'browser/search_engines/template_url_fetcher_callbacks.h', 1752 'browser/search_engines/template_url_fetcher_callbacks.h',
1751 'browser/search_engines/template_url_fetcher_factory.cc', 1753 'browser/search_engines/template_url_fetcher_factory.cc',
1752 'browser/search_engines/template_url_fetcher_factory.h', 1754 'browser/search_engines/template_url_fetcher_factory.h',
1753 'browser/search_engines/template_url_id.h', 1755 'browser/search_engines/template_url_id.h',
(...skipping 1402 matching lines...) Expand 10 before | Expand all | Expand 10 after
3156 'proto_in_dir': '../third_party/cros_system_api/dbus', 3158 'proto_in_dir': '../third_party/cros_system_api/dbus',
3157 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 3159 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
3158 }, 3160 },
3159 'includes': ['../build/protoc.gypi'], 3161 'includes': ['../build/protoc.gypi'],
3160 }, 3162 },
3161 ], 3163 ],
3162 }, 3164 },
3163 ], 3165 ],
3164 ], 3166 ],
3165 } 3167 }
OLDNEW
« no previous file with comments | « chrome/browser/search_engines/template_url_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698