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

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: Rebasing 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 1702 matching lines...) Expand 10 before | Expand all | Expand 10 after
1713 'browser/safe_browsing/ui_manager.h', 1713 'browser/safe_browsing/ui_manager.h',
1714 'browser/screensaver_window_finder_gtk.cc', 1714 'browser/screensaver_window_finder_gtk.cc',
1715 'browser/screensaver_window_finder_gtk.h', 1715 'browser/screensaver_window_finder_gtk.h',
1716 'browser/search_engines/search_engine_type.h', 1716 'browser/search_engines/search_engine_type.h',
1717 'browser/search_engines/search_host_to_urls_map.cc', 1717 'browser/search_engines/search_host_to_urls_map.cc',
1718 'browser/search_engines/search_host_to_urls_map.h', 1718 'browser/search_engines/search_host_to_urls_map.h',
1719 'browser/search_engines/search_provider_install_data.cc', 1719 'browser/search_engines/search_provider_install_data.cc',
1720 'browser/search_engines/search_provider_install_data.h', 1720 'browser/search_engines/search_provider_install_data.h',
1721 'browser/search_engines/search_provider_install_state_message_filter.cc' , 1721 'browser/search_engines/search_provider_install_state_message_filter.cc' ,
1722 'browser/search_engines/search_provider_install_state_message_filter.h', 1722 'browser/search_engines/search_provider_install_state_message_filter.h',
1723 'browser/search_engines/search_terms_data_android.cc',
1724 'browser/search_engines/search_terms_data_android.h',
1723 'browser/search_engines/search_terms_data.cc', 1725 'browser/search_engines/search_terms_data.cc',
1724 'browser/search_engines/search_terms_data.h', 1726 'browser/search_engines/search_terms_data.h',
1725 'browser/search_engines/template_url.cc', 1727 'browser/search_engines/template_url.cc',
1726 'browser/search_engines/template_url.h', 1728 'browser/search_engines/template_url.h',
1727 'browser/search_engines/template_url_fetcher.cc', 1729 'browser/search_engines/template_url_fetcher.cc',
1728 'browser/search_engines/template_url_fetcher.h', 1730 'browser/search_engines/template_url_fetcher.h',
1729 'browser/search_engines/template_url_fetcher_callbacks.h', 1731 'browser/search_engines/template_url_fetcher_callbacks.h',
1730 'browser/search_engines/template_url_fetcher_factory.cc', 1732 'browser/search_engines/template_url_fetcher_factory.cc',
1731 'browser/search_engines/template_url_fetcher_factory.h', 1733 'browser/search_engines/template_url_fetcher_factory.h',
1732 'browser/search_engines/template_url_id.h', 1734 'browser/search_engines/template_url_id.h',
(...skipping 1390 matching lines...) Expand 10 before | Expand all | Expand 10 after
3123 'proto_in_dir': '../third_party/cros_system_api/dbus', 3125 'proto_in_dir': '../third_party/cros_system_api/dbus',
3124 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 3126 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
3125 }, 3127 },
3126 'includes': ['../build/protoc.gypi'], 3128 'includes': ['../build/protoc.gypi'],
3127 }, 3129 },
3128 ], 3130 ],
3129 }, 3131 },
3130 ], 3132 ],
3131 ], 3133 ],
3132 } 3134 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698