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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11377049: Moving prepopulated search engines to a JSON file. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Ready for thorough review Created 8 years, 1 month 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 1657 matching lines...) Expand 10 before | Expand all | Expand 10 after
1668 'browser/safe_browsing/safe_browsing_store_file.h', 1668 'browser/safe_browsing/safe_browsing_store_file.h',
1669 'browser/safe_browsing/safe_browsing_tab_observer.cc', 1669 'browser/safe_browsing/safe_browsing_tab_observer.cc',
1670 'browser/safe_browsing/safe_browsing_tab_observer.h', 1670 'browser/safe_browsing/safe_browsing_tab_observer.h',
1671 'browser/safe_browsing/safe_browsing_util.cc', 1671 'browser/safe_browsing/safe_browsing_util.cc',
1672 'browser/safe_browsing/safe_browsing_util.h', 1672 'browser/safe_browsing/safe_browsing_util.h',
1673 'browser/safe_browsing/signature_util_posix.cc', 1673 'browser/safe_browsing/signature_util_posix.cc',
1674 'browser/safe_browsing/signature_util_win.cc', 1674 'browser/safe_browsing/signature_util_win.cc',
1675 'browser/safe_browsing/signature_util.h', 1675 'browser/safe_browsing/signature_util.h',
1676 'browser/screensaver_window_finder_gtk.cc', 1676 'browser/screensaver_window_finder_gtk.cc',
1677 'browser/screensaver_window_finder_gtk.h', 1677 'browser/screensaver_window_finder_gtk.h',
1678 'browser/search_engines/prepopulated_engines.h',
1679 'browser/search_engines/prepopulated_engines.cc',
1678 'browser/search_engines/search_engine_type.h', 1680 'browser/search_engines/search_engine_type.h',
1679 'browser/search_engines/search_host_to_urls_map.cc', 1681 'browser/search_engines/search_host_to_urls_map.cc',
1680 'browser/search_engines/search_host_to_urls_map.h', 1682 'browser/search_engines/search_host_to_urls_map.h',
1681 'browser/search_engines/search_provider_install_data.cc', 1683 'browser/search_engines/search_provider_install_data.cc',
1682 'browser/search_engines/search_provider_install_data.h', 1684 'browser/search_engines/search_provider_install_data.h',
1683 'browser/search_engines/search_provider_install_state_message_filter.cc' , 1685 'browser/search_engines/search_provider_install_state_message_filter.cc' ,
1684 'browser/search_engines/search_provider_install_state_message_filter.h', 1686 'browser/search_engines/search_provider_install_state_message_filter.h',
1685 'browser/search_engines/search_terms_data.cc', 1687 'browser/search_engines/search_terms_data.cc',
1686 'browser/search_engines/search_terms_data.h', 1688 'browser/search_engines/search_terms_data.h',
1687 'browser/search_engines/template_url.cc', 1689 'browser/search_engines/template_url.cc',
(...skipping 1214 matching lines...) Expand 10 before | Expand all | Expand 10 after
2902 'proto_in_dir': '../third_party/cros_system_api/dbus', 2904 'proto_in_dir': '../third_party/cros_system_api/dbus',
2903 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 2905 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
2904 }, 2906 },
2905 'includes': ['../build/protoc.gypi'], 2907 'includes': ['../build/protoc.gypi'],
2906 }, 2908 },
2907 ], 2909 ],
2908 }, 2910 },
2909 ], 2911 ],
2910 ], 2912 ],
2911 } 2913 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698