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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8345033: Collect some histograms about signed binary downloads. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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 (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'dependencies': [ 10 'dependencies': [
(...skipping 2014 matching lines...) Expand 10 before | Expand all | Expand 10 after
2025 'browser/safe_browsing/safe_browsing_database.cc', 2025 'browser/safe_browsing/safe_browsing_database.cc',
2026 'browser/safe_browsing/safe_browsing_database.h', 2026 'browser/safe_browsing/safe_browsing_database.h',
2027 'browser/safe_browsing/safe_browsing_service.cc', 2027 'browser/safe_browsing/safe_browsing_service.cc',
2028 'browser/safe_browsing/safe_browsing_service.h', 2028 'browser/safe_browsing/safe_browsing_service.h',
2029 'browser/safe_browsing/safe_browsing_store.cc', 2029 'browser/safe_browsing/safe_browsing_store.cc',
2030 'browser/safe_browsing/safe_browsing_store.h', 2030 'browser/safe_browsing/safe_browsing_store.h',
2031 'browser/safe_browsing/safe_browsing_store_file.cc', 2031 'browser/safe_browsing/safe_browsing_store_file.cc',
2032 'browser/safe_browsing/safe_browsing_store_file.h', 2032 'browser/safe_browsing/safe_browsing_store_file.h',
2033 'browser/safe_browsing/safe_browsing_util.cc', 2033 'browser/safe_browsing/safe_browsing_util.cc',
2034 'browser/safe_browsing/safe_browsing_util.h', 2034 'browser/safe_browsing/safe_browsing_util.h',
2035 'browser/safe_browsing/signature_util_posix.cc',
2036 'browser/safe_browsing/signature_util_win.cc',
2037 'browser/safe_browsing/signature_util.h',
2035 'browser/screensaver_window_finder_gtk.cc', 2038 'browser/screensaver_window_finder_gtk.cc',
2036 'browser/screensaver_window_finder_gtk.h', 2039 'browser/screensaver_window_finder_gtk.h',
2037 'browser/search_engines/search_engine_type.h', 2040 'browser/search_engines/search_engine_type.h',
2038 'browser/search_engines/search_host_to_urls_map.cc', 2041 'browser/search_engines/search_host_to_urls_map.cc',
2039 'browser/search_engines/search_host_to_urls_map.h', 2042 'browser/search_engines/search_host_to_urls_map.h',
2040 'browser/search_engines/search_provider_install_data.cc', 2043 'browser/search_engines/search_provider_install_data.cc',
2041 'browser/search_engines/search_provider_install_data.h', 2044 'browser/search_engines/search_provider_install_data.h',
2042 'browser/search_engines/search_provider_install_state_message_filter.cc' , 2045 'browser/search_engines/search_provider_install_state_message_filter.cc' ,
2043 'browser/search_engines/search_provider_install_state_message_filter.h', 2046 'browser/search_engines/search_provider_install_state_message_filter.h',
2044 'browser/search_engines/search_terms_data.cc', 2047 'browser/search_engines/search_terms_data.cc',
(...skipping 3140 matching lines...) Expand 10 before | Expand all | Expand 10 after
5185 'type': 'static_library', 5188 'type': 'static_library',
5186 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5189 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5187 'variables': { 5190 'variables': {
5188 'proto_in_dir': 'browser/history', 5191 'proto_in_dir': 'browser/history',
5189 'proto_out_dir': 'chrome/browser/history', 5192 'proto_out_dir': 'chrome/browser/history',
5190 }, 5193 },
5191 'includes': [ '../build/protoc.gypi' ] 5194 'includes': [ '../build/protoc.gypi' ]
5192 }, 5195 },
5193 ], 5196 ],
5194 } 5197 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698